We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7361618 commit 859412fCopy full SHA for 859412f
docs/.vitepress/config.js
@@ -1,13 +1,14 @@
1
+const package = require('../../package.json')
2
/** @typedef {import('vitepress').UserConfig} UserConfig */
3
4
/** @type {UserConfig} */
5
const config = {
- title: 'Vue Test Utils for Vue 3',
6
- description: 'The documentation for the official Vue Test Utils',
+ title: `Vue Test Utils for Vue 3 (${package.version})`,
7
+ description: 'The documentation for the official Vue Test Utils for Vue 3',
8
locales: {
9
'/': {
10
lang: 'en-US',
- title: 'Vue Test Utils (2.0.0-rc.0)'
11
+ title: `Vue Test Utils for Vue 3 (${package.version})`
12
}
13
},
14
head: [['link', { rel: 'icon', href: `/logo.png` }]],
0 commit comments