Skip to content

Commit 2023d3f

Browse files
committed
Add Sidebar
1 parent 075fa82 commit 2023d3f

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

MyApp/_pages/ai-server/sidebar.json

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
[
2+
{
3+
"text": "AI Server",
4+
"link": "/ai-server/",
5+
"children": [
6+
{
7+
"text": "Quick Start",
8+
"link": "/ai-server/install/quickstart"
9+
},
10+
{
11+
"text": "Configuration",
12+
"link": "/ai-server/install/configuration"
13+
},
14+
{
15+
"text": "Ollama",
16+
"link": "/ai-server/install/ollama"
17+
},
18+
{
19+
"text": "Comfy Extension",
20+
"link": "/ai-server/install/comfy-extension"
21+
}
22+
]
23+
},
24+
{
25+
"text": "Usage",
26+
"link": "/ai-server/usage/",
27+
"children": [
28+
{
29+
"text": "Chat",
30+
"link": "/ai-server/usage/chat"
31+
},
32+
{
33+
"text": "Text to Image",
34+
"link": "/ai-server/usage/text-to-image"
35+
},
36+
{
37+
"text": "Video",
38+
"link": "/ai-server/usage/video"
39+
},
40+
{
41+
"text": "Image Endpoints",
42+
"link": "/ai-server/usage/image-endpoints"
43+
},
44+
{
45+
"text": "Audio Endpoints",
46+
"link": "/ai-server/usage/audio-endpoints"
47+
}
48+
]
49+
}
50+
]

0 commit comments

Comments
 (0)