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 e9c1244 commit e54bc02Copy full SHA for e54bc02
.vitepress/config.mts
@@ -6,7 +6,14 @@ export default defineConfig({
6
description: "Docs for aa-proxy",
7
base: '/docs/',
8
cleanUrls: true,
9
+ lastUpdated: true,
10
themeConfig: {
11
+ search: {
12
+ provider: 'local',
13
+ },
14
+ editLink: {
15
+ pattern: 'https://github.com/aa-proxy/docs/edit/main/:path',
16
17
// https://vitepress.dev/reference/default-theme-config
18
nav: [
19
{ text: 'Home', link: '/' },
0 commit comments