mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-06 05:37:16 +02:00
docs: fix a typo in CHANGELOG (#5934)
This commit is contained in:
parent
51fbcb261a
commit
c914da3a0c
2 changed files with 2 additions and 2 deletions
|
@ -4494,7 +4494,7 @@ presets: [
|
||||||
- Remove the following config options:
|
- Remove the following config options:
|
||||||
- `docsUrl`. Use the plugin option on `docusaurus-plugin-content-docs` instead.
|
- `docsUrl`. Use the plugin option on `docusaurus-plugin-content-docs` instead.
|
||||||
- `customDocsPath`. Use the plugin option on `docusaurus-plugin-content-docs` instead.
|
- `customDocsPath`. Use the plugin option on `docusaurus-plugin-content-docs` instead.
|
||||||
- `sidebars.json` now has to be explicitly loaded by users and passed into the the plugin option on `docusaurus-plugin-content-docs`.
|
- `sidebars.json` now has to be explicitly loaded by users and passed into the plugin option on `docusaurus-plugin-content-docs`.
|
||||||
- `headerLinks` doc, page, blog is deprecated and has been to moved into `themeConfig` under the name `navbar`. The syntax is now:
|
- `headerLinks` doc, page, blog is deprecated and has been to moved into `themeConfig` under the name `navbar`. The syntax is now:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
|
|
@ -12,7 +12,7 @@ api_token_env: 'CROWDIN_PERSONAL_TOKEN'
|
||||||
#
|
#
|
||||||
preserve_hierarchy: true
|
preserve_hierarchy: true
|
||||||
|
|
||||||
# We generally want to use the the "two-letters-code" of a locale (ie the language)
|
# We generally want to use the "two-letters-code" of a locale (ie the language)
|
||||||
# But not for all locales!
|
# But not for all locales!
|
||||||
# "pt-BR" may be better to remain as "pt-BR" instead of being transformed to "pt"
|
# "pt-BR" may be better to remain as "pt-BR" instead of being transformed to "pt"
|
||||||
# Note: &/* is Yaml anchor syntax: https://support.atlassian.com/bitbucket-cloud/docs/yaml-anchors/
|
# Note: &/* is Yaml anchor syntax: https://support.atlassian.com/bitbucket-cloud/docs/yaml-anchors/
|
||||||
|
|
Loading…
Add table
Reference in a new issue