From da88c69de33bcbb9c5be1681a40465af12c8ace1 Mon Sep 17 00:00:00 2001 From: mcallisto Date: Tue, 29 Nov 2022 13:39:02 +0100 Subject: [PATCH] Update i18n-introduction.md Added direct link to the relevant section of `docusaurus.config.js` --- website/docs/i18n/i18n-introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/i18n/i18n-introduction.md b/website/docs/i18n/i18n-introduction.md index 3cfa077af6f2..12b4a3febec4 100644 --- a/website/docs/i18n/i18n-introduction.md +++ b/website/docs/i18n/i18n-introduction.md @@ -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