Skip to content

Commit be68753

Browse files
mohnjilesclaude
andcommitted
docs: add hardware-support and troubleshooting to site nav
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 2d244b6 commit be68753

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

docs/.vitepress/config.mts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ export default defineConfig({
2525
{ text: 'Package Manager', link: '/package-manager/overview' },
2626
{ text: 'Inference', link: '/inference/overview' },
2727
{ text: 'Advanced', link: '/advanced/overview' },
28-
{ text: 'Tips and Tricks', link: '/tips/overview' }
28+
{ text: 'Tips and Tricks', link: '/tips/overview' },
29+
{ text: 'Troubleshooting', link: '/troubleshooting/common-issues' }
2930
],
3031

3132
sidebar: {
@@ -63,6 +64,7 @@ export default defineConfig({
6364
text: 'Advanced',
6465
items: [
6566
{ text: 'Overview', link: '/advanced/overview' },
67+
{ text: 'Hardware Support', link: '/advanced/hardware-support' },
6668
{ text: 'ComfyUI Integration', link: '/advanced/comfyui-integration' },
6769
{ text: 'Environment Variables', link: '/advanced/environment-variables' }
6870
]
@@ -76,6 +78,14 @@ export default defineConfig({
7678
{ text: 'Terminology', link: '/tips/terminology' }
7779
]
7880
}
81+
],
82+
'/troubleshooting/': [
83+
{
84+
text: 'Troubleshooting',
85+
items: [
86+
{ text: 'Common Issues', link: '/troubleshooting/common-issues' }
87+
]
88+
}
7989
]
8090
},
8191

0 commit comments

Comments
 (0)