directory.json 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478
  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. "title": "如何使用 meta 函数抽取在 EdgeX 消息总线中发送的其它信息",
  22. "path": "edgex/edgex_meta"
  23. }
  24. ]
  25. },
  26. {
  27. "title": "规则",
  28. "children": [{
  29. "title": "规则管理",
  30. "path": "rules/overview"
  31. },
  32. {
  33. "title": "Sinks",
  34. "children": [{
  35. "title": "EdgeX 消息总线目标",
  36. "path": "rules/sinks/edgex"
  37. },
  38. {
  39. "title": "MQTT 动作",
  40. "path": "rules/sinks/mqtt"
  41. },
  42. {
  43. "title": "Nop action",
  44. "path": "rules/sinks/nop"
  45. },
  46. {
  47. "title": "REST动作",
  48. "path": "rules/sinks/rest"
  49. },
  50. {
  51. "title": "日志操作",
  52. "path": "rules/sinks/logs"
  53. }
  54. ]
  55. },
  56. {
  57. "title": "Sources",
  58. "children": [{
  59. "title": "EdgeX 源",
  60. "path": "rules/sources/edgex"
  61. },
  62. {
  63. "title": "HTTP 提取源",
  64. "path": "rules/sources/http_pull"
  65. },
  66. {
  67. "title": "MQTT源",
  68. "path": "rules/sources/mqtt"
  69. }
  70. ]
  71. },
  72. {
  73. "title": "Golang 模版",
  74. "path": "rules/data_template"
  75. },
  76. {
  77. "title": "状态和容错",
  78. "path": "rules/state_and_fault_tolerance"
  79. }
  80. ]
  81. },
  82. {
  83. "title": "命令行工具",
  84. "children": [{
  85. "title": "摘要",
  86. "path": "cli/overview"
  87. },
  88. {
  89. "title": "流管理",
  90. "path": "cli/streams"
  91. },
  92. {
  93. "title": "规则管理",
  94. "path": "cli/rules"
  95. },
  96. {
  97. "title": "插件管理",
  98. "path": "cli/plugins"
  99. }
  100. ]
  101. },
  102. {
  103. "title": "管理控制台",
  104. "children": [{
  105. "title": "控制台使用",
  106. "path": "manager-ui/overview"
  107. },
  108. {
  109. "title": "如何将自定义的插件展示在管理控制台的安装列表",
  110. "path": "manager-ui/plugins_in_manager"
  111. }
  112. ]
  113. },
  114. {
  115. "title": "Rest API 接口",
  116. "children": [{
  117. "title": "接口介绍",
  118. "path": "restapi/overview"
  119. },
  120. {
  121. "title": "流管理",
  122. "path": "restapi/streams"
  123. },
  124. {
  125. "title": "规则管理",
  126. "path": "restapi/rules"
  127. },
  128. {
  129. "title": "插件管理",
  130. "path": "restapi/plugins"
  131. }
  132. ]
  133. },
  134. {
  135. "title": "Kuiper SQL 参考",
  136. "children": [{
  137. "title": "Kuiper SQL 介绍",
  138. "path": "sqls/overview"
  139. },
  140. {
  141. "title": "流规格",
  142. "path": "sqls/streams"
  143. },
  144. {
  145. "title": "查询语言元素",
  146. "path": "sqls/query_language_elements"
  147. },
  148. {
  149. "title": "窗口",
  150. "path": "sqls/windows"
  151. },
  152. {
  153. "title": "函数",
  154. "path": "sqls/built-in_functions"
  155. },
  156. {
  157. "title": "Kuiper 词汇元素",
  158. "path": "sqls/lexical_elements"
  159. },
  160. {
  161. "title": "JSON 表达式",
  162. "path": "sqls/json_expr"
  163. }
  164. ]
  165. },
  166. {
  167. "title": "扩展 Kuiper",
  168. "children": [{
  169. "title": "Introduction",
  170. "path": "extension/overview"
  171. },
  172. {
  173. "title": "函数扩展",
  174. "path": "extension/function"
  175. },
  176. {
  177. "title": "Sink/Action 扩展",
  178. "path": "extension/sink"
  179. },
  180. {
  181. "title": "源扩展",
  182. "path": "extension/source"
  183. }
  184. ]
  185. },
  186. {
  187. "title": "插件",
  188. "children": [{
  189. "title": "插件介绍",
  190. "path": "plugins/overview"
  191. },
  192. {
  193. "title": "插件开发教程",
  194. "path": "plugins/plugins_tutorial"
  195. },
  196. {
  197. "title": "Sinks",
  198. "children": [{
  199. "title": "文件目标(Sink)",
  200. "path": "plugins/sinks/file"
  201. },
  202. {
  203. "title": "图像目标(Sink)",
  204. "path": "plugins/sinks/image"
  205. },
  206. {
  207. "title": "InfluxDB 目标(Sink)",
  208. "path": "plugins/sinks/influx"
  209. },
  210. {
  211. "title": "TDengine Sink",
  212. "path": "plugins/sinks/tdengine"
  213. },
  214. {
  215. "title": "Zmq Sink",
  216. "path": "plugins/sinks/zmq"
  217. }
  218. ]
  219. },
  220. {
  221. "title": "Sources",
  222. "children": [{
  223. "title": "Random Source",
  224. "path": "plugins/sources/random"
  225. },
  226. {
  227. "title": "Zmq Source",
  228. "path": "plugins/sources/zmq"
  229. }
  230. ]
  231. },
  232. {
  233. "title": "Custom function",
  234. "path": "plugins/functions/functions"
  235. }
  236. ]
  237. }
  238. ],
  239. "en": [{
  240. "title": "Introduction",
  241. "path": "./"
  242. },
  243. {
  244. "title": "Install and operation",
  245. "children": [{
  246. "title": "Download and install quick start",
  247. "path": "getting_started"
  248. },
  249. {
  250. "title": "Docker installation tutorial",
  251. "path": "quick_start_docker"
  252. },
  253. {
  254. "title": "EdgeX Foundry installation",
  255. "path": "edgex/edgex_rule_engine_tutorial"
  256. },
  257. {
  258. "title": "How to use meta function to extract addtional data from EdgeX message bus",
  259. "path": "edgex/edgex_meta"
  260. }
  261. ]
  262. },
  263. {
  264. "title": "Rules",
  265. "children": [{
  266. "title": "Introduction",
  267. "path": "rules/overview"
  268. },
  269. {
  270. "title": "Sinks",
  271. "children": [{
  272. "title": "EdgeX Message Bus action",
  273. "path": "rules/sinks/edgex"
  274. },
  275. {
  276. "title": "MQTT action",
  277. "path": "rules/sinks/mqtt"
  278. },
  279. {
  280. "title": "Nop action",
  281. "path": "rules/sinks/nop"
  282. },
  283. {
  284. "title": "REST action",
  285. "path": "rules/sinks/rest"
  286. },
  287. {
  288. "title": "Log action",
  289. "path": "rules/sinks/logs"
  290. }
  291. ]
  292. },
  293. {
  294. "title": "Sources",
  295. "children": [{
  296. "title": "EdgeX Source",
  297. "path": "rules/sources/edgex"
  298. },
  299. {
  300. "title": "HTTP pull source",
  301. "path": "rules/sources/http_pull"
  302. },
  303. {
  304. "title": "MQTT source",
  305. "path": "rules/sources/mqtt"
  306. }
  307. ]
  308. },
  309. {
  310. "title": "Golang template",
  311. "path": "rules/data_template"
  312. },
  313. {
  314. "title": "State and Fault Tolerance",
  315. "path": "rules/state_and_fault_tolerance"
  316. }
  317. ]
  318. },
  319. {
  320. "title": "Command line tool",
  321. "children": [{
  322. "title": "Introduction",
  323. "path": "cli/overview"
  324. },
  325. {
  326. "title": "Streams",
  327. "path": "cli/streams"
  328. },
  329. {
  330. "title": "Rules",
  331. "path": "cli/rules"
  332. },
  333. {
  334. "title": "Plugins",
  335. "path": "cli/plugins"
  336. }
  337. ]
  338. },
  339. {
  340. "title": "Kuiper management console",
  341. "children": [{
  342. "title": "Introduction",
  343. "path": "manager-ui/overview"
  344. },
  345. {
  346. "title": "How to display custom plugins in the installation list of the management console",
  347. "path": "manager-ui/plugins_in_manager"
  348. }
  349. ]
  350. },
  351. {
  352. "title": "Rest API",
  353. "children": [{
  354. "title": "Introduction",
  355. "path": "restapi/overview"
  356. },
  357. {
  358. "title": "Streams",
  359. "path": "restapi/streams"
  360. },
  361. {
  362. "title": "Rules",
  363. "path": "restapi/rules"
  364. },
  365. {
  366. "title": "Plugins",
  367. "path": "restapi/plugins"
  368. }
  369. ]
  370. },
  371. {
  372. "title": "Kuiper SQL",
  373. "children": [{
  374. "title": "Introduction",
  375. "path": "sqls/overview"
  376. },
  377. {
  378. "title": "Streams",
  379. "path": "sqls/streams"
  380. },
  381. {
  382. "title": "Query language element",
  383. "path": "sqls/query_language_elements"
  384. },
  385. {
  386. "title": "Windows",
  387. "path": "sqls/windows"
  388. },
  389. {
  390. "title": "Functions",
  391. "path": "sqls/built-in_functions"
  392. },
  393. {
  394. "title": "Kuiper lexical elements",
  395. "path": "sqls/lexical_elements"
  396. },
  397. {
  398. "title": "JSON Expressions",
  399. "path": "sqls/json_expr"
  400. }
  401. ]
  402. },
  403. {
  404. "title": "Extend Kuiper",
  405. "children": [{
  406. "title": "Introduction",
  407. "path": "extension/overview"
  408. },
  409. {
  410. "title": "Function Extension",
  411. "path": "extension/function"
  412. },
  413. {
  414. "title": "Sink Extension",
  415. "path": "extension/sink"
  416. },
  417. {
  418. "title": "Source Extension",
  419. "path": "extension/source"
  420. }
  421. ]
  422. },
  423. {
  424. "title": "Plugins",
  425. "children": [{
  426. "title": "Introduction",
  427. "path": "plugins/overview"
  428. },
  429. {
  430. "title": "Development tutorial",
  431. "path": "plugins/plugins_tutorial"
  432. },
  433. {
  434. "title": "Sinks",
  435. "children": [{
  436. "title": "File Sink",
  437. "path": "plugins/sinks/file"
  438. },
  439. {
  440. "title": "Image Sink",
  441. "path": "plugins/sinks/image"
  442. },
  443. {
  444. "title": "InfluxDB Sink",
  445. "path": "plugins/sinks/influx"
  446. },
  447. {
  448. "title": "TDengine Sink",
  449. "path": "plugins/sinks/tdengine"
  450. },
  451. {
  452. "title": "Zmq Sink",
  453. "path": "plugins/sinks/zmq"
  454. }
  455. ]
  456. },
  457. {
  458. "title": "Sources",
  459. "children": [{
  460. "title": "Random Source",
  461. "path": "plugins/sources/random"
  462. },
  463. {
  464. "title": "Zmq Source",
  465. "path": "plugins/sources/zmq"
  466. }
  467. ]
  468. },
  469. {
  470. "title": "Custom function",
  471. "path": "plugins/functions/functions"
  472. }
  473. ]
  474. }
  475. ]
  476. }