docs(getting-started): update

This commit is contained in:
Benjamin Canac
2024-11-07 14:56:31 +01:00
parent 1c01db4d20
commit 230cda129b
4 changed files with 6 additions and 5 deletions

View File

@@ -95,7 +95,7 @@ export default defineNuxtConfig({
### `fonts`
Use the `fonts` option to enable or disable the `@nuxt/fonts` module.
Use the `fonts` option to enable or disable the [`@nuxt/fonts`](https://github.com/nuxt/fonts) module.
- Default: `true`{lang="ts-type"}
@@ -110,7 +110,7 @@ export default defineNuxtConfig({
### `colorMode`
Use the `colorMode` option to enable or disable the `@nuxt/color-mode` module.
Use the `colorMode` option to enable or disable the [`@nuxt/color-mode`](https://github.com/nuxt-modules/color-mode) module.
- Default: `true`{lang="ts-type"}

View File

@@ -46,7 +46,7 @@ You can learn more about this on [https://tailwindcss.com/blog/tailwindcss-v4-al
You can use the `@source` directive to add explicit content glob patterns if you want to look for Tailwind classes in other files that are not automatically detected.
This can be useful when writing Tailwind classes in markdown files with `@nuxt/content`:
This can be useful when writing Tailwind classes in markdown files with [`@nuxt/content`](https://github.com/nuxt/content):
```vue [app.vue]
<style>

View File

@@ -1,6 +1,7 @@
---
title: Icons
description: 'Nuxt UI integrates with `@nuxt/icon` to access over 200,000+ icons from [Iconify](https://iconify.design/).'
seo.description: 'Nuxt UI integrates with `@nuxt/icon` to access over 200,000+ icons from Iconify.'
links:
- label: 'nuxt/icon'
to: https://github.com/nuxt/icon
@@ -10,7 +11,7 @@ links:
## Usage
Nuxt UI automatically registers the `@nuxt/icon` module for you, so there's no additional setup required.
Nuxt UI automatically registers the [`@nuxt/icon`](https://github.com/nuxt/icon) module for you, so there's no additional setup required.
::note
You can use any name from the https://icones.js.org collection.

View File

@@ -10,7 +10,7 @@ links:
## Usage
Nuxt UI automatically registers the `@nuxt/fonts` module for you, so there's no additional setup required. To use a font in your Nuxt UI application, you can simply declare it in your CSS:
Nuxt UI automatically registers the [`@nuxt/fonts`](https://github.com/nuxt/fonts) module for you, so there's no additional setup required. To use a font in your Nuxt UI application, you can simply declare it in your CSS:
```vue [app.vue]
<style>