Skip to content

Commit 381cff8

Browse files
committed
docs: new documentation
1 parent 4c85759 commit 381cff8

File tree

6 files changed

+2910
-1637
lines changed

6 files changed

+2910
-1637
lines changed

docs/v3/components/HomeHero.vue

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

docs/v3/docus.config.ts

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
export default defineDocus
1+
export default {
2+
title: '@nuxtjs/supabase',
3+
url: 'https://supabase.nuxtjs.org',
4+
theme: {
5+
colors: {
6+
primary: '#34d399',
7+
prism: {
8+
background: '#F4F4F5 dark:#1F2937'
9+
}
10+
},
11+
header: {
12+
title: false,
13+
logo: {
14+
light: '/logo-light.svg',
15+
dark: '/logo-dark.svg'
16+
}
17+
}
18+
}
19+
}

docs/v3/nuxt.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// @ts-ignore
12
import { withDocus } from 'docus'
23

34
export default withDocus({

docs/v3/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"description": "Docs for laravel-soap",
55
"author": "Gregor Becker",
66
"scripts": {
7-
"dev": "nuxt",
7+
"dev": "nuxt dev",
88
"build": "nuxt build",
99
"start": "nuxt start",
1010
"generate": "nuxt generate"
1111
},
1212
"dependencies": {
13-
"docus": "^2.1.0",
14-
"nuxt": "^2.15.8"
13+
"docus": "^0.5.14",
14+
"nuxt": "^2.15.6"
1515
}
1616
}

docs/v3/pages/index.md

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

0 commit comments

Comments
 (0)