update docs

This commit is contained in:
wobsoriano
2022-11-12 18:28:26 -08:00
parent 77ab5f0dc6
commit 7371dc4c10
4 changed files with 25 additions and 11 deletions

View File

@@ -1,5 +1,26 @@
export default defineAppConfig({
docus: {
title: 'tRPC Nuxt'
title: 'tRPC Nuxt',
image: 'https://og-image.vercel.app/tRPC-Nuxt',
alt: 'tRPC-Nuxt cover',
url: 'https://trpc-nuxt.vercel.app',
debug: false,
aside: {
level: 1
},
footer: {
credits: {
icon: 'IconDocus',
text: 'Powered by Docus',
href: 'https://docus.com'
},
icons: [
{
label: 'NuxtJS',
href: 'https://nuxtjs.org',
component: 'IconNuxt'
}
]
}
}
})

View File

@@ -1,6 +1,6 @@
---
title: "tRPC Nuxt"
description: "A supa simple wrapper arousnd supabase-js to enable usage and integration within Nuxt."
description: "End-to-end typesafe APIs in Nuxt applications."
navigation: false
layout: page
---
@@ -13,7 +13,7 @@ cta:
secondary:
- Star on GitHub ->
- https://github.com/wobsoriano/trpc-nuxt
snippet: npm install trpc-nuxt@beta
snippet: npm install trpc-nuxt@next
---
#title

View File

@@ -1,14 +1,6 @@
import { defineTheme } from 'pinceau'
export default defineTheme({
title: 'tRPC-Nuxt',
cover: {
src: 'https://og-image.vercel.app/tRPC-Nuxt',
alt: 'tRPC-Nuxt conver'
},
aside: {
level: 1
},
colors: {
primary: {
50: '#BFEDFC',

View File

@@ -1,5 +1,6 @@
{
"name": "trpc-nuxt",
"description": "End-to-end typesafe APIs in Nuxt applications.",
"type": "module",
"version": "0.4.0",
"license": "MIT",