From 42f932dba1fda32f56f6d1391e7944516b16ab20 Mon Sep 17 00:00:00 2001 From: leedom Date: Sat, 26 Mar 2022 16:18:24 +0800 Subject: [PATCH 1/2] modify sidebar.js to sidebars.js in installation.md --- website/docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/installation.md b/website/docs/installation.md index ceee8a5df6c8..944f9f8c2d77 100644 --- a/website/docs/installation.md +++ b/website/docs/installation.md @@ -140,7 +140,7 @@ my-website - `/static/` - Static directory. Any contents inside here will be copied into the root of the final `build` directory - `/docusaurus.config.js` - A config file containing the site configuration. This is the equivalent of `siteConfig.js` in Docusaurus v1 - `/package.json` - A Docusaurus website is a React app. You can install and use any npm packages you like in them -- `/sidebar.js` - Used by the documentation to specify the order of documents in the sidebar +- `/sidebars.js` - Used by the documentation to specify the order of documents in the sidebar ### Monorepos {#monorepos} From 757ce0b62fe2ca4970d7dc5375f216ba89f67703 Mon Sep 17 00:00:00 2001 From: leedom Date: Sat, 26 Mar 2022 16:29:03 +0800 Subject: [PATCH 2/2] modify sidebar.js to sidebars.js --- website/docs/guides/docs/versioning.md | 2 +- .../version-2.0.0-beta.17/guides/docs/versioning.md | 2 +- website/versioned_docs/version-2.0.0-beta.17/installation.md | 2 +- .../version-2.0.0-beta.18/guides/docs/versioning.md | 2 +- website/versioned_docs/version-2.0.0-beta.18/installation.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/docs/guides/docs/versioning.md b/website/docs/guides/docs/versioning.md index 0e519937c721..40eb0a2f23ac 100644 --- a/website/docs/guides/docs/versioning.md +++ b/website/docs/guides/docs/versioning.md @@ -110,7 +110,7 @@ When tagging a new version, the document versioning mechanism will: docs/new.md # Edit the corresponding sidebar file. -sidebar.js +sidebars.js ``` diff --git a/website/versioned_docs/version-2.0.0-beta.17/guides/docs/versioning.md b/website/versioned_docs/version-2.0.0-beta.17/guides/docs/versioning.md index 0e519937c721..40eb0a2f23ac 100644 --- a/website/versioned_docs/version-2.0.0-beta.17/guides/docs/versioning.md +++ b/website/versioned_docs/version-2.0.0-beta.17/guides/docs/versioning.md @@ -110,7 +110,7 @@ When tagging a new version, the document versioning mechanism will: docs/new.md # Edit the corresponding sidebar file. -sidebar.js +sidebars.js ``` diff --git a/website/versioned_docs/version-2.0.0-beta.17/installation.md b/website/versioned_docs/version-2.0.0-beta.17/installation.md index 0a79f9b3f7cb..0ea389caa8b2 100644 --- a/website/versioned_docs/version-2.0.0-beta.17/installation.md +++ b/website/versioned_docs/version-2.0.0-beta.17/installation.md @@ -144,7 +144,7 @@ my-website - `/static/` - Static directory. Any contents inside here will be copied into the root of the final `build` directory - `/docusaurus.config.js` - A config file containing the site configuration. This is the equivalent of `siteConfig.js` in Docusaurus v1 - `/package.json` - A Docusaurus website is a React app. You can install and use any npm packages you like in them -- `/sidebar.js` - Used by the documentation to specify the order of documents in the sidebar +- `/sidebars.js` - Used by the documentation to specify the order of documents in the sidebar ### Monorepos {#monorepos} diff --git a/website/versioned_docs/version-2.0.0-beta.18/guides/docs/versioning.md b/website/versioned_docs/version-2.0.0-beta.18/guides/docs/versioning.md index 0e519937c721..40eb0a2f23ac 100644 --- a/website/versioned_docs/version-2.0.0-beta.18/guides/docs/versioning.md +++ b/website/versioned_docs/version-2.0.0-beta.18/guides/docs/versioning.md @@ -110,7 +110,7 @@ When tagging a new version, the document versioning mechanism will: docs/new.md # Edit the corresponding sidebar file. -sidebar.js +sidebars.js ``` diff --git a/website/versioned_docs/version-2.0.0-beta.18/installation.md b/website/versioned_docs/version-2.0.0-beta.18/installation.md index ceee8a5df6c8..944f9f8c2d77 100644 --- a/website/versioned_docs/version-2.0.0-beta.18/installation.md +++ b/website/versioned_docs/version-2.0.0-beta.18/installation.md @@ -140,7 +140,7 @@ my-website - `/static/` - Static directory. Any contents inside here will be copied into the root of the final `build` directory - `/docusaurus.config.js` - A config file containing the site configuration. This is the equivalent of `siteConfig.js` in Docusaurus v1 - `/package.json` - A Docusaurus website is a React app. You can install and use any npm packages you like in them -- `/sidebar.js` - Used by the documentation to specify the order of documents in the sidebar +- `/sidebars.js` - Used by the documentation to specify the order of documents in the sidebar ### Monorepos {#monorepos}