File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ const sidebars: SidebarsConfig = {
116116 } ,
117117 {
118118 type : 'category' ,
119- label : 'Reference ' ,
119+ label : '›nce ' ,
120120 collapsed : false ,
121121 link : {
122122 type : 'doc' ,
@@ -125,6 +125,24 @@ const sidebars: SidebarsConfig = {
125125 items : [
126126 'reference/architecture' ,
127127 'reference/root-keypair' ,
128+ {
129+ type : 'category' ,
130+ label : 'Architecture' ,
131+ link : {
132+ type : 'doc' ,
133+ id : 'reference/architecture' ,
134+ } ,
135+ items : [
136+ 'reference/DES' ,
137+ 'reference/ecis' ,
138+ 'reference/encryption-algorithms' ,
139+ 'reference/hybrid-cryptosystem' ,
140+ 'reference/json-webx-standards' ,
141+ 'reference/kem' ,
142+ 'reference/key-encryption-management-storage' ,
143+ 'reference/node-id' ,
144+ ] ,
145+ } ,
128146 {
129147 type : 'category' ,
130148 label : 'Polykey-CLI' ,
You can’t perform that action at this time.
0 commit comments