Skip to content

Commit b031eb9

Browse files
authored
docs: replace 'Nuxt 3' with 'Nuxt' (#132)
1 parent a1d25b5 commit b031eb9

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.docs/0.hello-world.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
toc: false
33
title: Hello World
4-
description: 'A minimal Nuxt 3 application only requires the `app.vue` and `nuxt.config.js` files.'
4+
description: 'A minimal Nuxt application only requires the `app.vue` and `nuxt.config.js` files.'
55
---
66

77
:read-more{to="/docs/getting-started/introduction"}

.docs/1.features/2.data-fetching.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
toc: false
33
title: Data Fetching
4-
description: 'This example demonstrates data fetching with Nuxt 3 using built-in composables and API routes.'
4+
description: 'This example demonstrates data fetching with Nuxt using built-in composables and API routes.'
55
---
66

77
:read-more{to="/docs/getting-started/data-fetching"}

.docs/7.experimental/wasm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
toc: false
33
title: 'WASM'
4-
description: 'This example demonstrates the server-side support of WebAssembly in Nuxt 3.'
4+
description: 'This example demonstrates the server-side support of WebAssembly in Nuxt.'
55
---
66

77
:sandbox{repo="nuxt/examples" branch="main" dir="examples/experimental/wasm" file="app.vue"}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Nuxt 3 Examples
1+
# Nuxt Examples
22

33
👉 https://nuxt.com/docs/examples
44

examples/auth/local/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This project uses [Nuxt Extend Layers](https://nuxt.com/docs/getting-started/lay
66

77
Default database is using built-in key-value storage. You can rewrite it with a custom database by updating [`./auth/server/utils/db.ts`](./auth/server/utils/db.ts)
88

9-
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more about Nuxt.
9+
Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more about Nuxt.
1010

1111
## Setup
1212

examples/features/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Nuxt 3 Examples
1+
# Nuxt Examples
22

33
👉 https://nuxt.com/docs/examples

0 commit comments

Comments
 (0)