This commit is contained in:
Richard Chien
2017-03-22 12:51:55 +08:00
parent c9cfa24feb
commit 8d9cf4aa8e
2 changed files with 5 additions and 8 deletions

View File

@ -1,8 +1,7 @@
self.$config = {
docute.init({
title: 'XiaoKai Bot 文档',
home: 'https://raw.githubusercontent.com/CCZU-DEV/xiaokai-bot/master/README.md',
repo: 'CCZU-DEV/xiaokai-bot',
url: 'https://cczu-dev.github.io/xiaokai-bot',
nav: {
default: [
{
@ -34,4 +33,4 @@ self.$config = {
]
},
plugins: []
};
});