@@ -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