directory.json 3.2 KB

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