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 a145e7a commit 07207c1Copy full SHA for 07207c1
.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 Docs",
+ title: "🛸 aa-proxy documentation",
6
description: "Docs for aa-proxy",
7
base: '/docs/',
8
cleanUrls: true,
@@ -22,6 +22,10 @@ export default defineConfig({
22
23
sidebar: [
24
{
25
+ text: 'Main',
26
+ items: [
27
+ { text: 'Troubleshooting Guide', link: '/troubleshooting' },
28
+ ]
29
text: 'Examples',
30
items: [
31
{ text: 'Markdown Examples', link: '/markdown-examples' },
0 commit comments