Skip to content

Commit c2c2a38

Browse files
committed
Add HashStore and TableStore docs in Japanese
1 parent e89d1ad commit c2c2a38

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

sidebars.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,16 @@ const sidebars = {
685685
id: 'quickstart-overview',
686686
},
687687
items: [
688+
{
689+
type: 'doc',
690+
id: 'getting-started-hashstore',
691+
label: 'HashStore を使用',
692+
},
693+
{
694+
type: 'doc',
695+
id: 'getting-started-tablestore',
696+
label: 'TableStore を使用',
697+
},
688698
{
689699
type: 'doc',
690700
id: 'getting-started',
@@ -831,6 +841,11 @@ const sidebars = {
831841
id: 'ca/caclient-getting-started',
832842
label: '証明書を取得',
833843
},
844+
{
845+
type: 'doc',
846+
id: 'sql-grammar',
847+
label: 'ScalarDL TableStore SQL の文法',
848+
},
834849
],
835850
},
836851
],

0 commit comments

Comments
 (0)