diff --git a/docs/content/1.getting-started/1.index.md b/docs/content/1.getting-started/1.index.md index 674e6d57..36b5686d 100644 --- a/docs/content/1.getting-started/1.index.md +++ b/docs/content/1.getting-started/1.index.md @@ -1,7 +1,7 @@ --- navigation.title: Introduction title: Nuxt UI v3 -description: A comprehensive, Nuxt-integrated UI library providing a rich set of fully-styled, accessible and highly customizable components for building modern web applications. +description: 'A comprehensive, Nuxt-integrated UI library providing a rich set of fully-styled, accessible and highly customizable components for building modern web applications.' --- We're thrilled to introduce this major update to our UI library, bringing significant improvements and powerful new features. Nuxt UI v3 represents a leap forward in creating robust, accessible, and highly customizable user interfaces for Nuxt applications. diff --git a/docs/content/1.getting-started/3.theme.md b/docs/content/1.getting-started/3.theme.md index 25b548d6..076cfbfc 100644 --- a/docs/content/1.getting-started/3.theme.md +++ b/docs/content/1.getting-started/3.theme.md @@ -1,5 +1,6 @@ --- -description: 'Learn how to customize the appearance of Nuxt UI components using Tailwind CSS.' +title: Theme +description: 'Learn to customize Nuxt UI components using Tailwind CSS v4 and the Tailwind Variants API.' --- ## Tailwind CSS diff --git a/docs/content/1.getting-started/4.colors.md b/docs/content/1.getting-started/4.colors.md index ca3998c8..3817d9ad 100644 --- a/docs/content/1.getting-started/4.colors.md +++ b/docs/content/1.getting-started/4.colors.md @@ -1,5 +1,6 @@ --- -description: 'Learn how to customize colors and optimize your color palette for Nuxt UI components.' +title: Colors +description: 'Learn to customize Nuxt UI component colors, enhancing your application visual theme.' --- ## Build colors diff --git a/docs/content/1.getting-started/5.icons.md b/docs/content/1.getting-started/5.icons.md index e8b0e95b..50d686f7 100644 --- a/docs/content/1.getting-started/5.icons.md +++ b/docs/content/1.getting-started/5.icons.md @@ -1,5 +1,6 @@ --- -description: 'Nuxt UI integrates seamlessly with `@nuxt/icon`, providing access to over 200,000+ icons from [Iconify](https://iconify.design/).' +title: Icons +description: 'Nuxt UI integrates with `@nuxt/icon` to access over 200,000+ icons from [Iconify](https://iconify.design/).' links: - label: 'nuxt/icon' to: https://github.com/nuxt/icon diff --git a/docs/content/1.getting-started/6.fonts.md b/docs/content/1.getting-started/6.fonts.md index 7bfa72b6..f15ff345 100644 --- a/docs/content/1.getting-started/6.fonts.md +++ b/docs/content/1.getting-started/6.fonts.md @@ -1,5 +1,6 @@ --- -description: 'Nuxt UI integrates seamlessly with `@nuxt/fonts`, providing plug-and-play font optimization for your Nuxt applications.' +title: Fonts +description: 'Nuxt UI integrates with `@nuxt/fonts` to provide plug-and-play font optimization.' links: - label: 'nuxt/fonts' to: https://github.com/nuxt/fonts diff --git a/docs/content/1.getting-started/7.color-mode.md b/docs/content/1.getting-started/7.color-mode.md index dcd91029..9e1743c3 100644 --- a/docs/content/1.getting-started/7.color-mode.md +++ b/docs/content/1.getting-started/7.color-mode.md @@ -1,5 +1,6 @@ --- -description: 'Nuxt UI integrates seamlessly with `@nuxtjs/color-mode`, offering effortless switching between light and dark themes.' +title: Color Mode +description: 'Nuxt UI integrates with `@nuxtjs/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 diff --git a/docs/content/1.getting-started/8.typescript.md b/docs/content/1.getting-started/8.typescript.md deleted file mode 100644 index 37beb86e..00000000 --- a/docs/content/1.getting-started/8.typescript.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: TypeScript -description: '' -navigation: false ----