chore: update document for layout 🐶

This commit is contained in:
iczer
2020-06-30 10:26:25 +08:00
parent be3cb1819e
commit 18c08f3682
12 changed files with 27 additions and 19 deletions

View File

@@ -10,6 +10,7 @@ module.exports = {
repo: 'iczer/vue-antd-admin',
docsDir: 'docs',
editLinks: true,
smoothScroll: true,
nav: [
{text: '指南', link: '/'},
{text: '配置', link: '/develop/'},
@@ -48,5 +49,9 @@ module.exports = {
],
nextLinks: true,
prevLinks: true,
},
plugins: ['@vuepress/back-to-top'],
markdown: {
lineNumbers: true
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

View File

@@ -1 +1,2 @@
$accentColor = #1890ff
$contentWidth = 940px