refactor(content-docs): make readVersionsMetadata async (#6277)

* refactor(content-docs): make readVersionsMetadata async

* fix tests
This commit is contained in:
Joshua Chen 2022-01-06 21:46:08 +08:00 committed by GitHub
parent 1d957d97e8
commit edab7e07ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 87 additions and 83 deletions

View file

@ -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"
`);
});