Skip to content

Commit 0adb7d1

Browse files
committed
docs(app): upgrade docus
1 parent ed5b9b3 commit 0adb7d1

File tree

3 files changed

+125
-84
lines changed

3 files changed

+125
-84
lines changed

docs/app/app.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ export default defineAppConfig({
1212
nuxt: 'https://nuxt.com',
1313
supabase: 'https://supabase.com/docs',
1414
},
15+
github: {
16+
rootDir: 'docs',
17+
},
1518
toc: {
1619
bottom: {
1720
title: 'Community',

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dev": "docus dev"
88
},
99
"devDependencies": {
10-
"docus": "^3.0.4",
10+
"docus": "^3.0.5",
1111
"@nuxtjs/plausible": "1.2.0"
1212
},
1313
"packageManager": "[email protected]"

0 commit comments

Comments
 (0)