diff --git a/docs/pages/index.md b/docs/README.md similarity index 100% rename from docs/pages/index.md rename to docs/README.md diff --git a/docs/index.html b/docs/index.html index e08aea63f..2c0cb8e77 100644 --- a/docs/index.html +++ b/docs/index.html @@ -26,10 +26,14 @@ subMaxLevel: 2, coverpage: '_coverpage.md', notFoundPage: '_404.md', - homepage: 'pages/index.md', themeColor: '#0096fa', loadSidebar: true, noEmoji: false, + + // https://github.com/docsifyjs/docsify/issues/301 + alias: { + '/.*/_sidebar.md': '/_sidebar.md', + }, }