You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/docs/8.studio/3.content.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -114,13 +114,13 @@ defineProps({
114
114
115
115
The visual editor simplifies the component edition, allowing you to integrate and edit them directly in the visual editor. Non technical users can play with **slots** and **props** without any technical knowledge.
116
116
117
-

All components in the `/components/content` folder are available in the editor. Studio users can type `/` anywhere while editing to access the list of available components.
120
122
121
-
:::tip{to="/docs/studio/debug"}
122
-
Take a look at this section to validate your `Vue` component integration in the editor in local development.
123
-
:::
123
+
:tip[Take a look at this section to validate your `Vue` component integration in the editor in local development.]{to="/docs/studio/debug"}
124
124
::
125
125
126
126
#### Integrate built-in components from external libraries
Copy file name to clipboardExpand all lines: docs/content/studio/index.md
+16-15Lines changed: 16 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,14 @@
1
1
---
2
2
seo:
3
3
title: Meet Studio, content edition for everyone.
4
-
description: Nuxt Studio brings visual editing to your Nuxt Content projects. Anyone can contribute to the website thanks to our versatile editor that adapt to markdown, YAML, or JSON – no technical expertise needed. Built for developers, made for everyone.
4
+
description: Nuxt Studio brings visual editing to your Nuxt Content projects.
5
+
Anyone can contribute to the website thanks to our versatile editor that
6
+
adapt to markdown, YAML, or JSON – no technical expertise needed. Built for
0 commit comments