Skip to content

Commit 2546c9b

Browse files
committed
docs: improvements
1 parent c53f4fb commit 2546c9b

File tree

6 files changed

+14
-15
lines changed

6 files changed

+14
-15
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# @nuxtjs/design-tokens
1+
[![@nuxt/image](./docs/public/cover.jpg "Nuxt Design Tokens")](https://design-tokens.nuxtjs.org)
2+
3+
# Nuxt Design Tokens
24

35
Use [Style Dictionary](https://amzn.github.io/style-dictionary) in your Nuxt project.
46

File renamed without changes.

docs/content/0.index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "@nuxtjs/design-tokens"
3-
description: "Use Design Tokens in your Nuxt app."
2+
title: "Design System made easy"
3+
description: "ully-typed design tokens integration for making and maintaining a design system."
44
navigation: false
55
layout: fluid
66
---

docs/nuxt.config.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ export default defineNuxtConfig({
1010
ignore: [
1111
'content/**/*'
1212
],
13-
components: [
14-
{
15-
path: '~/components',
16-
prefix: '',
17-
global: true
18-
}
19-
],
2013
tailwindcss: {
2114
config: {
2215
theme: {

docs/public/cover.jpg

158 KB
Loading

docs/theme.config.ts

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export default {
2-
title: '@nuxtjs/design-tokens',
3-
description: 'Use Design Tokens in your Nuxt app.',
4-
url: 'https://nuxt-design-tokens.netlify.app',
2+
title: 'Nuxt Design Tokens',
3+
description: 'Fully-typed design tokens integration for making and maintaining a design system.',
4+
url: 'https://design-tokens.nuxtjs.org',
55
socials: {
66
twitter: '@yaeeelglx',
77
github: 'nuxt-community/design-tokens-module'
@@ -14,6 +14,10 @@ export default {
1414
aside: {
1515
level: 0
1616
},
17+
cover: {
18+
src: '/cover.jpg',
19+
alt: 'Nuxt Design Tokens'
20+
},
1721
header: {
1822
title: '@nuxtjs/design-tokens 🎨',
1923
logo: false
@@ -26,8 +30,8 @@ export default {
2630
},
2731
icons: [
2832
{
29-
label: 'NuxtJS',
30-
href: 'https://nuxtjs.org',
33+
label: 'Nuxt',
34+
href: 'https://v3.nuxtjs.org',
3135
component: 'IconNuxt'
3236
},
3337
{

0 commit comments

Comments
 (0)