[PR #1822] [MERGED] feat: sitemap auto-generation for docs #1869

Closed
opened 2026-02-26 20:31:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1822
Author: @ShubhamPalriwala
Created: 6/4/2025
Status: Merged
Merged: 6/11/2025
Merged by: @dguyen

Base: mainHead: feat/docs-sitemap


📝 Commits (4)

  • 855ffe9 feat: sitemap auto-generation for docs
  • 2a16eb4 Merge branch 'main' into feat/docs-sitemap
  • 1ad0fa8 fix: update sitemap config
  • f4fef76 fix: clean build step

📊 Changes

4 files changed (+56 additions, -1 deletions)

View changed files

📝 apps/documentation/.gitignore (+5 -0)
apps/documentation/next-sitemap.config.js (+5 -0)
📝 apps/documentation/package.json (+3 -1)
📝 package-lock.json (+43 -0)

📄 Description

Description

  • Auto Generates Sitemaps for Docs easier parsing by Search Engines as well as Crawlers
  • Uses next-sitemap npm package as a dev dependency for it to be generated dynamically everytime.

Testing Performed

  • Call npm build
  • View & Validate the robots.txt & sitemap-0.xml & sitemap-1.xml generated

Checklist

  • I have tested these changes locally and they work as expected.
  • I have added/updated tests that prove the effectiveness of these changes.
  • I have updated the documentation to reflect these changes, if applicable.
  • I have followed the project's coding style guidelines.
  • I have addressed the code review feedback from the previous submission, if applicable.

Additional Notes

Chatted with Timur on the addition of these


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/1822 **Author:** [@ShubhamPalriwala](https://github.com/ShubhamPalriwala) **Created:** 6/4/2025 **Status:** ✅ Merged **Merged:** 6/11/2025 **Merged by:** [@dguyen](https://github.com/dguyen) **Base:** `main` ← **Head:** `feat/docs-sitemap` --- ### 📝 Commits (4) - [`855ffe9`](https://github.com/documenso/documenso/commit/855ffe938a9ea3c258b2759bd0b4855dc0f5196d) feat: sitemap auto-generation for docs - [`2a16eb4`](https://github.com/documenso/documenso/commit/2a16eb437727e08e3c6cdccd5bb49e2a5526c64d) Merge branch 'main' into feat/docs-sitemap - [`1ad0fa8`](https://github.com/documenso/documenso/commit/1ad0fa82c28f5804f46e4255eddcc8f547aef551) fix: update sitemap config - [`f4fef76`](https://github.com/documenso/documenso/commit/f4fef769b24bca2e33cf1d50dd09e713d9001a82) fix: clean build step ### 📊 Changes **4 files changed** (+56 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `apps/documentation/.gitignore` (+5 -0) ➕ `apps/documentation/next-sitemap.config.js` (+5 -0) 📝 `apps/documentation/package.json` (+3 -1) 📝 `package-lock.json` (+43 -0) </details> ### 📄 Description ## Description - Auto Generates Sitemaps for Docs easier parsing by Search Engines as well as Crawlers - Uses [next-sitemap](https://www.npmjs.com/package/next-sitemap) npm package as a dev dependency for it to be generated dynamically everytime. ## Testing Performed - Call `npm build` - View & Validate the `robots.txt` & `sitemap-0.xml` & `sitemap-1.xml` generated ## Checklist <!--- Please check the boxes that apply to this pull request. --> <!--- You can add or remove items as needed. --> - [x] I have tested these changes locally and they work as expected. - [x] I have added/updated tests that prove the effectiveness of these changes. - [x] I have updated the documentation to reflect these changes, if applicable. - [x] I have followed the project's coding style guidelines. - [x] I have addressed the code review feedback from the previous submission, if applicable. ## Additional Notes Chatted with Timur on the addition of these --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:31:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#1869
No description provided.