mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-14 12:14:40 +01:00
update docs
This commit is contained in:
@@ -5,15 +5,14 @@ export default defineAppConfig({
|
||||
alt: 'tRPC-Nuxt cover',
|
||||
url: 'https://trpc-nuxt.vercel.app',
|
||||
debug: false,
|
||||
socials: {
|
||||
github: 'wobsoriano/trpc-nuxt'
|
||||
},
|
||||
aside: {
|
||||
level: 1
|
||||
},
|
||||
footer: {
|
||||
credits: {
|
||||
icon: 'IconDocus',
|
||||
text: 'Powered by Docus',
|
||||
href: 'https://docus.com'
|
||||
},
|
||||
credits: true,
|
||||
icons: [
|
||||
{
|
||||
label: 'NuxtJS',
|
||||
|
||||
@@ -24,8 +24,8 @@ End-to-end typesafe APIs in Nuxt applications.
|
||||
|
||||
#extra
|
||||
::list
|
||||
- Automatic typesafety
|
||||
- Automatic typesafety
|
||||
- Snappy DX
|
||||
- Autocompletion
|
||||
- Autocompletion on the client, for inputs, outputs and errors
|
||||
::
|
||||
::
|
||||
|
||||
@@ -8,12 +8,10 @@
|
||||
"preview": "nuxi preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxtjs/tailwindcss": "^6.1.3",
|
||||
"@vueuse/head": "^1.0.3",
|
||||
"nuxt": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nuxt-themes/docus": "npm:@nuxt-themes/docus-edge@latest",
|
||||
"@nuxtlabs/github-module": "npm:@nuxtlabs/github-module-edge@latest"
|
||||
"@nuxt-themes/docus": "^0.3.1",
|
||||
"@nuxtlabs/github-module": "^1.5.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user