chore(docs): integrate next-sitemap for sitemap.xml #4464
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces automated sitemap and robots.txt generation for the documentation site using the
next-sitemappackage. It adds configuration for customizing sitemap entries and exclusion rules, updates build scripts to generate these files after building, and updates type documentation for several components with new properties.Sitemap & SEO automation:
next-sitemapconfiguration indocs/next-sitemap.config.jsto generate sitemaps and robots.txt, including custom priorities, change frequencies, and exclusion of internal/example pages.docs/package.jsonto runnext-sitemapas a postbuild step, ensuring sitemaps and robots.txt are generated automatically after each build.Dependency updates:
next-sitemapand its dependencies (fast-glob,@corex/deepmerge, etc.) todocs/package.jsonanddocs/package-lock.json. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]Robots.txt and sitemap output:
docs/public/robots.txtfile with rules for search engines and sitemap reference.Component documentation improvements:
Badge,Icon,Modal, andTreePickercomponents to include new properties:sizeforBadgeandIcon,bodyFillforModal, andonlyLeafSelectableforTreePicker. [1] [2] [3] [4]