From 576c0ac8f27626ce7151ad3777e55e46111f481c Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 22 Aug 2019 22:16:29 +0800 Subject: improve search and cover --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 6461f0de..74906521 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,7 @@ notFoundPage: true, maxLevel: 6, subMaxLevel: 4, - onlyCover: true, + onlyCover: false, coverpage: ['/', '/zh-cn/'], markdown: { renderer: { @@ -42,10 +42,10 @@ }, alias: { - '/home': '/old/README', + '/home': '/README', '/plugins': '/old/plugins', '/manual': '/old/manual', - '/zh/': '/old/zh/README', + '/zh/': '/zh-cn/README', '/zh/plugins': '/old/zh/plugins', '/zh/manual': '/old/zh/manual', -- cgit v1.2.3