diff --git a/docusaurus.config.js b/docusaurus.config.js index 9ead9fe948f..10820a7c0d8 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -13,10 +13,9 @@ module.exports = { url: 'https://ionicframework.jp', baseUrl: `${BASE_URL}/`, i18n: { - defaultLocale: 'en', - locales: ['en', 'ja'], + defaultLocale: 'ja', + locales: ['ja'], localeConfigs: { - en: { label: 'English' }, ja: { label: '日本語' }, }, }, @@ -188,6 +187,12 @@ module.exports = { position: 'right', dropdownItemsBefore: [], dropdownItemsAfter: [ + { + href: 'https://ionicframework.com/docs', + label: 'English', + target: '_self', + rel: null, + }, { href: 'https://ionicframework.com/translate', label: 'Translate', diff --git a/src/components/page/reference/ReleaseNotes/release-notes.json b/src/components/page/reference/ReleaseNotes/release-notes.json index 128624faaf5..0d8ab485b48 100644 --- a/src/components/page/reference/ReleaseNotes/release-notes.json +++ b/src/components/page/reference/ReleaseNotes/release-notes.json @@ -1,4 +1,14 @@ [ + { + "body": "

7.0.1 (2023-04-05)

\n

Bug Fixes

\n\n", + "element": "Unobtainium", + "name": "v7.0.1", + "published_at": "April 5 2023", + "symbol": "Uo", + "tag_name": "v7.0.1", + "type": "patch", + "version": "7.0.1" + }, { "body": "

7.0.0 (2023-03-29)

\n

Enjoy! See https://ionicframework.com/docs/updating/7-0 for a migration guide.

\n", "element": "Unobtainium", @@ -9,6 +19,16 @@ "type": "major", "version": "7.0.0" }, + { + "body": "

6.7.2 (2023-04-05)

\n

Bug Fixes

\n\n", + "element": "Unobtainium", + "name": "v6.7.2", + "published_at": "April 5 2023", + "symbol": "Uo", + "tag_name": "v6.7.2", + "type": "patch", + "version": "6.7.2" + }, { "body": "

6.7.1 (2023-03-29)

\n

Bug Fixes

\n\n", "element": "Unobtainium", @@ -48,15 +68,5 @@ "tag_name": "v6.6.2", "type": "patch", "version": "6.6.2" - }, - { - "body": "

6.6.1 (2023-03-08)

\n

Bug Fixes

\n\n", - "element": "Nickel", - "name": "v6.6.1", - "published_at": "March 8 2023", - "symbol": "Ni", - "tag_name": "v6.6.1", - "type": "patch", - "version": "6.6.1" } ]