Skip to content

Commit 65bd099

Browse files
authored
Update versions in version dropdown and banner announcement to 3.12 (#1006)
* Update version in announcement banner * Create version-3.12.json * Revert "Create version-3.12.json" This reverts commit 1f42c21. * Update current.json
1 parent 5e87cd2 commit 65bd099

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ const config = {
466466
announcementBar: {
467467
id: 'new_version',
468468
content:
469-
'Announcing the release of ScalarDL 3.11!🚀 For details on what\'s included in this new version, see the <a target="_self" href="/docs/latest/releases/release-notes?utm_source=docs-site&utm_medium=announcementbar">release notes</a>.',
469+
'Announcing the release of ScalarDL 3.12!🚀 For details on what\'s included in this new version, see the <a target="_self" href="/docs/latest/releases/release-notes?utm_source=docs-site&utm_medium=announcementbar">release notes</a>.',
470470
// '<b>Announcing the release of ScalarDL X.X!🚀 For details on what\'s included in this new version, see the <a target="_self" href="/docs/latest/releases/release-notes?utm_source=docs-site&utm_medium=announcementbar">release notes</a>.</b>',
471471
backgroundColor: '#2673BB',
472472
textColor: '#FFFFFF',

i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/current.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version.label": {
3-
"message": "3.11",
3+
"message": "3.12",
44
"description": "The label for version current"
55
},
66
"sidebar.docs.category.About ScalarDL": {

0 commit comments

Comments
 (0)