diff --git a/docusaurus.config.js b/docusaurus.config.js index 96911983..af4f3da9 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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', @@ -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',