From 949158d35b06af8126ece4e1bebf418d486b2e3b Mon Sep 17 00:00:00 2001 From: Bei Chu <914745487@qq.com> Date: Wed, 28 Dec 2022 18:56:31 +0800 Subject: [PATCH] docs: `plugin-content-sitemap` -> `plugin-sitemap` (#8484) --- website/docs/using-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/using-plugins.md b/website/docs/using-plugins.md index 1994fe7e8098..891f2e88172f 100644 --- a/website/docs/using-plugins.md +++ b/website/docs/using-plugins.md @@ -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: {},