Skip to content

Commit

Permalink
Add menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
kordwarshuis committed Jul 15, 2024
1 parent f3399eb commit 60a34f4
Showing 1 changed file with 9 additions and 42 deletions.
51 changes: 9 additions & 42 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,46 +107,6 @@ const config = {
position: 'left',
label: 'For contributors to this website',
},
// //TODO: remove when not used anymore
// {
// to: 'docs/concepts/how-to/intro',
// label: 'How to',
// position: 'left',
// items: [
// {
// to: 'docs/concepts/how-to/contribute-to-weboftrust-github',
// label: 'Contribute to WebofTrust github'
// },
// {
// to: 'docs/concepts/how-to/set-up-basic-keri-network',
// label: 'Set up a basic KERI network'
// },
// {
// to: 'docs/concepts/how-to/create-a-basic-acdc-graph',
// label: 'Create a basic ACDC graph'
// },
// {
// to: 'docs/concepts/how-to/make-a-schema',
// label: 'Make a schema'
// },
// {
// to: 'docs/concepts/how-to/issue-a-credential',
// label: 'Issue a credential'
// },
// {
// to: 'docs/concepts/how-to/present-a-credential',
// label: 'Present a credential'
// },
// {
// to: 'docs/concepts/how-to/verify-a-credential',
// label: 'Verify a credential'
// },
// {
// to: 'docs/concepts/how-to/current-open-issues',
// label: 'Current open issues'
// }
// ],
// },
{
href: '/feedback',
label: 'Feedback',
Expand All @@ -159,15 +119,22 @@ const config = {
position: 'left'
},
{
href: 'https://weboftrust.github.io/kerisse/',
label: 'Kerisse',
type: 'doc',
docId: 'intro/intro',
position: 'right',
label: 'KERIDoc',
},

{
href: 'https://weboftrust.github.io/WOT-terms/',
label: 'KERI Suite Glossary',
position: 'right',
},
{
href: 'https://weboftrust.github.io/kerisse/',
label: 'Kerisse',
position: 'right',
},
{
href: 'https://github.com/weboftrust/keridoc',
label: 'GitHub repo',
Expand Down

0 comments on commit 60a34f4

Please sign in to comment.