Explorar el Código

Gitbook Auto Published

Willin Wang hace 8 años
padre
commit
a9cc737141
Se han modificado 4 ficheros con 14 adiciones y 2 borrados
  1. 2 1
      SUMMARY.md
  2. 1 1
      book.json
  3. 1 0
      design/README.md
  4. 10 0
      operation/README.md

+ 2 - 1
SUMMARY.md

@@ -1,6 +1,7 @@
 # Summary
 
-- 运维
+- [运维](operation/README.md)
   - [CI工作流](operation/workflow.md)
   - [重启所有服务](operation/restarter.md)
   - [版本回退](operation/rollback.md)
+- [设计](design/README.md)

+ 1 - 1
book.json

@@ -14,7 +14,7 @@
       "donate",
       "github",
       "-disqus",
-      "duoshuo",
+      "-duoshuo",
       "-edit-link",
       "adsense",
       "-maxiang"

+ 1 - 0
design/README.md

@@ -0,0 +1 @@
+# 设计

+ 10 - 0
operation/README.md

@@ -0,0 +1,10 @@
+# 运维
+
+## 常用工具
+
+### 性能监控
+
+开放接口文档
+
+* NewRelic: <https://rpm.newrelic.com/api/explore/applications/list>
+* 阿里云: <https://help.aliyun.com/document_detail/28617.html>