From d66e3cc8cab0792ff4d88f20efcf695e78257c20 Mon Sep 17 00:00:00 2001 From: Pigges Date: Sun, 18 Dec 2022 18:41:31 +0100 Subject: [PATCH] added branding to nav --- docs/.vuepress/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 8b44756..1eedf16 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -86,6 +86,7 @@ const config = { search: false, nav: [ // TODO update? + { text: 'Branding', link: '/branding/'}, { text: 'Projects', link: '/projects/' }, { text: 'Verify', link: '/verify/' }, { text: 'Governance', link: '/governance/' },