docs: fix a typo in CHANGELOG (#5934)

This commit is contained in:
Konstantin Popov 2021-11-12 16:17:59 +03:00 committed by GitHub
parent 51fbcb261a
commit c914da3a0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -4494,7 +4494,7 @@ presets: [
- Remove the following config options:
- `docsUrl`. 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:
```js

View file

@ -12,7 +12,7 @@ api_token_env: 'CROWDIN_PERSONAL_TOKEN'
#
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!
# "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/