docs: add i18n guide doc should link to i18n core config doc (#8392)

This commit is contained in:
mcallisto 2022-11-30 13:43:28 +01:00 committed by GitHub
parent f4bad43552
commit 97ca090223
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ We don't provide support for:
Overview of the workflow to create a translated Docusaurus website:
1. **Configure**: declare the default locale and alternative locales in `docusaurus.config.js`
1. **Configure**: declare the default locale and alternative locales in [`docusaurus.config.js`](../api/docusaurus.config.js.md#i18n)
2. **Translate**: put the translation files at the correct filesystem location
3. **Deploy**: build and deploy your site using a single or multi-domain strategy