aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorruki <waruqi@gmail.com>2019-06-22 10:49:32 +0800
committerruki <waruqi@gmail.com>2019-06-22 10:49:32 +0800
commit2809e37a97e58c4920b4631052f9903af7a5a74e (patch)
treeafab38aa14e308a951a78912e0d2ab12fc9ec67d /index.html
parent0f4577a0a110c73796fd1e65c343bb9199da65d7 (diff)
downloadxmake-docs-2809e37a97e58c4920b4631052f9903af7a5a74e.tar.gz
xmake-docs-2809e37a97e58c4920b4631052f9903af7a5a74e.zip
add manual
Diffstat (limited to 'index.html')
-rw-r--r--index.html14
1 files changed, 7 insertions, 7 deletions
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: {
<!-- compatible with previous links -->
- '/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',
<!-- multi-languages -->
'/zh-cn/(.*)': '/zh-cn/$1'
},
@@ -60,7 +60,7 @@
return editHtml
+ html
+ '\n\n----\n\n'
- + '<a href="https://xmake.io" target="_blank" style="color: inherit; font-weight: normal; text-decoration: none;">Powered by docsify</a>'
+ + '<a href="https://xmake.io" target="_blank" style="color: inherit; font-weight: normal; text-decoration: none;">Powered by xmake.io</a>'
})
}
]