Ver código fonte

整理文档

wuxw 7 anos atrás
pai
commit
e1a849e9ce
4 arquivos alterados com 42 adições e 0 exclusões
  1. 0 0
      docs/.nojekyll
  2. 16 0
      docs/_sidebar.md
  3. 26 0
      docs/index.html
  4. 0 0
      docs/index.md

+ 0 - 0
docs/.nojekyll


+ 16 - 0
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)

+ 26 - 0
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">代码</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>

docs/Readme.md → docs/index.md