From a46f9eb5ac0945cb43cdde5fc237e1cc25637b68 Mon Sep 17 00:00:00 2001 From: Brad Micklea <7644938+bmicklea@users.noreply.github.com> Date: Thu, 28 Mar 2024 11:14:54 -0400 Subject: [PATCH] add next steps to nav (#174) Duh, I forgot to add the next-steps doc to the Nav sidebar... --- docs/.vitepress/config.mts | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index f6f5da64..91a52f30 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -57,6 +57,7 @@ export default defineConfig({ items: [ { text: 'Overview', link: '/docs/overview' }, { text: 'Quick Start', link: '/docs/quick-start.md' }, + { text: 'Next Steps', link: '/docs/next-steps.md' }, { text: 'Use Cases', link: '/docs/use-cases' }, { text: 'Why KitOps?', link: '/docs/why-kitops' }, ]