From 258c5d87b96d3d38dc0b95459b7925eba308d135 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Mon, 8 Nov 2021 23:02:37 +0800 Subject: [PATCH] update --- .gitignore | 1 + _sidebar.md => _Menu.md | 1 + index.html | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitignore rename _sidebar.md => _Menu.md (99%) 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',