directory.json 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494
  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. "title": "外部函数管理",
  134. "path": "restapi/services"
  135. }
  136. ]
  137. },
  138. {
  139. "title": "Kuiper SQL 参考",
  140. "children": [{
  141. "title": "Kuiper SQL 介绍",
  142. "path": "sqls/overview"
  143. },
  144. {
  145. "title": "流规格",
  146. "path": "sqls/streams"
  147. },
  148. {
  149. "title": "查询语言元素",
  150. "path": "sqls/query_language_elements"
  151. },
  152. {
  153. "title": "窗口",
  154. "path": "sqls/windows"
  155. },
  156. {
  157. "title": "函数",
  158. "path": "sqls/built-in_functions"
  159. },
  160. {
  161. "title": "Kuiper 词汇元素",
  162. "path": "sqls/lexical_elements"
  163. },
  164. {
  165. "title": "JSON 表达式",
  166. "path": "sqls/json_expr"
  167. }
  168. ]
  169. },
  170. {
  171. "title": "扩展 Kuiper",
  172. "children": [{
  173. "title": "Introduction",
  174. "path": "extension/overview"
  175. },
  176. {
  177. "title": "函数扩展",
  178. "path": "extension/function"
  179. },
  180. {
  181. "title": "Sink/Action 扩展",
  182. "path": "extension/sink"
  183. },
  184. {
  185. "title": "源扩展",
  186. "path": "extension/source"
  187. },
  188. {
  189. "title": "外部函数",
  190. "path": "extension/external_func"
  191. }
  192. ]
  193. },
  194. {
  195. "title": "插件",
  196. "children": [{
  197. "title": "插件介绍",
  198. "path": "plugins/overview"
  199. },
  200. {
  201. "title": "插件开发教程",
  202. "path": "plugins/plugins_tutorial"
  203. },
  204. {
  205. "title": "Sinks",
  206. "children": [{
  207. "title": "文件目标(Sink)",
  208. "path": "plugins/sinks/file"
  209. },
  210. {
  211. "title": "图像目标(Sink)",
  212. "path": "plugins/sinks/image"
  213. },
  214. {
  215. "title": "InfluxDB 目标(Sink)",
  216. "path": "plugins/sinks/influx"
  217. },
  218. {
  219. "title": "TDengine Sink",
  220. "path": "plugins/sinks/tdengine"
  221. },
  222. {
  223. "title": "Zmq Sink",
  224. "path": "plugins/sinks/zmq"
  225. }
  226. ]
  227. },
  228. {
  229. "title": "Sources",
  230. "children": [{
  231. "title": "Random Source",
  232. "path": "plugins/sources/random"
  233. },
  234. {
  235. "title": "Zmq Source",
  236. "path": "plugins/sources/zmq"
  237. }
  238. ]
  239. },
  240. {
  241. "title": "Custom function",
  242. "path": "plugins/functions/functions"
  243. }
  244. ]
  245. }
  246. ],
  247. "en": [{
  248. "title": "Introduction",
  249. "path": "./"
  250. },
  251. {
  252. "title": "Install and operation",
  253. "children": [{
  254. "title": "Download and install quick start",
  255. "path": "getting_started"
  256. },
  257. {
  258. "title": "Docker installation tutorial",
  259. "path": "quick_start_docker"
  260. },
  261. {
  262. "title": "EdgeX Foundry installation",
  263. "path": "edgex/edgex_rule_engine_tutorial"
  264. },
  265. {
  266. "title": "How to use meta function to extract addtional data from EdgeX message bus",
  267. "path": "edgex/edgex_meta"
  268. }
  269. ]
  270. },
  271. {
  272. "title": "Rules",
  273. "children": [{
  274. "title": "Introduction",
  275. "path": "rules/overview"
  276. },
  277. {
  278. "title": "Sinks",
  279. "children": [{
  280. "title": "EdgeX Message Bus action",
  281. "path": "rules/sinks/edgex"
  282. },
  283. {
  284. "title": "MQTT action",
  285. "path": "rules/sinks/mqtt"
  286. },
  287. {
  288. "title": "Nop action",
  289. "path": "rules/sinks/nop"
  290. },
  291. {
  292. "title": "REST action",
  293. "path": "rules/sinks/rest"
  294. },
  295. {
  296. "title": "Log action",
  297. "path": "rules/sinks/logs"
  298. }
  299. ]
  300. },
  301. {
  302. "title": "Sources",
  303. "children": [{
  304. "title": "EdgeX Source",
  305. "path": "rules/sources/edgex"
  306. },
  307. {
  308. "title": "HTTP pull source",
  309. "path": "rules/sources/http_pull"
  310. },
  311. {
  312. "title": "MQTT source",
  313. "path": "rules/sources/mqtt"
  314. }
  315. ]
  316. },
  317. {
  318. "title": "Golang template",
  319. "path": "rules/data_template"
  320. },
  321. {
  322. "title": "State and Fault Tolerance",
  323. "path": "rules/state_and_fault_tolerance"
  324. }
  325. ]
  326. },
  327. {
  328. "title": "Command line tool",
  329. "children": [{
  330. "title": "Introduction",
  331. "path": "cli/overview"
  332. },
  333. {
  334. "title": "Streams",
  335. "path": "cli/streams"
  336. },
  337. {
  338. "title": "Rules",
  339. "path": "cli/rules"
  340. },
  341. {
  342. "title": "Plugins",
  343. "path": "cli/plugins"
  344. }
  345. ]
  346. },
  347. {
  348. "title": "Kuiper management console",
  349. "children": [{
  350. "title": "Introduction",
  351. "path": "manager-ui/overview"
  352. },
  353. {
  354. "title": "How to display custom plugins in the installation list of the management console",
  355. "path": "manager-ui/plugins_in_manager"
  356. }
  357. ]
  358. },
  359. {
  360. "title": "Rest API",
  361. "children": [{
  362. "title": "Introduction",
  363. "path": "restapi/overview"
  364. },
  365. {
  366. "title": "Streams",
  367. "path": "restapi/streams"
  368. },
  369. {
  370. "title": "Rules",
  371. "path": "restapi/rules"
  372. },
  373. {
  374. "title": "Plugins",
  375. "path": "restapi/plugins"
  376. },
  377. {
  378. "title": "External Services",
  379. "path": "restapi/services"
  380. }
  381. ]
  382. },
  383. {
  384. "title": "Kuiper SQL",
  385. "children": [{
  386. "title": "Introduction",
  387. "path": "sqls/overview"
  388. },
  389. {
  390. "title": "Streams",
  391. "path": "sqls/streams"
  392. },
  393. {
  394. "title": "Query language element",
  395. "path": "sqls/query_language_elements"
  396. },
  397. {
  398. "title": "Windows",
  399. "path": "sqls/windows"
  400. },
  401. {
  402. "title": "Functions",
  403. "path": "sqls/built-in_functions"
  404. },
  405. {
  406. "title": "Kuiper lexical elements",
  407. "path": "sqls/lexical_elements"
  408. },
  409. {
  410. "title": "JSON Expressions",
  411. "path": "sqls/json_expr"
  412. }
  413. ]
  414. },
  415. {
  416. "title": "Extend Kuiper",
  417. "children": [{
  418. "title": "Introduction",
  419. "path": "extension/overview"
  420. },
  421. {
  422. "title": "Function Extension",
  423. "path": "extension/function"
  424. },
  425. {
  426. "title": "Sink Extension",
  427. "path": "extension/sink"
  428. },
  429. {
  430. "title": "Source Extension",
  431. "path": "extension/source"
  432. },
  433. {
  434. "title": "External Function",
  435. "path": "extension/external_func"
  436. }
  437. ]
  438. },
  439. {
  440. "title": "Plugins",
  441. "children": [{
  442. "title": "Introduction",
  443. "path": "plugins/overview"
  444. },
  445. {
  446. "title": "Development tutorial",
  447. "path": "plugins/plugins_tutorial"
  448. },
  449. {
  450. "title": "Sinks",
  451. "children": [{
  452. "title": "File Sink",
  453. "path": "plugins/sinks/file"
  454. },
  455. {
  456. "title": "Image Sink",
  457. "path": "plugins/sinks/image"
  458. },
  459. {
  460. "title": "InfluxDB Sink",
  461. "path": "plugins/sinks/influx"
  462. },
  463. {
  464. "title": "TDengine Sink",
  465. "path": "plugins/sinks/tdengine"
  466. },
  467. {
  468. "title": "Zmq Sink",
  469. "path": "plugins/sinks/zmq"
  470. }
  471. ]
  472. },
  473. {
  474. "title": "Sources",
  475. "children": [{
  476. "title": "Random Source",
  477. "path": "plugins/sources/random"
  478. },
  479. {
  480. "title": "Zmq Source",
  481. "path": "plugins/sources/zmq"
  482. }
  483. ]
  484. },
  485. {
  486. "title": "Custom function",
  487. "path": "plugins/functions/functions"
  488. }
  489. ]
  490. }
  491. ]
  492. }