docusaurus/packages/docusaurus-plugin-sitemap
Sébastien Lorber 7592982960
fix(v2): never remove trailing slash from site root like '/baseUrl/' (#5082)
* never apply trailingSlash to site root ('/baseUrl/') => only subroutes

* add deprecation comment for loadContext.baseUrl in favor of loadContext.siteConfig.baseUrl

* commit typo

* useless code
2021-06-29 15:17:23 +02:00
..
src fix(v2): never remove trailing slash from site root like '/baseUrl/' (#5082) 2021-06-29 15:17:23 +02:00
package.json chore(v2): prepare v2.0.0-beta.2 release (#5056) 2021-06-24 19:39:37 +02:00
README.md chore: rename v2.docusaurus.io urls after domain switch + redirect + cleanups (#4490) 2021-03-22 20:57:49 +01:00
tsconfig.json refactor(v2): Convert sitemap plugin to TypeScript (#1894) 2019-10-27 14:44:53 +07:00

@docusaurus/plugin-sitemap

Simple sitemap generation plugin for Docusaurus.

Usage

See plugin-sitemap documentation.