File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ const sidebars: SidebarsConfig = {
5656 'installation/k8s/production-stack' ,
5757 'installation/k8s/aibrix' ,
5858 'installation/k8s/gateway-api-inference-extension' ,
59+ 'installation/k8s/istio' ,
60+ 'installation/k8s/llm-d' ,
5961 ] ,
6062 } ,
6163 'installation/docker-compose' ,
@@ -107,6 +109,21 @@ const sidebars: SidebarsConfig = {
107109 'tutorials/observability/open-webui-integration' ,
108110 ] ,
109111 } ,
112+ {
113+ type : 'category' ,
114+ label : 'Integration' ,
115+ items : [
116+ 'tutorials/integration/production-stack-integration' ,
117+ ] ,
118+ } ,
119+ {
120+ type : 'category' ,
121+ label : 'MCP Classification' ,
122+ items : [
123+ 'tutorials/mcp-classification/overview' ,
124+ 'tutorials/mcp-classification/protocol' ,
125+ ] ,
126+ } ,
110127 ] ,
111128 } ,
112129 {
You can’t perform that action at this time.
0 commit comments