directory.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. {
  2. "cn": [
  3. {
  4. "title": "概要",
  5. "path": "./"
  6. },
  7. {
  8. "title": "安装试用",
  9. "children": [
  10. {
  11. "title": "下载安装快速入门",
  12. "path": "getting_started"
  13. },
  14. {
  15. "title": "Docker 容器安装教程",
  16. "path": "quick_start_docker"
  17. },
  18. {
  19. "title": "EdgeX Foundry 规则引擎教程",
  20. "path": "edgex/edgex_rule_engine_tutorial"
  21. }
  22. ]
  23. },
  24. {
  25. "title": "规则",
  26. "path": "rules/overview"
  27. },
  28. {
  29. "title": "命令行工具",
  30. "children": [
  31. {
  32. "title": "流管理",
  33. "path": "cli/streams"
  34. },
  35. {
  36. "title": "规则管理",
  37. "path": "cli/rules"
  38. },
  39. {
  40. "title": "插件管理",
  41. "path": "cli/plugins"
  42. }
  43. ]
  44. },
  45. {
  46. "title": "Rest API 接口",
  47. "children": [
  48. {
  49. "title": "流管理",
  50. "path": "restapi/streams"
  51. },
  52. {
  53. "title": "规则管理",
  54. "path": "restapi/rules"
  55. },
  56. {
  57. "title": "插件管理",
  58. "path": "restapi/plugins"
  59. }
  60. ]
  61. },
  62. {
  63. "title": "Kuiper SQL 参考",
  64. "children": [
  65. {
  66. "title": "流规格",
  67. "path": "sqls/streams"
  68. },
  69. {
  70. "title": "查询语言元素",
  71. "path": "sqls/query_language_elements"
  72. },
  73. {
  74. "title": "窗口",
  75. "path": "sqls/windows"
  76. },
  77. {
  78. "title": "函数",
  79. "path": "sqls/built-in_functions"
  80. }
  81. ]
  82. },
  83. {
  84. "title": "扩展 Kuiper",
  85. "path": "extension/overview"
  86. },
  87. {
  88. "title": "插件",
  89. "children": [
  90. {
  91. "title": "插件介绍",
  92. "path": "plugins/overview"
  93. },
  94. {
  95. "title": "插件开发教程",
  96. "path": "plugins/plugins_tutorial"
  97. }
  98. ]
  99. }
  100. ],
  101. "en": [
  102. {
  103. "title": "Introduction",
  104. "path": "./"
  105. },
  106. {
  107. "title": "Getting started",
  108. "path": "getting_started"
  109. },
  110. {
  111. "title": "Reference Guide",
  112. "path": "reference"
  113. },
  114. {
  115. "title": "Install and operation",
  116. "children": [
  117. {
  118. "title": "Install instruction",
  119. "path": "operation/install/overview"
  120. },
  121. {
  122. "title": "Cent-OS",
  123. "path": "operation/install/cent-os"
  124. },
  125. {
  126. "title": "Operation guide",
  127. "path": "operation/operations"
  128. },
  129. {
  130. "title": "Kuiper basic configuration",
  131. "path": "operation/configuration_file"
  132. },
  133. {
  134. "title": "MQTT source configuration",
  135. "path": "rules/sources/mqtt"
  136. }
  137. ]
  138. },
  139. {
  140. "title": "Command line interface tools - CLI",
  141. "children": [
  142. {
  143. "title": "Streams",
  144. "path": "cli/streams"
  145. },
  146. {
  147. "title": "Rules",
  148. "path": "cli/rules"
  149. }
  150. ]
  151. },
  152. {
  153. "title": "Kuiper SQL reference",
  154. "children": [
  155. {
  156. "title": "Stream specifications",
  157. "path": "sqls/streams"
  158. },
  159. {
  160. "title": "Query languange element",
  161. "path": "sqls/query_language_elements"
  162. },
  163. {
  164. "title": "Windows",
  165. "path": "sqls/windows"
  166. },
  167. {
  168. "title": "Built-in functions",
  169. "path": "sqls/built-in_functions"
  170. }
  171. ]
  172. },
  173. {
  174. "title": "Rules",
  175. "children": [
  176. {
  177. "title": "Rules",
  178. "path": "rules/overview"
  179. },
  180. {
  181. "title": "Log action",
  182. "path": "rules/sinks/logs"
  183. },
  184. {
  185. "title": "MQTT action",
  186. "path": "rules/sinks/mqtt"
  187. }
  188. ]
  189. },
  190. {
  191. "title": "Extend Kuiper",
  192. "path": "extension/overview"
  193. },
  194. {
  195. "title": "Plugins",
  196. "path": "plugins/overview"
  197. }
  198. ]
  199. }