We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e89d1ad commit c2c2a38Copy full SHA for c2c2a38
sidebars.js
@@ -685,6 +685,16 @@ const sidebars = {
685
id: 'quickstart-overview',
686
},
687
items: [
688
+ {
689
+ type: 'doc',
690
+ id: 'getting-started-hashstore',
691
+ label: 'HashStore を使用',
692
+ },
693
694
695
+ id: 'getting-started-tablestore',
696
+ label: 'TableStore を使用',
697
698
{
699
type: 'doc',
700
id: 'getting-started',
@@ -831,6 +841,11 @@ const sidebars = {
831
841
id: 'ca/caclient-getting-started',
832
842
label: '証明書を取得',
833
843
844
845
846
+ id: 'sql-grammar',
847
+ label: 'ScalarDL TableStore SQL の文法',
848
834
849
],
835
850
836
851
0 commit comments