@@ -124,15 +124,14 @@ const config = {
124
124
position : 'right' ,
125
125
label : 'KERIDoc' ,
126
126
} ,
127
-
128
127
{
129
128
href : 'https://weboftrust.github.io/WOT-terms/' ,
130
- label : 'KERI Suite Glossary ' ,
129
+ label : 'KERIGlos ' ,
131
130
position : 'right' ,
132
131
} ,
133
132
{
134
133
href : 'https://weboftrust.github.io/kerisse/' ,
135
- label : 'Kerisse ' ,
134
+ label : 'KERISSE ' ,
136
135
position : 'right' ,
137
136
} ,
138
137
{
@@ -149,53 +148,25 @@ const config = {
149
148
title : 'Docs' ,
150
149
items : [
151
150
{
152
- label : 'Documentation' ,
151
+ label : 'Enter Documentation' ,
153
152
to : '/docs/intro/intro' ,
154
- } ,
155
- {
156
- label : 'Concepts' ,
157
- to : '/docs/category/concepts' ,
158
- } ,
159
- {
160
- label : 'Education' ,
161
- to : '/docs/category/education' ,
162
- } ,
163
- {
164
- label : 'Resources' ,
165
- to : '/docs/category/resources' ,
166
- } ,
167
- {
168
- label : 'Glossary' ,
169
- to : '/docs/category/glossary' ,
170
- } ,
171
- {
172
- label : 'How we did' ,
173
- to : '/docs/category/how-we-did' ,
174
- } ,
153
+ }
175
154
] ,
176
155
} ,
177
156
{
178
- title : 'More ' ,
157
+ title : 'KERI Suite ' ,
179
158
items : [
180
- // {
181
- // label: 'Blog',
182
- // to: '/blog',
183
- // },
184
- {
185
- label : 'GitHub' ,
186
- href : 'https://github.com/weboftrust/keridoc' ,
187
- } ,
188
159
{
189
- label : 'Kerisse ' ,
190
- href : 'https://weboftrust.github.io/kerisse/ ' ,
160
+ label : 'KERIDoc ' ,
161
+ to : '/docs/intro/intro ' ,
191
162
} ,
192
163
{
193
- label : 'KERI Suite Glossary ' ,
164
+ label : 'KERIGlos ' ,
194
165
href : 'https://weboftrust.github.io/WOT-terms/' ,
195
166
} ,
196
167
{
197
- label : 'Kerific Browser Extension ' ,
198
- href : 'https://chromewebstore.google.com/detail/kerific/ckbmkbbmnfbeecfmoiohobcdmopekgmp ' ,
168
+ label : 'KERISSE ' ,
169
+ href : 'https://weboftrust.github.io/kerisse/ ' ,
199
170
} ,
200
171
] ,
201
172
} ,
@@ -215,7 +186,21 @@ const config = {
215
186
href : 'https://github.com/SmithSamuelM/Papers/blob/master/whitepapers/KERI_WP_2.x.web.pdf' ,
216
187
}
217
188
] ,
189
+ } ,
190
+ {
191
+ title : 'More' ,
192
+ items : [
193
+ {
194
+ label : 'GitHub' ,
195
+ href : 'https://github.com/weboftrust/keridoc' ,
196
+ } ,
197
+ {
198
+ label : 'Kerific Browser Extension' ,
199
+ href : 'https://chromewebstore.google.com/detail/kerific/ckbmkbbmnfbeecfmoiohobcdmopekgmp' ,
200
+ }
201
+ ]
218
202
}
203
+
219
204
] ,
220
205
// copyright: `Copyright © ${new Date().getFullYear()} Web Of Trust.`,
221
206
} ,
0 commit comments