From 2809e37a97e58c4920b4631052f9903af7a5a74e Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 22 Jun 2019 10:49:32 +0800 Subject: add manual --- index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 703c5c89..2856f617 100644 --- a/index.html +++ b/index.html @@ -25,12 +25,12 @@ subMaxLevel: 4, alias: { - '/home': '/docute/README', - '/plugins': '/docute/plugins', - '/manual': '/docute/manual', - '/zh/': '/docute/zh/README', - '/zh/plugins': '/docute/zh/plugins', - '/zh/manual': '/docute/zh/manual', + '/home': '/old/README', + '/plugins': '/old/plugins', + '/manual': '/old/manual', + '/zh/': '/old/zh/README', + '/zh/plugins': '/old/zh/plugins', + '/zh/manual': '/old/zh/manual', '/zh-cn/(.*)': '/zh-cn/$1' }, @@ -60,7 +60,7 @@ return editHtml + html + '\n\n----\n\n' - + 'Powered by docsify' + + 'Powered by xmake.io' }) } ] -- cgit v1.2.3