Skip to content

Commit 07207c1

Browse files
committed
config.mts: add troubleshooting
1 parent a145e7a commit 07207c1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.vitepress/config.mts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineConfig } from 'vitepress'
22

33
// https://vitepress.dev/reference/site-config
44
export default defineConfig({
5-
title: "aa-proxy Docs",
5+
title: "🛸 aa-proxy documentation",
66
description: "Docs for aa-proxy",
77
base: '/docs/',
88
cleanUrls: true,
@@ -22,6 +22,10 @@ export default defineConfig({
2222

2323
sidebar: [
2424
{
25+
text: 'Main',
26+
items: [
27+
{ text: 'Troubleshooting Guide', link: '/troubleshooting' },
28+
]
2529
text: 'Examples',
2630
items: [
2731
{ text: 'Markdown Examples', link: '/markdown-examples' },

0 commit comments

Comments
 (0)