Skip to content

Commit 9201c9b

Browse files
committed
Add links to category overview pages (Japanese)
1 parent cb79dd0 commit 9201c9b

File tree

2 files changed

+152
-128
lines changed

2 files changed

+152
-128
lines changed

sidebars.js

Lines changed: 76 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -884,12 +884,11 @@ const sidebars = {
884884
type: 'category',
885885
label: 'ScalarDB について',
886886
collapsible: true,
887+
link: {
888+
type: 'doc',
889+
id: 'overview',
890+
},
887891
items: [
888-
{
889-
type: 'doc',
890-
id: 'overview',
891-
label: '概要',
892-
},
893892
{
894893
type: 'doc',
895894
id: 'design',
@@ -931,16 +930,19 @@ const sidebars = {
931930
type: 'category',
932931
label: 'クイックスタート',
933932
collapsible: true,
933+
link: {
934+
type: 'doc',
935+
id: 'quickstart-overview',
936+
},
934937
items: [
935-
{
936-
type: 'doc',
937-
id: 'quick-start-overview',
938-
label: '概要',
939-
},
940938
{
941939
type: 'category',
942940
label: 'ScalarDB Core ライブラリを使用してトランザクションを実行',
943941
collapsible: true,
942+
link: {
943+
type: 'doc',
944+
id: 'quickstart-scalardb-core-overview',
945+
},
944946
items: [
945947
{
946948
type: 'doc',
@@ -958,6 +960,10 @@ const sidebars = {
958960
type: 'category',
959961
label: 'ScalarDB Cluster を使用してトランザクションを実行',
960962
collapsible: true,
963+
link: {
964+
type: 'doc',
965+
id: 'quickstart-scalardb-cluster-overview',
966+
},
961967
items: [
962968
{
963969
type: 'doc',
@@ -985,6 +991,10 @@ const sidebars = {
985991
type: 'category',
986992
label: 'ScalarDB Analytics を使用して分析クエリを実行',
987993
collapsible: true,
994+
link: {
995+
type: 'doc',
996+
id: 'quickstart-scalardb-analytics-overview',
997+
},
988998
items: [
989999
{
9901000
type: 'doc',
@@ -1026,16 +1036,19 @@ const sidebars = {
10261036
type: 'category',
10271037
label: '開発',
10281038
collapsible: true,
1039+
link: {
1040+
type: 'doc',
1041+
id: 'develop-overview',
1042+
},
10291043
items: [
1030-
{
1031-
type: 'doc',
1032-
id: 'develop-overview',
1033-
label: '概要',
1034-
},
10351044
{
10361045
type: 'category',
10371046
label: 'トランザクションを実行',
10381047
collapsible: true,
1048+
link: {
1049+
type: 'doc',
1050+
id: 'develop-run-transactions-overview',
1051+
},
10391052
items: [
10401053
{
10411054
type: 'doc',
@@ -1099,6 +1112,10 @@ const sidebars = {
10991112
type: 'category',
11001113
label: '非トランザクションストレージ操作を実行',
11011114
collapsible: true,
1115+
link: {
1116+
type: 'doc',
1117+
id: 'develop-run-non-transactional-operations-overview',
1118+
},
11021119
items: [
11031120
{
11041121
type: 'category',
@@ -1133,6 +1150,10 @@ const sidebars = {
11331150
type: 'category',
11341151
label: 'サンプルアプリケーションを実行',
11351152
collapsible: true,
1153+
link: {
1154+
type: 'doc',
1155+
id: 'scalardb-samples/README',
1156+
},
11361157
items: [
11371158
{
11381159
type: 'doc',
@@ -1362,12 +1383,11 @@ const sidebars = {
13621383
type: 'category',
13631384
label: 'デプロイ',
13641385
collapsible: true,
1386+
link: {
1387+
type: 'doc',
1388+
id: 'deploy-overview',
1389+
},
13651390
items: [
1366-
{
1367-
type: 'doc',
1368-
id: 'deploy-overview',
1369-
label: '概要',
1370-
},
13711391
{
13721392
type: 'doc',
13731393
id: 'scalardb-cluster/setup-scalardb-cluster-on-kubernetes-by-using-helm-chart',
@@ -1561,6 +1581,10 @@ const sidebars = {
15611581
type: 'category',
15621582
label: '移行',
15631583
collapsible: true,
1584+
link: {
1585+
type: 'doc',
1586+
id: 'migrate-overview',
1587+
},
15641588
items: [
15651589
{
15661590
type: 'doc',
@@ -1578,6 +1602,10 @@ const sidebars = {
15781602
type: 'category',
15791603
label: '運用',
15801604
collapsible: true,
1605+
link: {
1606+
type: 'doc',
1607+
id: 'manage-overview',
1608+
},
15811609
items: [
15821610
{
15831611
type: 'doc',
@@ -1593,67 +1621,51 @@ const sidebars = {
15931621
type: 'category',
15941622
label: '監視',
15951623
collapsible: true,
1624+
link: {
1625+
type: 'doc',
1626+
id: 'manage-monitor-overview',
1627+
},
15961628
items: [
15971629
{
15981630
type: 'doc',
1599-
id: 'monitor-by-using-scalar-manager',
1600-
label: 'Scalar Manager を使用',
1631+
id: 'scalar-manager/overview',
1632+
label: 'Scalar Manager の概要',
16011633
},
16021634
{
1603-
type: 'category',
1604-
label: '詳細',
1605-
collapsible: true,
1606-
items: [
1607-
{
1608-
type: 'doc',
1609-
id: 'scalar-kubernetes/K8sMonitorGuide',
1610-
label: 'Kubernetes モニタリングガイド',
1611-
},
1612-
{
1613-
type: 'doc',
1614-
id: 'scalar-manager/overview',
1615-
label: 'Scalar Manager の概要',
1616-
},
1617-
{
1618-
type: 'doc',
1619-
id: 'helm-charts/how-to-deploy-scalar-admin-for-kubernetes',
1620-
label: 'Kubernetes 用の Scalar Admin をデプロイ',
1621-
},
1622-
]
1635+
type: 'doc',
1636+
id: 'scalar-kubernetes/K8sMonitorGuide',
1637+
label: 'Kubernetes モニタリングガイド',
1638+
},
1639+
{
1640+
type: 'doc',
1641+
id: 'helm-charts/how-to-deploy-scalar-admin-for-kubernetes',
1642+
label: 'Kubernetes 用の Scalar Admin をデプロイ',
16231643
},
16241644
],
16251645
},
16261646
{
16271647
type: 'category',
16281648
label: 'バックアップと復元',
16291649
collapsible: true,
1650+
link: {
1651+
type: 'doc',
1652+
id: 'manage-backup-and-restore',
1653+
},
16301654
items: [
16311655
{
16321656
type: 'doc',
1633-
id: 'manage-backup-and-restore',
1634-
label: 'データベースをバックアップおよび復元',
1657+
id: 'backup-restore',
1658+
label: 'ScalarDB を通じて使用されるデータベースのバックアップと復元',
16351659
},
16361660
{
1637-
type: 'category',
1638-
label: '詳細',
1639-
collapsible: true,
1640-
items: [
1641-
{
1642-
type: 'doc',
1643-
id: 'backup-restore',
1644-
label: 'ScalarDB を通じて使用されるデータベースのバックアップと復元',
1645-
},
1646-
{
1647-
type: 'doc',
1648-
id: 'scalar-kubernetes/BackupNoSQL',
1649-
label: 'Kubernetes で NoSQL データベースをバックアップ',
1650-
},
1651-
{
1652-
type: 'doc',
1653-
id: 'scalar-kubernetes/RestoreDatabase',
1654-
label: 'Kubernetes でデータベースを復元',
1655-
},
1656-
]
1661+
type: 'doc',
1662+
id: 'scalar-kubernetes/BackupNoSQL',
1663+
label: 'Kubernetes で NoSQL データベースをバックアップ',
1664+
},
1665+
{
1666+
type: 'doc',
1667+
id: 'scalar-kubernetes/RestoreDatabase',
1668+
label: 'Kubernetes でデータベースを復元',
16571669
},
16581670
],
16591671
},

0 commit comments

Comments
 (0)