mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-30 10:48:05 +02:00
docs: plugin-content-sitemap
-> plugin-sitemap
(#8484)
This commit is contained in:
parent
0371d579d9
commit
949158d35b
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ module.exports = {
|
||||||
blog: {},
|
blog: {},
|
||||||
// Will be passed to @docusaurus/plugin-content-pages (false to disable)
|
// Will be passed to @docusaurus/plugin-content-pages (false to disable)
|
||||||
pages: {},
|
pages: {},
|
||||||
// Will be passed to @docusaurus/plugin-content-sitemap (false to disable)
|
// Will be passed to @docusaurus/plugin-sitemap (false to disable)
|
||||||
sitemap: {},
|
sitemap: {},
|
||||||
// Will be passed to @docusaurus/plugin-google-gtag (only enabled when explicitly specified)
|
// Will be passed to @docusaurus/plugin-google-gtag (only enabled when explicitly specified)
|
||||||
gtag: {},
|
gtag: {},
|
||||||
|
|
Loading…
Add table
Reference in a new issue