From 9f62a5041de5d1c4bb82b83bd24ba5a8efd97166 Mon Sep 17 00:00:00 2001 From: oc Date: Wed, 6 Feb 2019 12:57:29 +0800 Subject: [PATCH] sidebar --- docs/{sidebar.md => _sidebar.md} | 0 docs/index.html | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/{sidebar.md => _sidebar.md} (100%) diff --git a/docs/sidebar.md b/docs/_sidebar.md similarity index 100% rename from docs/sidebar.md rename to docs/_sidebar.md diff --git a/docs/index.html b/docs/index.html index 0954c86c..10679f3f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -37,7 +37,7 @@ // }, // load sidebar from _sidebar.md - loadSidebar: 'sidebar.md', + loadSidebar: '_sidebar', subMaxLevel: 2, autoHeader: true, auto2top: true,