From 418b4bfe52c359c1f65900d56e8670389a0fa28b Mon Sep 17 00:00:00 2001 From: olayway Date: Fri, 19 May 2023 19:03:35 +0200 Subject: [PATCH] [content/config.js][xs]: add howtos to navlinks --- site/content/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/site/content/config.js b/site/content/config.js index 36ae92bf..4d8eda19 100644 --- a/site/content/config.js +++ b/site/content/config.js @@ -20,6 +20,7 @@ const config = { // { name: "Components", href: "/docs/components" }, { name: "Blog", href: "/blog" }, { name: "Showcases", href: "/#showcases" }, + { name: "Howtos", href: "/howto" }, { name: "Examples", href: "https://github.com/datopian/portaljs/tree/main/examples", target: "_blank" }, { name: "Components", href: "https://storybook.portaljs.org", target: "_blank" }, // { name: "DL Demo", href: "/data-literate/demo" },