shadcn-vue/apps/www/.vitepress/theme/config/site.ts
Selemondev 46892bf9c9
docs: add shadcn/vue VSCode extension (#163)
* docs(app): #162 add shadcn/vue VSCode extension

This pull request is intended to add the shadcn/vue VSCode extension to the installation guide.

Closes: #162

* docs: update announcement

* docs: credit, and format the text

---------

Co-authored-by: zernonia <zernonia@gmail.com>
2023-11-12 16:07:23 +08:00

21 lines
635 B
TypeScript

export const siteConfig = {
name: 'shadcn-vue',
url: 'https://shadcn-vue.com',
ogImage: 'https://shadcn-vue.com/og.png',
description:
'Beautifully designed components built with Radix Vue and Tailwind CSS.',
links: {
twitter: 'https://twitter.com/huntabyte',
github: 'https://github.com/huntabyte/shadcn-vue',
shadTwitter: 'https://twitter.com/shadcn',
shadGithub: 'https://github.com/shadcn/ui',
},
keywords: 'shadcn,Vue,Nuxt,Vue Components,TailwindCSS,Radix Vue',
}
export const announcementConfig = {
icon: '✨',
title: 'VSCode extension',
link: '/docs/installation.html#vscode-extension',
}