refactor(types): JSDoc for docusaurus config fields (#7291)

This commit is contained in:
Joshua Chen 2022-05-03 13:57:19 +08:00 committed by GitHub
parent fc8b7674e3
commit 5bed55aeda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 308 additions and 86 deletions

View file

@ -43,7 +43,7 @@ Using relative _file_ paths (with `.md` extensions) instead of relative _URL_ li
- You can customize the files' slugs without having to update all the links
- Moving files around the folders can be tracked by your editor, and some editors may automatically update file links
- A [versioned doc](../docs/versioning.md) will link to another doc of the exact same version
- Relative URL links are very likely to break if you update the [`trailingSlash` config](../../api/docusaurus.config.js.md#trailing-slash)
- Relative URL links are very likely to break if you update the [`trailingSlash` config](../../api/docusaurus.config.js.md#trailingSlash)
:::warning