From e1a849e9ce29901db9b418cb1f6e9af8e857105f Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期六, 13 四月 2019 17:52:31 +0800
Subject: [PATCH] 整理文档

---
 docs/.nojekyll   |    0 
 docs/index.html  |   26 ++++++++++++++++++++++++++
 docs/_sidebar.md |   16 ++++++++++++++++
 docs/index.md    |    0 
 4 files changed, 42 insertions(+), 0 deletions(-)

diff --git a/docs/.nojekyll b/docs/.nojekyll
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/docs/.nojekyll
diff --git a/docs/_sidebar.md b/docs/_sidebar.md
new file mode 100644
index 0000000..a30f9fc
--- /dev/null
+++ b/docs/_sidebar.md
@@ -0,0 +1,16 @@
+* [棣栭〉](home)
+* [瀹夎閮ㄧ讲](install)
+* [瀛楀吀瑙勬牸璇存槑](dictionary)
+* [涓績鏈嶅姟鎺ュ彛鍗忚](center)
+* [涓績鏈嶅姟閰嶇疆鏂囨。](center_config)
+* [鐢ㄦ埛鏈嶅姟鎺ュ彛鍗忚](user)
+* [鐢ㄦ埛鏈嶅姟鎺ュ彛娴嬭瘯鏂囨。](user_test)
+* [鍟嗗搧鏈嶅姟鎺ュ彛鍗忚](shop)
+* [鍟嗗搧鏈嶅姟鎺ュ彛娴嬭瘯鏂囨。](shop_test)
+* [鍟嗘埛鏈嶅姟鎺ュ彛鍗忚](store)
+* [鍟嗘埛鏈嶅姟鎺ュ彛娴嬭瘯鏂囨。](store_test)
+* [璇勮鏈嶅姟鎺ュ彛鍗忚](comment)
+* [璇勮鏈嶅姟鎺ュ彛娴嬭瘯鏂囨。](comment_test)
+* [缂栫爜鐢熸垚鏈嶅姟鎺ュ彛鍗忚](code)
+* [缂栫爜鐢熸垚鏈嶅姟鎺ュ彛娴嬭瘯鏂囨。](code_test)
+* [openApi 鎺ュ彛鏈嶅姟瑙勮寖](openApi)
\ No newline at end of file
diff --git a/docs/index.html b/docs/index.html
new file mode 100644
index 0000000..4caeef1
--- /dev/null
+++ b/docs/index.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html>
+<head>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <meta name="viewport" content="width=device-width,initial-scale=1">
+    <meta charset="UTF-8">
+    <link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
+</head>
+<body>
+<nav>
+    <a href="https://github.com/java110/MicroCommunity">浠g爜</a>
+    <a href="#/zh-cn/">涓枃</a>
+</nav>
+<span>https://docsify.js.org/#/zh-cn/more-pages</span>
+<div id="app"></div>
+<script>
+    window.$docsify = {
+      loadSidebar: true,
+      alias: {
+          '/.*/_sidebar.md': '/_sidebar.md'
+      }
+    }
+  </script>
+<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
+</body>
+</html>
\ No newline at end of file
diff --git a/docs/Readme.md b/docs/index.md
similarity index 100%
rename from docs/Readme.md
rename to docs/index.md

--
Gitblit v1.8.0