Skip to content

Commit

Permalink
Add Sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Oct 3, 2024
1 parent 075fa82 commit 2023d3f
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
File renamed without changes.
50 changes: 50 additions & 0 deletions MyApp/_pages/ai-server/sidebar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
[
{
"text": "AI Server",
"link": "/ai-server/",
"children": [
{
"text": "Quick Start",
"link": "/ai-server/install/quickstart"
},
{
"text": "Configuration",
"link": "/ai-server/install/configuration"
},
{
"text": "Ollama",
"link": "/ai-server/install/ollama"
},
{
"text": "Comfy Extension",
"link": "/ai-server/install/comfy-extension"
}
]
},
{
"text": "Usage",
"link": "/ai-server/usage/",
"children": [
{
"text": "Chat",
"link": "/ai-server/usage/chat"
},
{
"text": "Text to Image",
"link": "/ai-server/usage/text-to-image"
},
{
"text": "Video",
"link": "/ai-server/usage/video"
},
{
"text": "Image Endpoints",
"link": "/ai-server/usage/image-endpoints"
},
{
"text": "Audio Endpoints",
"link": "/ai-server/usage/audio-endpoints"
}
]
}
]

0 comments on commit 2023d3f

Please sign in to comment.