Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,11 @@ const sidebars = {
id: 'scalardb-cluster/compatibility',
label: 'ScalarDB Cluster Compatibility Matrix',
},
{
type: 'doc',
id: 'scalardb-cluster/deployment-patterns-for-microservices',
label: 'ScalarDB Cluster Deployment Patterns for Microservices',
},
{
type: 'doc',
id: 'scalardb-cluster/developer-guide-for-scalardb-cluster-with-java-api',
Expand Down Expand Up @@ -1222,6 +1227,11 @@ const sidebars = {
id: 'scalardb-cluster/compatibility',
label: 'ScalarDB Cluster 互換性マトリックス',
},
{
type: 'doc',
id: 'scalardb-cluster/deployment-patterns-for-microservices',
label: 'マイクロサービスにおける ScalarDB Cluster のデプロイパターン',
},
{
type: 'doc',
id: 'scalardb-cluster/developer-guide-for-scalardb-cluster-with-java-api',
Expand Down
1 change: 1 addition & 0 deletions versioned_sidebars/version-3.11-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@
"glossary",
"scalardb-benchmarks/README",
"scalardb-cluster/compatibility",
"scalardb-cluster/deployment-patterns-for-microservices",
"storage-abstraction",
"scalardb-sql/grammar"
]
Expand Down
5 changes: 5 additions & 0 deletions versioned_sidebars/version-3.12-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,11 @@
"id": "scalardb-cluster/compatibility",
"label": "ScalarDB Cluster Compatibility Matrix"
},
{
"type": "doc",
"id": "scalardb-cluster/deployment-patterns-for-microservices",
"label": "ScalarDB Cluster Compatibility Matrix"
},
{
"type": "doc",
"id": "scalardb-cluster/developer-guide-for-scalardb-cluster-with-java-api",
Expand Down
10 changes: 10 additions & 0 deletions versioned_sidebars/version-3.13-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,11 @@
"id": "scalardb-cluster/compatibility",
"label": "ScalarDB Cluster Compatibility Matrix"
},
{
"type": "doc",
"id": "scalardb-cluster/deployment-patterns-for-microservices",
"label": "ScalarDB Cluster Compatibility Matrix"
},
{
"type": "doc",
"id": "scalardb-cluster/developer-guide-for-scalardb-cluster-with-java-api",
Expand Down Expand Up @@ -1173,6 +1178,11 @@
"id": "scalardb-cluster/compatibility",
"label": "ScalarDB Cluster 互換性マトリックス"
},
{
"type": "doc",
"id": "scalardb-cluster/deployment-patterns-for-microservices",
"label": "マイクロサービスにおける ScalarDB Cluster のデプロイパターン"
},
{
"type": "doc",
"id": "scalardb-cluster/developer-guide-for-scalardb-cluster-with-java-api",
Expand Down