Skip to content

Commit c87b34a

Browse files
committed
config.mts
1 parent a47578e commit c87b34a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.vitepress/config.mts

Lines changed: 2 additions & 5 deletions
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 documentation",
5+
title: "🛸 aa-proxy",
66
description: "Docs for aa-proxy",
77
base: '/docs/',
88
cleanUrls: true,
@@ -24,10 +24,7 @@ export default defineConfig({
2424
{
2525
text: 'Main',
2626
items: [
27-
{ text: 'Troubleshooting Guide', link: '/troubleshooting' }
28-
],
29-
text: 'Examples',
30-
items: [
27+
{ text: 'Troubleshooting Guide', link: '/troubleshooting' },
3128
{ text: 'Markdown Examples', link: '/markdown-examples' },
3229
{ text: 'Runtime API Examples', link: '/api-examples' }
3330
]

0 commit comments

Comments
 (0)