From 3d2d4acd4b3081e0fce1fd9e852bad7164b760ff Mon Sep 17 00:00:00 2001 From: Brad Micklea <7644938+bmicklea@users.noreply.github.com> Date: Thu, 28 Mar 2024 10:16:28 -0400 Subject: [PATCH] add next steps to nav 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 2a173803..0c40fc2e 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -56,6 +56,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' }, ]