Update docs

This commit is contained in:
Fawad Mirzad
2020-10-19 14:56:50 +02:00
parent cc9c3085e3
commit 5cb3187e99
9 changed files with 55 additions and 37 deletions

View File

@@ -43,13 +43,13 @@ module.exports = {
}
],
sidebar: {
'/guide/': [
'/docs/': [
{
title: 'Guide',
title: 'Getting started',
collapsable: false,
children: [
'',
'using-vue',
'getting-started',
]
}
],