diff --git a/README.md b/README.md index 93a01fe1..1d5b202e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Beautifully designed _Nuxt Content_ template built with _shadcn-vue_. **Customizable. Compatible. Open Source.** -- [Documentation / Demo](https://shadcn-docs.nuxt.dev/) +- [Documentation / Demo](https://shadcn-docs-nuxt.vercel.app/) ## Quick Start diff --git a/bun.lockb b/bun.lockb index 137eaeb0..38911a0c 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/content/1.getting-started/3.writing/2.components.md b/content/1.getting-started/3.writing/2.components.md index e480af01..f6ff3464 100644 --- a/content/1.getting-started/3.writing/2.components.md +++ b/content/1.getting-started/3.writing/2.components.md @@ -391,7 +391,7 @@ If you want to use other icons, it is highly recommended to install them locally npm i -D @iconify-json/collection-name ``` -`@iconify-json/lucide` is installed by default. +`@iconify-json/lucide` and `@iconify-json/vscode-icons` are installed by default. #### Smart Icon diff --git a/content/index.md b/content/index.md index 024ba79a..5825db77 100644 --- a/content/index.md +++ b/content/index.md @@ -6,7 +6,7 @@ navigation: false ::hero --- announcement: - title: 'Release v0.5.8' + title: 'Release v0.6.0' icon: '🎉' to: https://github.com/ZTL-UwU/shadcn-docs-nuxt/releases target: _blank diff --git a/package.json b/package.json index e3e8cdfa..54a779a0 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "shadcn-docs-nuxt", "type": "module", - "version": "0.5.8", + "version": "0.6.0", "description": "Effortless and beautiful docs template built with Nuxt Content & shadcn-vue.", "author": "Tony Zhang ", "license": "MIT", - "homepage": "https://shadcn-docs.nuxt.dev/", + "homepage": "https://shadcn-docs-nuxt.vercel.app/", "repository": { "type": "git", "url": "git+https://github.com/ZTL-UwU/shadcn-docs-nuxt.git" @@ -46,6 +46,7 @@ }, "dependencies": { "@iconify-json/lucide": "^1.2.8", + "@iconify-json/vscode-icons": "^1.2.2", "@nuxt/content": "^2.13.2", "@nuxt/icon": "^1.5.6", "@nuxt/image": "^1.8.1",