Skip to content

Commit

Permalink
2 changes by Nuxt Studio
Browse files Browse the repository at this point in the history
  • Loading branch information
jprando authored Jun 15, 2024
1 parent 9ef06b5 commit 5748e97
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default defineAppConfig({
ui: {
primary: 'green',
gray: 'slate',
gray: 'neutral',
footer: {
bottom: {
left: 'text-sm text-gray-500 dark:text-gray-400',
Expand All @@ -10,11 +10,11 @@ export default defineAppConfig({
}
},
seo: {
siteName: 'Nuxt UI Pro - Docs template'
siteName: 'Jeudi Prando - Dev'
},
header: {
logo: {
alt: '',
alt: 'Jeudi Prando - Dev',
light: '',
dark: ''
},
Expand All @@ -28,7 +28,7 @@ export default defineAppConfig({
}]
},
footer: {
credits: 'Copyright © 2023',
credits: 'Resolvendo problemas com Javascript - 2023',
colorMode: false,
links: [{
'icon': 'i-simple-icons-nuxtdotjs',
Expand Down Expand Up @@ -75,4 +75,4 @@ export default defineAppConfig({
}]
}
}
})
})
4 changes: 4 additions & 0 deletions content/1.getting-started/1.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: Introduction
description: Welcome to Nuxt UI Pro documentation template.
---

::card
teste
::

This template is a ready-to-use documentation template made with [Nuxt UI Pro](https://ui.nuxt.com/pro), a collection of premium components built on top of [Nuxt UI](https://ui.nuxt.com) to create beautiful & responsive Nuxt applications in minutes.

There are already many websites based on this template:
Expand Down

0 comments on commit 5748e97

Please sign in to comment.