We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a47578e commit c87b34aCopy full SHA for c87b34a
.vitepress/config.mts
@@ -2,7 +2,7 @@ import { defineConfig } from 'vitepress'
2
3
// https://vitepress.dev/reference/site-config
4
export default defineConfig({
5
- title: "🛸 aa-proxy documentation",
+ title: "🛸 aa-proxy",
6
description: "Docs for aa-proxy",
7
base: '/docs/',
8
cleanUrls: true,
@@ -24,10 +24,7 @@ export default defineConfig({
24
{
25
text: 'Main',
26
items: [
27
- { text: 'Troubleshooting Guide', link: '/troubleshooting' }
28
- ],
29
- text: 'Examples',
30
- items: [
+ { text: 'Troubleshooting Guide', link: '/troubleshooting' },
31
{ text: 'Markdown Examples', link: '/markdown-examples' },
32
{ text: 'Runtime API Examples', link: '/api-examples' }
33
]
0 commit comments