mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-30 06:50:36 +02:00
refactor(content-docs): make readVersionsMetadata async (#6277)
* refactor(content-docs): make readVersionsMetadata async * fix tests
This commit is contained in:
parent
1d957d97e8
commit
edab7e07ed
5 changed files with 87 additions and 83 deletions
|
@ -141,7 +141,7 @@ describe('sidebar', () => {
|
|||
Please set the docs \\"sidebarPath\\" field in your config file to:
|
||||
- a sidebars path that exists
|
||||
- false: to disable the sidebar
|
||||
- undefined: for Docusaurus generates it automatically"
|
||||
- undefined: for Docusaurus to generate it automatically"
|
||||
`);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue