diff --git a/docs/app.config.ts b/docs/app.config.ts index 821e257..a518c32 100644 --- a/docs/app.config.ts +++ b/docs/app.config.ts @@ -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' + } + ] + } } }) diff --git a/docs/content/index.md b/docs/content/index.md index 4f4fb38..36df77c 100644 --- a/docs/content/index.md +++ b/docs/content/index.md @@ -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 diff --git a/docs/tokens.config.ts b/docs/tokens.config.ts index ed49a51..ef98582 100644 --- a/docs/tokens.config.ts +++ b/docs/tokens.config.ts @@ -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', diff --git a/package.json b/package.json index aa3b72b..de2698d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "trpc-nuxt", + "description": "End-to-end typesafe APIs in Nuxt applications.", "type": "module", "version": "0.4.0", "license": "MIT",