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: content/1.getting-started/3.usage.md
+3-12Lines changed: 3 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,18 +5,13 @@ description: Learn how to write and customize your documentation.
5
5
6
6
This is only a basic example of what you can achieve with [Nuxt UI Pro](https://ui.nuxt.com/pro/guide), you can tweak it to match your needs. The template uses several Nuxt modules underneath like [`@nuxt/content`](https://content.nuxt.com) for the content, [`@nuxtjs/fontaine`](https://github.com/nuxt-modules/fontaine) and [`@nuxtjs/google-fonts`](https://github.com/nuxt-modules/google-fonts) to change the font and [`nuxt-og-image`](https://nuxtseo.com/og-image/getting-started/installation) for social previews.
Learn more on how to customize and structure a Nuxt UI Pro app!
14
10
::
15
11
16
12
## Writing content
17
13
18
-
You can just start writing `.md` or `.yml` files in the [`content/`](https://content.nuxt.com/usage/content-directory) directory to have your pages updated.
19
-
The navigation will be automatically generated in the left aside and in the mobile menu. You will also be able to go through your content with full-text search.
14
+
You can just start writing `.md` or `.yml` files in the [`content/`](https://content.nuxt.com/usage/content-directory) directory to have your pages updated. The navigation will be automatically generated in the left aside and in the mobile menu. You will also be able to go through your content with full-text search.
20
15
21
16
::tip
22
17
This template relies on a [catch-all route](https://nuxt.com/docs/guide/directory-structure/pages#catch-all-route) but you can achieve the same thing with the [document-driven mode](https://content.nuxt.com/document-driven/introduction).
Copy file name to clipboardExpand all lines: content/index.md
+31-36Lines changed: 31 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,19 @@
1
1
---
2
2
seo:
3
3
title: Nuxt UI Pro - Docs template.
4
-
description: Nuxt UI Pro is a collection of premium Vue components built on top of Nuxt UI to create beautiful & responsive Nuxt applications in minutes.
4
+
description: Nuxt UI Pro is a collection of premium Vue components built on top
5
+
of Nuxt UI to create beautiful & responsive Nuxt applications in minutes.
5
6
---
6
7
7
-
::u-page-hero{orientation="horizontal"}
8
-
#default
9
-
:::prose-pre{filename="Terminal"}
10
-
```bash
11
-
npx nuxi init -t github:nuxt-ui-pro/docs#v3
12
-
```
13
-
:::
8
+
::u-page-hero
9
+
---
10
+
orientation: horizontal
11
+
---
12
+
:::prose-pre{filename="Terminal"}
13
+
```bash
14
+
npx nuxi init -t github:nuxt-ui-pro/docs#v3
15
+
```
16
+
:::
14
17
15
18
#title
16
19
Build your docs in seconds
@@ -19,39 +22,31 @@ Build your docs in seconds
19
22
Create your documentation in seconds with this template!
0 commit comments