diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -31,7 +31,7 @@ notFoundPage: true, maxLevel: 6, subMaxLevel: 4, - onlyCover: true, + onlyCover: false, coverpage: ['/', '/zh-cn/'], markdown: { renderer: { @@ -42,10 +42,10 @@ }, alias: { <!-- compatible with previous links --> - '/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', <!-- multi-languages --> |
