diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..485dee6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea diff --git a/_sidebar.md b/_Menu.md similarity index 99% rename from _sidebar.md rename to _Menu.md index 0a11fb7..938eaf1 100644 --- a/_sidebar.md +++ b/_Menu.md @@ -13,3 +13,4 @@ * **Tools** * [Reset Password via CLI](Reset-Password-via-CLI.md) + diff --git a/index.html b/index.html index 0bc9595..3995950 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@ window.$docsify = { name: 'Uptime Kuma Docs', repo: 'https://github.com/louislam/uptime-kuma', - loadSidebar: true, + loadSidebar: "_Menu.md", auto2top: true, search: 'auto', routerMode: 'history',