docs: remove markdown from descriptions

This commit is contained in:
Benjamin Canac
2024-11-07 15:21:38 +01:00
parent 70fcc68ee2
commit 42fce998e4
5 changed files with 14 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
---
title: Color Mode
description: 'Nuxt UI integrates with `@nuxtjs/color-mode` to allow for easy switching between light and dark themes.'
description: 'Nuxt UI integrates with Nuxt Color Mode to allow for easy switching between light and dark themes.'
links:
- label: 'nuxtjs/color-mode'
to: https://github.com/nuxt-modules/color-mode
@@ -10,7 +10,7 @@ links:
## Usage
Nuxt UI automatically registers the `@nuxtjs/color-mode` module for you, so there's no additional setup required.
Nuxt UI automatically registers the [`@nuxtjs/color-mode`](https://github.com/nuxt-modules/color-mode) module for you, so there's no additional setup required.
You can disable dark mode by setting the `preference` to `light` instead of `system` in your `nuxt.config.ts`.