Skip to content

Commit 8b584ea

Browse files
committed
chore(app): improve
1 parent 4ee122f commit 8b584ea

File tree

4 files changed

+48
-33
lines changed

4 files changed

+48
-33
lines changed

‎app/app.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ provide('navigation', navigation)
3030
</script>
3131

3232
<template>
33-
<div>
33+
<UApp>
3434
<NuxtLoadingIndicator />
3535

3636
<AppHeader />
@@ -49,5 +49,5 @@ provide('navigation', navigation)
4949
:navigation="navigation"
5050
/>
5151
</ClientOnly>
52-
</div>
52+
</UApp>
5353
</template>

‎app/assets/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import "tailwindcss";
22
@import "@nuxt/ui-pro";
33

4-
@source "../../../content/**/*";
4+
@source "../../../content";
55

66
@theme {
77
--font-sans: 'Public Sans', sans-serif;

‎app/error.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ provide('navigation', navigation)
2525
</script>
2626

2727
<template>
28-
<div>
28+
<UApp>
2929
<AppHeader />
3030

3131
<UError :error="error" />
@@ -38,5 +38,5 @@ provide('navigation', navigation)
3838
:navigation="navigation"
3939
/>
4040
</ClientOnly>
41-
</div>
41+
</UApp>
4242
</template>

‎content/index.md

Lines changed: 43 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,20 @@ seo:
99
---
1010
orientation: horizontal
1111
---
12+
1213
:::prose-pre{filename="Terminal"}
14+
1315
```bash
1416
npx nuxi init -t github:nuxt-ui-pro/docs#v3
1517
```
18+
1619
:::
1720

1821
#title
19-
Build your docs in seconds
22+
Build your docs with Nuxt UI Pro
2023

2124
#description
22-
Create your documentation in seconds with this template!
23-
24-
#headline
25-
:::u-button
26-
---
27-
class: rounded-full
28-
size: sm
29-
to: https://ui.nuxt.com/pro
30-
trailingIcon: i-lucide-external-link
31-
variant: subtle
32-
---
33-
Made with Nuxt UI Pro
34-
:::
25+
Nuxt UI Pro is a collection of premium components built on top of Nuxt UI to create beautiful & responsive applications in minutes.
3526

3627
#links
3728
:::u-button
@@ -49,7 +40,7 @@ Create your documentation in seconds with this template!
4940
icon: i-simple-icons-github
5041
size: xl
5142
target: _blank
52-
to: https://ui.nuxt.com/pro
43+
to: https://github.com/nuxt-ui-pro/docs/tree/v3
5344
variant: subtle
5445
---
5546
Use this template
@@ -58,19 +49,19 @@ Create your documentation in seconds with this template!
5849

5950
::u-page-section
6051
#title
61-
All-in-one docs template
52+
All-in-one documentation template
6253

6354
#links
6455
:::u-button
6556
---
6657
color: neutral
6758
size: lg
6859
target: _blank
69-
to: /getting-started
60+
to: https://ui3.nuxt.dev/getting-started/installation/pro/nuxt
7061
trailingIcon: i-lucide-arrow-right
7162
variant: subtle
7263
---
73-
Explore Nuxt UI Pro
64+
Discover Nuxt UI Pro v3
7465
:::
7566

7667
#features
@@ -82,7 +73,7 @@ All-in-one docs template
8273
---
8374
#title
8475
Nuxt 3
85-
76+
8677
#description
8778
Powered by Nuxt 3 for optimal performances and SEO.
8879
:::
@@ -95,7 +86,7 @@ All-in-one docs template
9586
---
9687
#title
9788
Markdown
98-
89+
9990
#description
10091
Write your pages with MDC thanks to Nuxt Content.
10192
:::
@@ -104,11 +95,11 @@ All-in-one docs template
10495
---
10596
icon: i-lucide-sparkles
10697
target: _blank
107-
to: https://ui.nuxt.com
98+
to: https://ui3.nuxt.dev
10899
---
109100
#title
110-
Nuxt UI 3
111-
101+
Nuxt UI v3
102+
112103
#description
113104
Offers a very large set of full customizable components.
114105
:::
@@ -121,7 +112,7 @@ All-in-one docs template
121112
---
122113
#title
123114
TypeScript
124-
115+
125116
#description
126117
A fully typed development experience.
127118
:::
@@ -134,7 +125,7 @@ All-in-one docs template
134125
---
135126
#title
136127
Nuxt Studio
137-
128+
138129
#description
139130
Supported by Nuxt Studio for fast updates and previews.
140131
:::
@@ -143,12 +134,36 @@ All-in-one docs template
143134
---
144135
icon: i-lucide-search
145136
target: _blank
146-
to: https://ui.nuxt.com/pro/components/docs/docs-search
137+
to: https://ui3.nuxt.dev/components/content-search
147138
---
148139
#title
149140
Search
150-
141+
151142
#description
152-
A full-text search modal empowered by Fuse.js.
143+
A full-text search modal powered by Fuse.js.
144+
:::
145+
::
146+
147+
::u-page-section
148+
149+
:::u-page-c-t-a
150+
---
151+
title: Start with Nuxt UI Pro today!
152+
description: Nuxt UI Pro is free in development, but you need a license to use it in production.
153+
variant: subtle
154+
links:
155+
- label: Buy now
156+
to: 'https://ui.nuxt.com/pro/purchase'
157+
target: _blank
158+
icon: i-lucide-shopping-cart
159+
color: neutral
160+
- label: License
161+
to: 'https://ui3.nuxt.dev/getting-started/license'
162+
trailingIcon: i-lucide-circle-help
163+
target: _blank
164+
color: neutral
165+
variant: subtle
166+
---
153167
:::
168+
154169
::

0 commit comments

Comments
 (0)