From 02ec6b35451c5ec770ef7e8f322cc7b5b43f15ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A1=A9=E5=85=A5=E5=AD=94=E7=AB=A0?= Date: Thu, 14 Feb 2019 15:46:00 +0800 Subject: [PATCH] update index.html --- docs/index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/index.html b/docs/index.html index 694f5827..ed5d72fe 100644 --- a/docs/index.html +++ b/docs/index.html @@ -54,11 +54,12 @@ // ----------------------------------------------------------------- alias: { '/en/sidebar.md': '/sidebar.md', - '/en/.*/sidebar.md':'/sidebar.md', + '/en/.*/sidebar.md': '/sidebar.md', '/zh_CN/.*/sidebar.md': '/zh_CN/sidebar.md', '/ja/.*/sidebar.md': '/ja/sidebar.md', - '/.*/navbar.md':'/navbar.md', - '/en/':'/' + '/.*/navbar.md': '/navbar.md', + '/en/': '/', + '/.*/sw.js': '/sw.js' }, auto2top : true, maxLevel : 1,