Browse Source

Merge remote-tracking branch 'github/master' into extension

ngjaying 5 years atrás
parent
commit
0de80d3a18
5 changed files with 104 additions and 7 deletions
  1. 4 1
      docs/book.json
  2. 2 3
      docs/en_US/SUMMARY.md
  3. 48 0
      docs/en_US/book.json
  4. 2 3
      docs/zh_CN/SUMMARY.md
  5. 48 0
      docs/zh_CN/book.json

+ 4 - 1
docs/book.json

@@ -10,6 +10,9 @@
     "cuav-chapters",
     "local-pagefooter"
   ],
+  "structure": {
+    "readme": "getting_started.md"
+  },
   "pluginsConfig": {
     "prism": {
       "lang": {
@@ -42,4 +45,4 @@
       "twitter": false
     }
   }
-}
+}

+ 2 - 3
docs/en_US/SUMMARY.md

@@ -1,7 +1,6 @@
-- [Introduction](README.md)
+<!-- - [Introduction](README.md) -->
 - [Getting started](getting_started.md)
-
-## Reference Guide
+<!-- ## Reference Guide -->
 - [Reference Guide](reference.md)
 - [Install and operation](operation/overview.md)
   - [Install instruction](operation/install/overview.md)

+ 48 - 0
docs/en_US/book.json

@@ -0,0 +1,48 @@
+{
+  "plugins": [
+    "prism",
+    "-highlight",
+    "-sharing",
+    "simple-page-toc",
+    "anchors",
+    "copy-code-button",
+    "anchor-navigation-ex",
+    "cuav-chapters",
+    "local-pagefooter"
+  ],
+  "structure": {
+    "readme": "getting_started.md"
+  },
+  "pluginsConfig": {
+    "prism": {
+      "lang": {
+        "shell": "bash"
+      }
+    },
+    "anchor-navigation-ex": {
+      "showLevel": false
+    },
+    "local-pagefooter": {
+      "copyright": "© Copyright 2016-2019, EMQ Technologies Co., Ltd.",
+      "islocal": true,
+      "modify_label": "The document reversion time: ",
+      "modify_format": "YYYY-MM-DD HH:mm:ss"
+    }
+  },
+  "styles": {
+    "website": "styles/website.css",
+    "ebook": "styles/ebook.css",
+    "pdf": "styles/pdf.css",
+    "mobi": "styles/mobi.css",
+    "epub": "styles/epub.css"
+  },
+  "title": "Kuiper",
+  "author": "EMQX Team",
+  "language": "zh",
+  "links": {
+    "sharing": {
+      "facebook": false,
+      "twitter": false
+    }
+  }
+}

+ 2 - 3
docs/zh_CN/SUMMARY.md

@@ -1,7 +1,6 @@
-- [Introduction](README.md)
+<!-- - [Introduction](README.md) -->
 - [快速入门](getting_started.md)
-
-## 参考指南
+<!-- ## 参考指南 -->
 - [参考指南](reference.md)
 - [安装与操作](operation/overview.md)
   - [安装说明](operation/install/overview.md)

+ 48 - 0
docs/zh_CN/book.json

@@ -0,0 +1,48 @@
+{
+  "plugins": [
+    "prism",
+    "-highlight",
+    "-sharing",
+    "simple-page-toc",
+    "anchors",
+    "copy-code-button",
+    "anchor-navigation-ex",
+    "cuav-chapters",
+    "local-pagefooter"
+  ],
+  "structure": {
+    "readme": "getting_started.md"
+  },
+  "pluginsConfig": {
+    "prism": {
+      "lang": {
+        "shell": "bash"
+      }
+    },
+    "anchor-navigation-ex": {
+      "showLevel": false
+    },
+    "local-pagefooter": {
+      "copyright": "© Copyright 2016-2019, EMQ Technologies Co., Ltd.",
+      "islocal": true,
+      "modify_label": "The document reversion time: ",
+      "modify_format": "YYYY-MM-DD HH:mm:ss"
+    }
+  },
+  "styles": {
+    "website": "styles/website.css",
+    "ebook": "styles/ebook.css",
+    "pdf": "styles/pdf.css",
+    "mobi": "styles/mobi.css",
+    "epub": "styles/epub.css"
+  },
+  "title": "Kuiper",
+  "author": "EMQX Team",
+  "language": "zh",
+  "links": {
+    "sharing": {
+      "facebook": false,
+      "twitter": false
+    }
+  }
+}