docs: improve nuxt wording and logo (#200)

This commit is contained in:
Sébastien Chopin
2024-10-17 06:22:21 +02:00
committed by GitHub
parent bbe0d316b7
commit 743ca99218
5 changed files with 11 additions and 11 deletions

View File

@@ -42,7 +42,7 @@ export default function Features({ stars }: { stars: string | null }) {
</div> </div>
<p className="text-left text-sm mt-2 text-muted-foreground"> <p className="text-left text-sm mt-2 text-muted-foreground">
Supports your favorite frontend, backend and meta frameworks, Supports your favorite frontend, backend and meta frameworks,
including React, Vue, Svelte, Astro, Solid, Next.js, Nuxt.js, including React, Vue, Svelte, Astro, Solid, Next.js, Nuxt,
Hono, and more{" "} Hono, and more{" "}
<a className="text-gray-50" href="/docs" target="_blank"> <a className="text-gray-50" href="/docs" target="_blank">
Learn more Learn more

View File

@@ -22,11 +22,11 @@ export const Icons = {
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
width="1.2em" width="1.2em"
height="1.2em" height="1.2em"
viewBox="0 0 512 512" viewBox="0 0 24 24"
> >
<path <path
fill="currentColor" fill="currentColor"
d="M200.662 81.35L0 430.65h130.774l139.945-239.803zm134.256 40.313l-39.023 69.167l138.703 239.82H512zm-51.596 91.052L155.924 430.651h253.485z" d="M13.464 19.83h8.922c.283 0 .562-.073.807-.21a1.6 1.6 0 0 0 .591-.574a1.53 1.53 0 0 0 .216-.783a1.53 1.53 0 0 0-.217-.782L17.792 7.414a1.6 1.6 0 0 0-.591-.573a1.65 1.65 0 0 0-.807-.21c-.283 0-.562.073-.807.21a1.6 1.6 0 0 0-.59.573L13.463 9.99L10.47 4.953a1.6 1.6 0 0 0-.591-.573a1.65 1.65 0 0 0-.807-.21c-.284 0-.562.073-.807.21a1.6 1.6 0 0 0-.591.573L.216 17.481a1.53 1.53 0 0 0-.217.782c0 .275.074.545.216.783a1.6 1.6 0 0 0 .59.574c.246.137.525.21.808.21h5.6c2.22 0 3.856-.946 4.982-2.79l2.733-4.593l1.464-2.457l4.395 7.382h-5.859Zm-6.341-2.46l-3.908-.002l5.858-9.842l2.923 4.921l-1.957 3.29c-.748 1.196-1.597 1.632-2.916 1.632"
></path> ></path>
</svg> </svg>
), ),

View File

@@ -1,9 +1,9 @@
--- ---
title: Nuxt js example title: Nuxt example
description: Better Auth nuxt js example description: Better Auth Nuxt example
--- ---
This is an example of how to use Better Auth with Nuxt This is an example of how to use Better Auth with Nuxt.
**Implements the following features:** **Implements the following features:**
Email & Password . Social Sign-in with Google Email & Password . Social Sign-in with Google

View File

@@ -1,6 +1,6 @@
--- ---
title: Nuxt.js Integration title: Nuxt Integration
description: Learn how to integrate Better Auth with Nuxt.js description: Learn how to integrate Better Auth with Nuxt
--- ---
Before you start, make sure you have a Better Auth instance configured. If you haven't done that yet, check out the [installation](/docs/installation). Before you start, make sure you have a Better Auth instance configured. If you haven't done that yet, check out the [installation](/docs/installation).
@@ -21,6 +21,7 @@ export default defineEventHandler((event) => {
</Callout> </Callout>
### Migrate the database ### Migrate the database
Run the following command to create the necessary tables in your database: Run the following command to create the necessary tables in your database:
```bash ```bash

View File

@@ -1,7 +1,6 @@
# Nuxt Js Better Auth Example # Nuxt Better Auth Example
This is an example of how to use Better Auth with Nuxt.
This is an example of how to use Better Auth with Nuxt
**Implements the following features:** **Implements the following features:**
Email & Password . Social Sign-in with Google Email & Password . Social Sign-in with Google