Skip to content

Commit

Permalink
add next steps to nav (#174)
Browse files Browse the repository at this point in the history
Duh, I forgot to add the next-steps doc to the Nav sidebar...
  • Loading branch information
bmicklea committed Mar 28, 2024
1 parent 2b1ab12 commit a46f9eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.mts
Expand Up @@ -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' },
]
Expand Down

0 comments on commit a46f9eb

Please sign in to comment.