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({ export default defineAppConfig({
docus: { 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" 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 navigation: false
layout: page layout: page
--- ---
@@ -13,7 +13,7 @@ cta:
secondary: secondary:
- Star on GitHub -> - Star on GitHub ->
- https://github.com/wobsoriano/trpc-nuxt - https://github.com/wobsoriano/trpc-nuxt
snippet: npm install trpc-nuxt@beta snippet: npm install trpc-nuxt@next
--- ---
#title #title

View File

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

View File

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