Skip to content

feat(html): add sitemap generator#205

Merged
avivkeller merged 3 commits into
webpack:mainfrom
moshams272:feat/add-sitemap
Jul 24, 2026
Merged

feat(html): add sitemap generator#205
avivkeller merged 3 commits into
webpack:mainfrom
moshams272:feat/add-sitemap

Conversation

@moshams272

Copy link
Copy Markdown
Contributor

Summary

This PR enables the sitemap generator plugin in doc-kit and configures the page URLs to produce paths without double slashes.

Fixes #203

Enable the sitemap generator plugin in doc-kit and configure the page URLs to produce extension-based paths without double slashes. This closes webpack#203.
@vercel

vercel Bot commented Jul 22, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
webpack-doc-kit Ready Ready Preview, Comment Jul 24, 2026 12:26pm

Request Review

@avivkeller

Copy link
Copy Markdown
Member

The main sitemap would need a way to reference all the other sitemaps

@avivkeller

Copy link
Copy Markdown
Member

I imagine you'd have a sitemap-index.xml with a link to all the sitemaps?

@moshams272

Copy link
Copy Markdown
Contributor Author

I imagine you'd have a sitemap-index.xml with a link to all the sitemaps?

As we use N+1 sitemap:

  • One for each API version (outputting to out/docs/api/vX.x/sitemap.xml).
  • One for the main site (outputting to the root out/sitemap.xml).

ref: sitemap.org

@avivkeller

Copy link
Copy Markdown
Member

Noted

@avivkeller

Copy link
Copy Markdown
Member

@moshams272 Rebase, please

@avivkeller
avivkeller merged commit feb9546 into webpack:main Jul 24, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add sitemap

2 participants