Skip to content

Commit a4c94a1

Browse files
committed
Show docs for writing apps with HashStore/TableStore
1 parent 045aff7 commit a4c94a1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

sidebars.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -770,16 +770,16 @@ const sidebars = {
770770
id: 'develop-write-an-application-overview',
771771
},
772772
items: [
773-
// {
774-
// type: 'doc',
775-
// id: 'how-to-write-applications-with-hashstore',
776-
// label: 'HashStore を使用してアプリケーションを書く',
777-
// },
778-
// {
779-
// type: 'doc',
780-
// id: 'how-to-write-applications-with-tablestore',
781-
// label: 'TableStore を使用してアプリケーションを書く',
782-
// },
773+
{
774+
type: 'doc',
775+
id: 'how-to-write-applications-with-hashstore',
776+
label: 'HashStore を使用してアプリケーションを書く',
777+
},
778+
{
779+
type: 'doc',
780+
id: 'how-to-write-applications-with-tablestore',
781+
label: 'TableStore を使用してアプリケーションを書く',
782+
},
783783
{
784784
type: 'doc',
785785
id: 'how-to-write-applications',

0 commit comments

Comments
 (0)