Skip to content

Commit 98d3a65

Browse files
samzongrootfs
andcommitted
✨ doc(sidebars): add k8s istio and llm-d; add integration and MCP classification categories (#721)
Signed-off-by: samzong <[email protected]> Co-authored-by: Huamin Chen <[email protected]> Signed-off-by: samzong <[email protected]>
1 parent 326ac85 commit 98d3a65

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

website/sidebars.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ const sidebars: SidebarsConfig = {
5757
'installation/k8s/production-stack',
5858
'installation/k8s/aibrix',
5959
'installation/k8s/gateway-api-inference-extension',
60+
'installation/k8s/istio',
61+
'installation/k8s/llm-d',
6062
],
6163
},
6264
'installation/docker-compose',
@@ -108,6 +110,21 @@ const sidebars: SidebarsConfig = {
108110
'tutorials/observability/open-webui-integration',
109111
],
110112
},
113+
{
114+
type: 'category',
115+
label: 'Integration',
116+
items: [
117+
'tutorials/integration/production-stack-integration',
118+
],
119+
},
120+
{
121+
type: 'category',
122+
label: 'MCP Classification',
123+
items: [
124+
'tutorials/mcp-classification/overview',
125+
'tutorials/mcp-classification/protocol',
126+
],
127+
},
111128
],
112129
},
113130
{

0 commit comments

Comments
 (0)