Skip to content

Commit 08cae5d

Browse files
committed
chore: remove v3 suffix for nuxi init
1 parent b0bd2c7 commit 08cae5d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
## Quick Start
1515

1616
```bash [Terminal]
17-
npx nuxi init -t github:nuxt-ui-pro/docs#v3
17+
npx nuxi init -t github:nuxt-ui-pro/docs
1818
```
1919

2020
## Setup

‎content/1.getting-started/2.installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Use this template on Nuxt Studio and start your documentation in seconds.
1212
You can start a fresh new project with:
1313

1414
```bash [Terminal]
15-
npx nuxi init -t github:nuxt-ui-pro/docs#v3
15+
npx nuxi init -t github:nuxt-ui-pro/docs
1616
```
1717

1818
or create a new repository from GitHub:

‎content/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ orientation: horizontal
1111
---
1212
:::prose-pre{filename="Terminal"}
1313
```bash
14-
npx nuxi init -t github:nuxt-ui-pro/docs#v3
14+
npx nuxi init -t github:nuxt-ui-pro/docs
1515
```
1616
:::
1717

@@ -70,7 +70,7 @@ All-in-one documentation template
7070
---
7171
#title
7272
Nuxt 3
73-
73+
7474
#description
7575
Powered by Nuxt 3 for optimal performances and SEO.
7676
:::
@@ -83,7 +83,7 @@ All-in-one documentation template
8383
---
8484
#title
8585
Markdown
86-
86+
8787
#description
8888
Write your pages with MDC thanks to Nuxt Content.
8989
:::
@@ -96,7 +96,7 @@ All-in-one documentation template
9696
---
9797
#title
9898
Nuxt UI v3
99-
99+
100100
#description
101101
Offers a very large set of full customizable components.
102102
:::
@@ -109,7 +109,7 @@ All-in-one documentation template
109109
---
110110
#title
111111
TypeScript
112-
112+
113113
#description
114114
A fully typed development experience.
115115
:::
@@ -122,7 +122,7 @@ All-in-one documentation template
122122
---
123123
#title
124124
Nuxt Studio
125-
125+
126126
#description
127127
Supported by Nuxt Studio for fast updates and previews.
128128
:::
@@ -135,7 +135,7 @@ All-in-one documentation template
135135
---
136136
#title
137137
Search
138-
138+
139139
#description
140140
A full-text search modal powered by Fuse.js.
141141
:::

0 commit comments

Comments
 (0)