From b3070096415c37e3e2dde55e0bab28d63279ce3f Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Sun, 20 Jun 2021 22:10:25 +0200 Subject: [PATCH] [site/nav][s]: add components to the navbar. --- docs/components/Nav/index.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/components/Nav/index.jsx b/docs/components/Nav/index.jsx index 7c9ebd7b..2c76c612 100644 --- a/docs/components/Nav/index.jsx +++ b/docs/components/Nav/index.jsx @@ -10,6 +10,7 @@ export default function Nav() { const navMenu = [ { title: 'Docs', path: '/docs' }, + { title: 'Components', path: '/docs/components' }, { title: 'Learn', path: '/learn' }, { title: 'Gallery', path: '/gallery' }, { title: 'Github', path: 'https://github.com/datopian/portal.js' }