Skip to content

Commit 72d92aa

Browse files
committed
feat(docs): migrate from undocs to docus
1 parent 549d30d commit 72d92aa

29 files changed

+4788
-3728
lines changed

docs/.config/docs.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/.docs/app.config.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/.docs/app/router.options.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
node_modules
22
.nuxt
33
.output
4+
.data
45
dist
56
.vercel
67
.env*.local

docs/app.config.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
export default defineAppConfig({
2+
docus: {
3+
title: 'Nuxt Safe Runtime Config',
4+
description: 'Validate Nuxt runtime config at build or runtime using Zod, Valibot, ArkType, or any Standard Schema compatible library.',
5+
url: 'https://nuxt-safe-runtime-config.onmax.me',
6+
github: 'onmax/nuxt-safe-runtime-config',
7+
themeColor: 'green',
8+
},
9+
ui: {
10+
prose: {
11+
codeIcon: {
12+
valibot: 'custom:valibot',
13+
zod: 'simple-icons:zod',
14+
arktype: 'custom:arktype',
15+
},
16+
},
17+
},
18+
})
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)