Skip to content

Commit 846fbda

Browse files
authored
Move "Consensus Commit" and "ScalarDB Analytics Design" docs to "Reference" category in sidebar navigation (#1382)
* Move Consensus Commit doc to Reference category * Move ScalarDB Analytics design doc to Reference category
1 parent 5a4ab12 commit 846fbda

File tree

5 files changed

+75
-75
lines changed

5 files changed

+75
-75
lines changed

sidebars.js

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,6 @@ const sidebars = {
193193
id: 'scalardb-cluster/getting-started-with-using-python-for-scalardb-cluster',
194194
label: 'Use Python for ScalarDB Cluster',
195195
},
196-
{
197-
type: 'doc',
198-
id: 'scalardb-analytics/design',
199-
label: 'ScalarDB Analytics Design',
200-
},
201196
{
202197
type: 'doc',
203198
id: 'scalardb-analytics-postgresql/installation',
@@ -230,11 +225,6 @@ const sidebars = {
230225
id: 'data-modeling',
231226
label: 'Model Your Data',
232227
},
233-
{
234-
type: 'doc',
235-
id: 'consensus-commit',
236-
label: 'Consensus Commit Protocol',
237-
},
238228
{
239229
type: 'category',
240230
label: 'Run Through the CRUD Interface',
@@ -933,6 +923,16 @@ const sidebars = {
933923
label: 'Reference',
934924
collapsible: true,
935925
items: [
926+
{
927+
type: 'doc',
928+
id: 'consensus-commit',
929+
label: 'Consensus Commit Protocol',
930+
},
931+
{
932+
type: 'doc',
933+
id: 'scalardb-analytics/design',
934+
label: 'ScalarDB Analytics Design',
935+
},
936936
{
937937
type: 'doc',
938938
id: 'scalar-licensing/index',
@@ -1117,11 +1117,6 @@ const sidebars = {
11171117
id: 'scalardb-cluster/getting-started-with-using-python-for-scalardb-cluster',
11181118
label: 'Python から ScalarDB Cluster を使用',
11191119
},
1120-
{
1121-
type: 'doc',
1122-
id: 'scalardb-analytics/design',
1123-
label: 'ScalarDB Analytics の設計',
1124-
},
11251120
{
11261121
type: 'doc',
11271122
id: 'scalardb-analytics-postgresql/installation',
@@ -1154,11 +1149,6 @@ const sidebars = {
11541149
id: 'data-modeling',
11551150
label: 'データモデリング',
11561151
},
1157-
{
1158-
type: 'doc',
1159-
id: 'consensus-commit',
1160-
label: 'Consensus Commit プロトコル',
1161-
},
11621152
{
11631153
type: 'category',
11641154
label: 'CRUD インターフェースを使用して実行',
@@ -1869,6 +1859,16 @@ const sidebars = {
18691859
label: '関連情報',
18701860
collapsible: true,
18711861
items: [
1862+
{
1863+
type: 'doc',
1864+
id: 'consensus-commit',
1865+
label: 'Consensus Commit プロトコル',
1866+
},
1867+
{
1868+
type: 'doc',
1869+
id: 'scalardb-analytics/design',
1870+
label: 'ScalarDB Analytics の設計',
1871+
},
18721872
{
18731873
type: 'doc',
18741874
id: 'scalar-licensing/index',

versioned_sidebars/version-3.12-sidebars.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,6 @@
185185
"id": "data-modeling",
186186
"label": "Model Your Data"
187187
},
188-
{
189-
"type": "doc",
190-
"id": "consensus-commit",
191-
"label": "Consensus Commit Protocol"
192-
},
193188
{
194189
"type": "category",
195190
"label": "Run Through the CRUD Interface",
@@ -821,6 +816,11 @@
821816
"label": "Reference",
822817
"collapsible": true,
823818
"items": [
819+
{
820+
"type": "doc",
821+
"id": "consensus-commit",
822+
"label": "Consensus Commit Protocol"
823+
},
824824
{
825825
"type": "doc",
826826
"id": "scalar-licensing/index",

versioned_sidebars/version-3.13-sidebars.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,6 @@
185185
"id": "data-modeling",
186186
"label": "Model Your Data"
187187
},
188-
{
189-
"type": "doc",
190-
"id": "consensus-commit",
191-
"label": "Consensus Commit Protocol"
192-
},
193188
{
194189
"type": "category",
195190
"label": "Run Through the CRUD Interface",
@@ -858,6 +853,11 @@
858853
"label": "Reference",
859854
"collapsible": true,
860855
"items": [
856+
{
857+
"type": "doc",
858+
"id": "consensus-commit",
859+
"label": "Consensus Commit Protocol"
860+
},
861861
{
862862
"type": "doc",
863863
"id": "scalar-licensing/index",
@@ -1053,11 +1053,6 @@
10531053
"id": "data-modeling",
10541054
"label": "データをモデル化"
10551055
},
1056-
{
1057-
"type": "doc",
1058-
"id": "consensus-commit",
1059-
"label": "Consensus Commit プロトコル"
1060-
},
10611056
{
10621057
"type": "category",
10631058
"label": "CRUD インターフェースを使用して実行",
@@ -1726,6 +1721,11 @@
17261721
"label": "関連情報",
17271722
"collapsible": true,
17281723
"items": [
1724+
{
1725+
"type": "doc",
1726+
"id": "consensus-commit",
1727+
"label": "Consensus Commit プロトコル"
1728+
},
17291729
{
17301730
"type": "doc",
17311731
"id": "scalar-licensing/index",

versioned_sidebars/version-3.14-sidebars.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,6 @@
153153
"id": "scalardb-cluster/getting-started-with-using-python-for-scalardb-cluster",
154154
"label": "Use Python for ScalarDB Cluster"
155155
},
156-
{
157-
"type": "doc",
158-
"id": "scalardb-analytics/design",
159-
"label": "ScalarDB Analytics Design"
160-
},
161156
{
162157
"type": "doc",
163158
"id": "scalardb-analytics-postgresql/installation",
@@ -190,11 +185,6 @@
190185
"id": "data-modeling",
191186
"label": "Model Your Data"
192187
},
193-
{
194-
"type": "doc",
195-
"id": "consensus-commit",
196-
"label": "Consensus Commit Protocol"
197-
},
198188
{
199189
"type": "category",
200190
"label": "Run Through the CRUD Interface",
@@ -873,6 +863,16 @@
873863
"label": "Reference",
874864
"collapsible": true,
875865
"items": [
866+
{
867+
"type": "doc",
868+
"id": "consensus-commit",
869+
"label": "Consensus Commit Protocol"
870+
},
871+
{
872+
"type": "doc",
873+
"id": "scalardb-analytics/design",
874+
"label": "ScalarDB Analytics Design"
875+
},
876876
{
877877
"type": "doc",
878878
"id": "scalar-licensing/index",
@@ -1035,11 +1035,6 @@
10351035
"id": "scalardb-cluster/getting-started-with-using-python-for-scalardb-cluster",
10361036
"label": "Python から ScalarDB Cluster を使用"
10371037
},
1038-
{
1039-
"type": "doc",
1040-
"id": "scalardb-analytics/design",
1041-
"label": "ScalarDB Analytics の設計"
1042-
},
10431038
{
10441039
"type": "doc",
10451040
"id": "scalardb-analytics-postgresql/installation",
@@ -1072,11 +1067,6 @@
10721067
"id": "data-modeling",
10731068
"label": "データモデリング"
10741069
},
1075-
{
1076-
"type": "doc",
1077-
"id": "consensus-commit",
1078-
"label": "Consensus Commit プロトコル"
1079-
},
10801070
{
10811071
"type": "category",
10821072
"label": "CRUD インターフェースを使用して実行",
@@ -1755,6 +1745,16 @@
17551745
"label": "関連情報",
17561746
"collapsible": true,
17571747
"items": [
1748+
{
1749+
"type": "doc",
1750+
"id": "consensus-commit",
1751+
"label": "Consensus Commit プロトコル"
1752+
},
1753+
{
1754+
"type": "doc",
1755+
"id": "scalardb-analytics/design",
1756+
"label": "ScalarDB Analytics の設計"
1757+
},
17581758
{
17591759
"type": "doc",
17601760
"id": "scalar-licensing/index",

versioned_sidebars/version-3.15-sidebars.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,6 @@
173173
"id": "scalardb-cluster/getting-started-with-using-python-for-scalardb-cluster",
174174
"label": "Use Python for ScalarDB Cluster"
175175
},
176-
{
177-
"type": "doc",
178-
"id": "scalardb-analytics/design",
179-
"label": "ScalarDB Analytics Design"
180-
},
181176
{
182177
"type": "doc",
183178
"id": "scalardb-analytics-postgresql/installation",
@@ -210,11 +205,6 @@
210205
"id": "data-modeling",
211206
"label": "Model Your Data"
212207
},
213-
{
214-
"type": "doc",
215-
"id": "consensus-commit",
216-
"label": "Consensus Commit Protocol"
217-
},
218208
{
219209
"type": "category",
220210
"label": "Run Through the CRUD Interface",
@@ -903,6 +893,16 @@
903893
"label": "Reference",
904894
"collapsible": true,
905895
"items": [
896+
{
897+
"type": "doc",
898+
"id": "consensus-commit",
899+
"label": "Consensus Commit Protocol"
900+
},
901+
{
902+
"type": "doc",
903+
"id": "scalardb-analytics/design",
904+
"label": "ScalarDB Analytics Design"
905+
},
906906
{
907907
"type": "doc",
908908
"id": "scalar-licensing/index",
@@ -1085,11 +1085,6 @@
10851085
"id": "scalardb-cluster/getting-started-with-using-python-for-scalardb-cluster",
10861086
"label": "Python から ScalarDB Cluster を使用"
10871087
},
1088-
{
1089-
"type": "doc",
1090-
"id": "scalardb-analytics/design",
1091-
"label": "ScalarDB Analytics の設計"
1092-
},
10931088
{
10941089
"type": "doc",
10951090
"id": "scalardb-analytics-postgresql/installation",
@@ -1122,11 +1117,6 @@
11221117
"id": "data-modeling",
11231118
"label": "データモデリング"
11241119
},
1125-
{
1126-
"type": "doc",
1127-
"id": "consensus-commit",
1128-
"label": "Consensus Commit プロトコル"
1129-
},
11301120
{
11311121
"type": "category",
11321122
"label": "CRUD インターフェースを使用して実行",
@@ -1815,6 +1805,16 @@
18151805
"label": "関連情報",
18161806
"collapsible": true,
18171807
"items": [
1808+
{
1809+
"type": "doc",
1810+
"id": "consensus-commit",
1811+
"label": "Consensus Commit プロトコル"
1812+
},
1813+
{
1814+
"type": "doc",
1815+
"id": "scalardb-analytics/design",
1816+
"label": "ScalarDB Analytics の設計"
1817+
},
18181818
{
18191819
"type": "doc",
18201820
"id": "scalar-licensing/index",

0 commit comments

Comments
 (0)