Skip to content

Commit be742d4

Browse files
docs(sidebars.ts) swithed the order of 2 topics in the tutorial
1 parent 3793f51 commit be742d4

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

sidebars.ts

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ const sidebars: SidebarsConfig = {
2323
'tutorials/polykey-cli/bootstrapping',
2424
'tutorials/polykey-cli/managing-vaults',
2525
'tutorials/polykey-cli/managing-secrets',
26-
'tutorials/polykey-cli/connecting-to-the-network',
2726
'tutorials/polykey-cli/claiming-digital-identities',
27+
'tutorials/polykey-cli/connecting-to-the-network',
2828
'tutorials/polykey-cli/sharing-vaults',
2929
],
3030
},
@@ -35,7 +35,7 @@ const sidebars: SidebarsConfig = {
3535
type: 'doc',
3636
id: 'tutorials/polykey-desktop/README',
3737
},
38-
items: []
38+
items: [],
3939
},
4040
{
4141
type: 'category',
@@ -44,7 +44,7 @@ const sidebars: SidebarsConfig = {
4444
type: 'doc',
4545
id: 'tutorials/polykey-mobile/README',
4646
},
47-
items: []
47+
items: [],
4848
},
4949
{
5050
type: 'category',
@@ -53,9 +53,7 @@ const sidebars: SidebarsConfig = {
5353
type: 'doc',
5454
id: 'tutorials/polykey-core/README',
5555
},
56-
items: [
57-
'tutorials/polykey-core/installation'
58-
]
56+
items: ['tutorials/polykey-core/installation'],
5957
},
6058
],
6159
},
@@ -150,7 +148,7 @@ const sidebars: SidebarsConfig = {
150148
'reference/polykey-cli/commands/identities',
151149
'reference/polykey-cli/commands/notifications',
152150
],
153-
}
151+
},
154152
],
155153
},
156154
{

0 commit comments

Comments
 (0)