Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions preview/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ const sidebars: SidebarsConfig = {
'resources/gateway/istio',
'resources/gateway/gke',
'resources/gateway/agentgateway',
'resources/gateway/envoy-ai-gateway',
'resources/gateway/install-crds',

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added the install-crds as well, because otherwise, when following a link to that page, the sidebar completely disappears. This was an issue already when following the agentgateway guide and clicking the install CRDs link that gets fixed by adding it to the sidebar.

],
},
{type: 'doc', id: 'resources/infrastructure/multi-node', label: 'Kubernetes Multi-Node Orchestration'},
Expand Down
Loading