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 ed5b9b3 commit 0adb7d1Copy full SHA for 0adb7d1
docs/app/app.config.ts
@@ -12,6 +12,9 @@ export default defineAppConfig({
12
nuxt: 'https://nuxt.com',
13
supabase: 'https://supabase.com/docs',
14
},
15
+ github: {
16
+ rootDir: 'docs',
17
+ },
18
toc: {
19
bottom: {
20
title: 'Community',
docs/package.json
@@ -7,7 +7,7 @@
7
"dev": "docus dev"
8
9
"devDependencies": {
10
- "docus": "^3.0.4",
+ "docus": "^3.0.5",
11
"@nuxtjs/plausible": "1.2.0"
"packageManager": "pnpm@10.12.4"
0 commit comments