docs: consistently use sidebars.js filename (#7016)

* modify sidebar.js to sidebars.js in installation.md

* modify sidebar.js to sidebars.js

Co-authored-by: leedom <leedom@jinlanzuan.com>
This commit is contained in:
Leedom 2022-03-27 09:55:12 +08:00 committed by GitHub
parent 50e38ec4c9
commit b842197ac6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View file

@ -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
```
</TabItem>

View file

@ -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}

View file

@ -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
```
</TabItem>

View file

@ -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}

View file

@ -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
```
</TabItem>

View file

@ -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}