Skip to content

Commit 9d025d6

Browse files
authored
docs(global): update Nuxt version references and improve getting started guides (#526)
1 parent 3d653fc commit 9d025d6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/content/1.getting-started/1.introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "@nuxtjs/supabase is a Nuxt module for first class integration with
55

66
[@nuxtjs/supabase](https://github.com/nuxt-modules/supabase) is a Nuxt module for first class integration with Supabase.
77

8-
Checkout the [Nuxt 3](https://v3.nuxtjs.org) documentation and [Supabase](https://supabase.com) to learn more.
8+
Checkout the [Nuxt](https://nuxt.com/) documentation and [Supabase](https://supabase.com) to learn more.
99

1010
::warning
1111
For integrating Supabase with Nuxt 2, checkout [supabase-community/nuxt-supabase](https://github.com/supabase-community/nuxt-supabase).

docs/content/2.composables/useSupabaseClient.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Please also take a look at [Get Started](/getting-started/authentication) for th
4444

4545
Please check [Supabase](https://supabase.com/docs/reference/javascript/select) documentation to fully use the power of Supabase client.
4646

47-
Here is an example of a fetch using the `select` method with Nuxt 3 [useAsyncData](https://nuxt.com/docs/getting-started/data-fetching#useasyncdata) composable.
47+
Here is an example of a fetch using the `select` method with Nuxt [useAsyncData](https://nuxt.com/docs/getting-started/data-fetching#useasyncdata) composable.
4848

4949
```vue
5050
<script setup lang="ts">

docs/content/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ Shipped with many features
7575
to: https://nuxt.com
7676
---
7777
#title
78-
Nuxt 3 ready
79-
78+
Nuxt 3 and 4 ready
79+
8080
#description
81-
Experience the power and flexibility of Nuxt 3, optimized for modern web development.
81+
Experience the power and flexibility of Nuxt 3 and Nuxt 4, optimized for modern web development.
8282
:::
8383

8484
:::u-page-feature

0 commit comments

Comments
 (0)