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 861d0d4 commit e297da9Copy full SHA for e297da9
docs/.vitepress/config.ts
@@ -1,15 +1,16 @@
1
const path = require('path')
2
3
module.exports = {
4
- title: 'My Lib',
5
- description: 'Just playing around.',
+ title: 'muc-patternlab-vue',
+ description: 'Vue Component Library for MDE5 Patternlab.',
6
+ base: '/muc-patternlab-vue/',
7
themeConfig: {
- repo: 'https://github.com/wuruoyun/vue-component-lib-starter',
8
+ repo: 'https://github.com/it-at-m/muc-patternlab-vue',
9
sidebar: [
10
{
11
text: 'Introduction',
12
children: [
- { text: 'What is My Lib?', link: '/' },
13
+ { text: 'What is muc-patternlab-vue?', link: '/' },
14
{ text: 'Getting Started', link: '/guide/' },
15
],
16
}, {
0 commit comments