Skip to content

Commit d41902a

Browse files
committed
docs: updates
1 parent 056da88 commit d41902a

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

docs/app.vue

+5
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ const links = [{
2525
icon: 'i-ph-browsers-duotone',
2626
to: 'https://nuxt.com/templates',
2727
target: '_blank'
28+
}, {
29+
label: 'Editor',
30+
icon: 'i-ph-pencil-duotone',
31+
to: 'https://nuxt.studio/?utm_source=content-site&utm_medium=header',
32+
target: '_blank'
2833
}, {
2934
label: 'Releases',
3035
icon: 'i-heroicons-rocket-launch-solid',

docs/content/index.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ sections:
4141
subTitle: Trusted and supported by our<br />amazing community
4242
avatarText: Created and maintained by 180+ contributors
4343
- slot: meet-studio
44-
title: Meet Studio <br /><span class="text-primary-400">The pro version of Nuxt Content</span>
44+
title: Meet Studio <br /><span class="text-primary-400">The Editor for Nuxt Content</span>
4545
description: 'Nuxt Studio lets you edit your websites made with Nuxt Content on any devices and by anyone. Opening a new door between git-based CMS and collaboration with your marketing teams.'
4646
button: Try it now!
4747
list:
48+
- Markdown Editor
4849
- Sync with GitHub
49-
- Preview links
50-
- Enhanced Markdown Editor
51-
- App Config Editor
50+
- Live Preview
51+
- Editors permissions
5252
- Live collaboration
5353
- Edit on mobile
5454
- Media Library

docs/pages/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const { format: formatNumber } = Intl.NumberFormat('en-GB', { notation: 'compact
5454
:ui="{ color: { primary: { solid: 'ring-1 ring-inset ring-primary-700/50 text-primary-400 bg-primary-900/10 hover:bg-primary-900/50 transition-color duration-200' } } }"
5555
>
5656
<NuxtLink to="https://nuxt.studio/?utm_source=content-site&utm_medium=hero&utm_campaign=home" target="_blank" rel="noopener">
57-
Discover Nuxt Studio: the pro version of Content
57+
Nuxt Studio: the Nuxt Content Editor
5858
</NuxtLink>
5959
</UBadge>
6060
</div>

0 commit comments

Comments
 (0)