Skip to content

Commit 55b0607

Browse files
committed
up
1 parent 0d1dd74 commit 55b0607

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Nuxt UI](https://img.shields.io/badge/Made%20with-Nuxt%20UI-00DC82?logo=nuxt&labelColor=020420)](https://ui.nuxt.com)
44

5-
This template lets you build a documentation with [Nuxt UI](https://ui.nuxt.com) quickly.
5+
Use this template to build your own documentation with [Nuxt UI](https://ui.nuxt.com) quickly.
66

77
- [Live demo](https://docs-template.nuxt.dev/)
88
- [Documentation](https://ui.nuxt.com/getting-started/installation)

app/app.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ export default defineAppConfig({
4141
'aria-label': 'Nuxt Website'
4242
}, {
4343
'icon': 'i-simple-icons-discord',
44-
'to': 'https://discord.com/invite/ps2h6QT',
44+
'to': 'https://go.nuxt.com/discord',
4545
'target': '_blank',
4646
'aria-label': 'Nuxt UI on Discord'
4747
}, {
4848
'icon': 'i-simple-icons-x',
49-
'to': 'https://x.com/nuxt_js',
49+
'to': 'https://go.nuxt.com/x',
5050
'target': '_blank',
5151
'aria-label': 'Nuxt on X'
5252
}, {

app/components/TemplateMenu.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
}, {
2424
label: 'Chat',
2525
to: 'https://chat-template.nuxt.dev/'
26+
}, {
27+
label: 'Portfolio',
28+
to: 'https://portfolio-template.nuxt.dev/'
2629
}]"
2730
:ui="{ content: 'w-(--reka-dropdown-menu-trigger-width) min-w-0' }"
2831
size="xs"

content/1.getting-started/3.usage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default defineAppConfig({
5959
export default defineAppConfig({
6060
footer: {
6161
// Update bottom left credits
62-
credits: `Copyright © ${new Date().getFullYear()}`,
62+
credits: `Built with Nuxt UI • © ${new Date().getFullYear()}`,
6363
// Show or hide the color mode button
6464
colorMode: false,
6565
// Customize links
@@ -70,12 +70,12 @@ export default defineAppConfig({
7070
'aria-label': 'Nuxt Website'
7171
}, {
7272
'icon': 'i-simple-icons-discord',
73-
'to': 'https://discord.com/invite/ps2h6QT',
73+
'to': 'https://go.nuxt.com/discord',
7474
'target': '_blank',
7575
'aria-label': 'Nuxt UI on Discord'
7676
}, {
7777
'icon': 'i-simple-icons-x',
78-
'to': 'https://x.com/nuxt_js',
78+
'to': 'https://go.nuxt.com/x',
7979
'target': '_blank',
8080
'aria-label': 'Nuxt on X'
8181
}, {
@@ -100,7 +100,7 @@ export default defineAppConfig({
100100
// Title of the bottom table of contents
101101
title: 'Community',
102102
// URL of your repository content folder
103-
edit: 'https://github.com/nuxt-ui-templates/docs/edit/main/content',
103+
edit: 'https://github.com/nuxt-ui-pro/docs/edit/main/content',
104104
links: [{
105105
icon: 'i-lucide-star',
106106
label: 'Star on GitHub',

0 commit comments

Comments
 (0)