mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-01 18:32:52 +02:00
refactor(types): JSDoc for docusaurus config fields (#7291)
This commit is contained in:
parent
fc8b7674e3
commit
5bed55aeda
9 changed files with 308 additions and 86 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue