Skip to content

Commit a8a2047

Browse files
authored
Add ScalarDL 3.11 docs; move ScalarDL 3.10 docs to dedicated version folder (#868)
* Remove unnecessary comments * Make 3.11 latest version; make 3.10 numbered version * Add 3.10 as a numbered version for dropdown menu * Create version-3.10-sidebars.json * Create version-3.10.json * Create release-notes.mdx * Create release-notes.mdx * Move 3.10 file to versioned folder * Create release-notes.mdx * Move 3.10 file to versioned folder * Revert "Create release-notes.mdx" This reverts commit 8b57c6e. * Create release-notes.mdx * Create release-notes.mdx * Change links * Create 3.11.tsx * Create 3.11.tsx * Create index.mdx * Create index.mdx * Update support time frames for 3.10 * Add support time frame for 3.11 * Add content about 3.11 release to announcement bar
1 parent 0fea301 commit a8a2047

File tree

436 files changed

+2376
-151
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

436 files changed

+2376
-151
lines changed

docs/index.mdx

Lines changed: 1 addition & 14 deletions

docs/releases/release-notes.mdx

Lines changed: 9 additions & 53 deletions

docs/releases/release-support-policy.mdx

Lines changed: 9 additions & 2 deletions

docusaurus.config.js

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,20 @@ const config = {
7474
},
7575
*/
7676
current: { // When a new version is released and this is no longer the current version, change this to the version number and then delete this comment.
77-
label: '3.10',
77+
label: '3.11',
7878
path: 'latest', // When a new version is released and this is no longer the current version, change this to the version number and then delete this comment.
7979
banner: 'none',
80+
className: '3.11.0',
81+
},
82+
"3.10": {
83+
label: '3.10',
84+
path: 'latest',
85+
banner: 'none',
8086
className: '3.10.1',
8187
},
82-
"3.9": { // When a new version is released and this is no longer the current version, change this to the version number and then delete this comment.
88+
"3.9": {
8389
label: '3.9',
84-
path: '3.9', // When a new version is released and this is no longer the current version, change this to the version number and then delete this comment.
90+
path: '3.9',
8591
banner: 'none',
8692
className: '3.9.5',
8793
},
@@ -423,7 +429,7 @@ const config = {
423429
announcementBar: {
424430
id: 'new_version',
425431
content:
426-
'<b>🎊ScalarDL Ledger, the ledger database middleware component of ScalarDL, is now open-sourced under Apache License 2.0! To try it out, see <a target="_self" href="https://scalardl.scalar-labs.com/docs/latest/getting-started?utm_source=docs-site&utm_medium=announcementbar">Get Started with ScalarDL Ledger</a>.</b>',
432+
'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>.',
427433
// '<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>',
428434
backgroundColor: '#2673BB',
429435
textColor: '#FFFFFF',

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

Lines changed: 1 addition & 14 deletions

i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/current/releases/release-notes.mdx

Lines changed: 9 additions & 53 deletions

i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/current/releases/release-support-policy.mdx

Lines changed: 10 additions & 3 deletions
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
{
2+
"version.label": {
3+
"message": "3.10",
4+
"description": "The label for version current"
5+
},
6+
"sidebar.docs.category.About ScalarDL": {
7+
"message": "ScalarDL について",
8+
"description": "The label for category About ScalarDL in sidebar docs"
9+
},
10+
"sidebar.docs.category.Getting Started": {
11+
"message": "始めましょう",
12+
"description": "The label for category Getting Started in sidebar docs"
13+
},
14+
"sidebar.docs.category.Samples": {
15+
"message": "サンプルアプリケーション",
16+
"description": "The label for category Samples in sidebar docs"
17+
},
18+
"sidebar.docs.category.Develop": {
19+
"message": "開発",
20+
"description": "The label for category Develop in sidebar docs"
21+
},
22+
"sidebar.docs.category.SDKs": {
23+
"message": "SDKs",
24+
"description": "The label for category Deploy in sidebar docs"
25+
},
26+
"sidebar.docs.category.Deploy": {
27+
"message": "デプロイ",
28+
"description": "The label for category Deploy in sidebar docs"
29+
},
30+
"sidebar.docs.category.Scalar Kubernetes": {
31+
"message": "Scalar Kubernetes",
32+
"description": "The label for category Scalar Kubernetes in sidebar docs"
33+
},
34+
"sidebar.docs.category.Database Setup Guides": {
35+
"message": "データベースセットアップガイド",
36+
"description": "The label for category Database Setup Guides in sidebar docs"
37+
},
38+
"sidebar.docs.category.Installation Guides": {
39+
"message": "インストールガイド",
40+
"description": "The label for category Installation Guides in sidebar docs"
41+
},
42+
"sidebar.docs.category.Cluster Guides": {
43+
"message": "クラスターガイド",
44+
"description": "The label for category Cluster Guides in sidebar docs"
45+
},
46+
"sidebar.docs.category.Container Image Guides": {
47+
"message": "コンテナイメージガイド",
48+
"description": "The label for category Container Image Guides in sidebar docs"
49+
},
50+
"sidebar.docs.category.Deployment Guides": {
51+
"message": "導入ガイド",
52+
"description": "The label for category Deployment Guides in sidebar docs"
53+
},
54+
"sidebar.docs.category.Configuration Guides": {
55+
"message": "構成ガイド",
56+
"description": "The label for category Configuration Guides in sidebar docs"
57+
},
58+
"sidebar.docs.category.Scalar Helm Charts": {
59+
"message": "Scalar Helm Charts",
60+
"description": "The label for category Scalar Helm Charts in sidebar docs"
61+
},
62+
"sidebar.docs.category.Manage": {
63+
"message": "運用",
64+
"description": "The label for category Manage in sidebar docs"
65+
},
66+
"sidebar.docs.category.Monitoring Guides": {
67+
"message": "モニタリングガイド",
68+
"description": "The label for category Monitoring Guides in sidebar docs"
69+
},
70+
"sidebar.docs.category.Backup and Restore Guides": {
71+
"message": "バックアップと復元のガイド",
72+
"description": "The label for category Backup and Restore Guides in sidebar docs"
73+
},
74+
"sidebar.docs.category.Reference": {
75+
"message": "関連情報",
76+
"description": "The label for category Reference in sidebar docs"
77+
},
78+
"sidebar.docs.category.Releases": {
79+
"message": "リリース",
80+
"description": "The label for category Releases in sidebar docs"
81+
},
82+
"sidebar.docs.doc.Home": {
83+
"message": "ホーム",
84+
"description": "The label for the doc item Home 3.10 in sidebar docs, linking to the doc index"
85+
}
86+
}

0 commit comments

Comments
 (0)