mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
docs: `plugin-content-sitemap` -> `plugin-sitemap` (#8484)
This commit is contained in:
parent
0371d579d9
commit
949158d35b
|
|
@ -168,7 +168,7 @@ module.exports = {
|
|||
blog: {},
|
||||
// Will be passed to @docusaurus/plugin-content-pages (false to disable)
|
||||
pages: {},
|
||||
// Will be passed to @docusaurus/plugin-content-sitemap (false to disable)
|
||||
// Will be passed to @docusaurus/plugin-sitemap (false to disable)
|
||||
sitemap: {},
|
||||
// Will be passed to @docusaurus/plugin-google-gtag (only enabled when explicitly specified)
|
||||
gtag: {},
|
||||
|
|
|
|||
Loading…
Reference in New Issue