Skip to content

Commit e352c51

Browse files
committed
Better footer menu
1 parent 728f28d commit e352c51

File tree

1 file changed

+24
-39
lines changed

1 file changed

+24
-39
lines changed

docusaurus.config.js

Lines changed: 24 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,14 @@ const config = {
124124
position: 'right',
125125
label: 'KERIDoc',
126126
},
127-
128127
{
129128
href: 'https://weboftrust.github.io/WOT-terms/',
130-
label: 'KERI Suite Glossary',
129+
label: 'KERIGlos',
131130
position: 'right',
132131
},
133132
{
134133
href: 'https://weboftrust.github.io/kerisse/',
135-
label: 'Kerisse',
134+
label: 'KERISSE',
136135
position: 'right',
137136
},
138137
{
@@ -149,53 +148,25 @@ const config = {
149148
title: 'Docs',
150149
items: [
151150
{
152-
label: 'Documentation',
151+
label: 'Enter Documentation',
153152
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+
}
175154
],
176155
},
177156
{
178-
title: 'More',
157+
title: 'KERI Suite',
179158
items: [
180-
// {
181-
// label: 'Blog',
182-
// to: '/blog',
183-
// },
184-
{
185-
label: 'GitHub',
186-
href: 'https://github.com/weboftrust/keridoc',
187-
},
188159
{
189-
label: 'Kerisse',
190-
href: 'https://weboftrust.github.io/kerisse/',
160+
label: 'KERIDoc',
161+
to: '/docs/intro/intro',
191162
},
192163
{
193-
label: 'KERI Suite Glossary',
164+
label: 'KERIGlos',
194165
href: 'https://weboftrust.github.io/WOT-terms/',
195166
},
196167
{
197-
label: 'Kerific Browser Extension',
198-
href: 'https://chromewebstore.google.com/detail/kerific/ckbmkbbmnfbeecfmoiohobcdmopekgmp',
168+
label: 'KERISSE',
169+
href: 'https://weboftrust.github.io/kerisse/',
199170
},
200171
],
201172
},
@@ -215,7 +186,21 @@ const config = {
215186
href: 'https://github.com/SmithSamuelM/Papers/blob/master/whitepapers/KERI_WP_2.x.web.pdf',
216187
}
217188
],
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+
]
218202
}
203+
219204
],
220205
// copyright: `Copyright © ${new Date().getFullYear()} Web Of Trust.`,
221206
},

0 commit comments

Comments
 (0)