diff --git a/docs/config.js b/docs/config.js index 3278f95a..35378bec 100644 --- a/docs/config.js +++ b/docs/config.js @@ -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: [] -}; +}); diff --git a/docs/index.html b/docs/index.html index 530ee3b8..5074bfbb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -9,12 +9,10 @@ -
- - - - + + + \ No newline at end of file