We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a32534 commit 73ca8abCopy full SHA for 73ca8ab
1 file changed
docs/.vitepress/config.ts
@@ -1,4 +1,5 @@
1
import { defineConfig } from 'vitepress'
2
+import { version } from '../../package.json'
3
4
export default defineConfig({
5
title: 'Nuxt UI FormKit',
@@ -74,7 +75,11 @@ export default defineConfig({
74
75
{ text: 'Components', link: '/components/inputs', activeMatch: '/components/' },
76
{ text: 'Examples', link: '/examples/', activeMatch: '/examples/' },
77
{
- text: 'v1.0.3',
78
+ text: 'Playground',
79
+ link: 'https://nuxt-ui-formkit.netlify.app/',
80
+ },
81
+ {
82
+ text: version,
83
items: [
84
{ text: 'Changelog', link: 'https://github.com/sfxcode/nuxt-ui-formkit/blob/main/CHANGELOG.md' },
85
{ text: 'Contributing', link: 'https://github.com/sfxcode/nuxt-ui-formkit/blob/main/.github/CONTRIBUTING.md' },
0 commit comments