Skip to content

Commit 950c873

Browse files
committed
docs(content): update badges
1 parent 0cfb606 commit 950c873

14 files changed

Lines changed: 10 additions & 15 deletions

File tree

docs/content/docs/1.getting-started/6.integrations/4.i18n/1.nuxt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ const { locale } = useI18n()
161161
</template>
162162
```
163163

164-
#### Automatic link localization :badge{label="Soon" class="align-text-top"}
164+
#### Automatic link localization :badge{label="4.7+" class="align-text-top"}
165165

166166
When `@nuxtjs/i18n` is installed, the [Link](/docs/components/link) component automatically localizes internal links using the `$localePath` helper. This means you don't need to manually wrap your links with `localePath()` or `localeRoute()`.
167167

docs/content/docs/2.components/card.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ slots:
4242
:placeholder{class="h-8"}
4343
::
4444

45-
### Title :badge{label="Soon" class="align-text-top"}
45+
### Title :badge{label="4.7+" class="align-text-top"}
4646

4747
Use the `title` prop to set the title of the Card's header.
4848

@@ -64,7 +64,7 @@ slots:
6464
:placeholder{class="h-32"}
6565
::
6666

67-
### Description :badge{label="Soon" class="align-text-top"}
67+
### Description :badge{label="4.7+" class="align-text-top"}
6868

6969
Use the `description` prop to set the description of the Card's header.
7070

docs/content/docs/2.components/chat-reasoning.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ links:
99
- label: GitHub
1010
icon: i-simple-icons-github
1111
to: https://github.com/nuxt/ui/blob/v4/src/runtime/components/ChatReasoning.vue
12-
navigation.badge: New
1312
---
1413

1514
## Usage

docs/content/docs/2.components/chat-shimmer.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ links:
66
- label: GitHub
77
icon: i-simple-icons-github
88
to: https://github.com/nuxt/ui/blob/v4/src/runtime/components/ChatShimmer.vue
9-
navigation.badge: New
109
---
1110

1211
## Usage

docs/content/docs/2.components/chat-tool.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ links:
99
- label: GitHub
1010
icon: i-simple-icons-github
1111
to: https://github.com/nuxt/ui/blob/v4/src/runtime/components/ChatTool.vue
12-
navigation.badge: New
1312
---
1413

1514
## Usage

docs/content/docs/2.components/editor-emoji-menu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Use the `char` prop to change the trigger character. Defaults to `:`{lang="ts-ty
7373
</template>
7474
```
7575

76-
### Suggestion :badge{label="Soon" class="align-text-top"}
76+
### Suggestion :badge{label="4.7+" class="align-text-top"}
7777

7878
Use the `suggestion` prop to customize TipTap's [Suggestion matching behavior](https://tiptap.dev/docs/editor/api/utilities/suggestion#settings).
7979

docs/content/docs/2.components/editor-mention-menu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ You can use multiple `EditorMentionMenu` components on the same editor with diff
8181
```
8282
::
8383

84-
### Suggestion :badge{label="Soon" class="align-text-top"}
84+
### Suggestion :badge{label="4.7+" class="align-text-top"}
8585

8686
Use the `suggestion` prop to customize TipTap's [Suggestion matching behavior](https://tiptap.dev/docs/editor/api/utilities/suggestion#settings).
8787

docs/content/docs/2.components/editor-suggestion-menu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Use the `char` prop to change the trigger character. Defaults to `/`{lang="ts-ty
6969
</template>
7070
```
7171

72-
### Suggestion :badge{label="Soon" class="align-text-top"}
72+
### Suggestion :badge{label="4.7+" class="align-text-top"}
7373

7474
Use the `suggestion` prop to customize TipTap's [Suggestion matching behavior](https://tiptap.dev/docs/editor/api/utilities/suggestion#settings).
7575

docs/content/docs/2.components/link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ If you're using the [Tailwind CSS IntelliSense](https://marketplace.visualstudio
8888
```
8989
::
9090

91-
### Locale :badge{label="Soon" class="align-text-top"}
91+
### Locale :badge{label="4.7+" class="align-text-top"}
9292

9393
The Link component automatically integrates with [`@nuxtjs/i18n`](https://i18n.nuxtjs.org/) when installed. Internal links are automatically localized using the `$localePath` helper without requiring manual wrapping.
9494

docs/content/docs/2.components/listbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ links:
88
- label: GitHub
99
icon: i-simple-icons-github
1010
to: https://github.com/nuxt/ui/blob/v4/src/runtime/components/Listbox.vue
11-
navigation.badge: Soon
11+
navigation.badge: New
1212
---
1313

1414
## Usage

0 commit comments

Comments
 (0)