Skip to content

Commit

Permalink
docs: update guides sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
jakepage91 authored and pmig committed Mar 14, 2024
1 parent e11aeec commit 2fced23
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions website/sidebar-guides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,20 @@ const sidebars: SidebarsConfig = {

guides: [
{
type: 'autogenerated',
dirName: '.',
type: 'category',
label: 'Categories',
link: {
type: 'generated-index',
title: 'Categories',
description: "⚠️ Learn how to install your favorite Kubernetes add-on's using the Glasskube package manager ⚠️",
slug: '/categories/',
},
items: [
'cert-manager',
'ingress-nginx',
],
},
]
};

export default sidebars;
export default sidebars;

0 comments on commit 2fced23

Please sign in to comment.