diff --git a/docusaurus.config.js b/docusaurus.config.js index 21a524e3..86b4b6c5 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -29,26 +29,26 @@ const config = { // Even if you don't use internationalization, you can use this field to set // useful metadata like html lang. For example, if your site is Chinese, you // may want to replace "en" with "zh-Hans". - // i18n: { - // defaultLocale: 'en-us', - // locales: ['en-us', 'ja-jp'], - // localeConfigs: { - // 'en-us': { - // label: 'English', - // direction: 'ltr', - // htmlLang: 'en-US', - // calendar: 'gregory', - // path: 'versioned_docs/en-us', - // }, - // 'ja-jp': { - // label: '日本語', - // direction: 'ltr', - // htmlLang: 'ja-JP', - // calendar: 'gregory', - // path: 'versioned_docs/ja-jp', - // }, - // }, - // }, + i18n: { + defaultLocale: 'en-us', + locales: ['en-us', 'ja-jp'], + localeConfigs: { + 'en-us': { + label: 'English', + direction: 'ltr', + htmlLang: 'en-US', + calendar: 'gregory', + path: 'versioned_docs/en-us', + }, + 'ja-jp': { + label: '日本語', + direction: 'ltr', + htmlLang: 'ja-JP', + calendar: 'gregory', + path: 'versioned_docs/ja-jp', + }, + }, + }, presets: [ [