directory.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556
  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": "扩展",
  174. "path": "extension/overview"
  175. },
  176. {
  177. "title": "扩展",
  178. "children": [
  179. {
  180. "title": "外部函数",
  181. "path": "extension/external/external_func"
  182. }
  183. ]
  184. },
  185. {
  186. "title": "原生插件",
  187. "children": [
  188. {
  189. "title": "函数扩展",
  190. "path": "extension/native/function"
  191. },
  192. {
  193. "title": "扩展",
  194. "path": "extension/native/overview"
  195. },
  196. {
  197. "title": "目标 (Sink) 扩展",
  198. "path": "extension/native/sink"
  199. },
  200. {
  201. "title": "源( Source )扩展",
  202. "path": "extension/native/source"
  203. }
  204. ]
  205. },
  206. {
  207. "title": "Portable",
  208. "children": [
  209. {
  210. "title": "Portable Plugin",
  211. "path": "extension/portable/overview"
  212. },
  213. {
  214. "title": "GO SDK for Portable Plugin",
  215. "path": "extension/portable/go_sdk"
  216. },
  217. {
  218. "title": "Python SDK for Portable Plugin",
  219. "path": "extension/portable/python_sdk"
  220. }
  221. ]
  222. }
  223. ]
  224. },
  225. {
  226. "title": "插件",
  227. "children": [{
  228. "title": "插件介绍",
  229. "path": "plugins/overview"
  230. },
  231. {
  232. "title": "插件开发教程",
  233. "path": "plugins/plugins_tutorial"
  234. },
  235. {
  236. "title": "Sinks",
  237. "children": [{
  238. "title": "文件目标(Sink)",
  239. "path": "plugins/sinks/file"
  240. },
  241. {
  242. "title": "图像目标(Sink)",
  243. "path": "plugins/sinks/image"
  244. },
  245. {
  246. "title": "InfluxDB 目标(Sink)",
  247. "path": "plugins/sinks/influx"
  248. },
  249. {
  250. "title": "TDengine Sink",
  251. "path": "plugins/sinks/tdengine"
  252. },
  253. {
  254. "title": "Zmq Sink",
  255. "path": "plugins/sinks/zmq"
  256. }
  257. ]
  258. },
  259. {
  260. "title": "Sources",
  261. "children": [{
  262. "title": "Random Source",
  263. "path": "plugins/sources/random"
  264. },
  265. {
  266. "title": "Zmq Source",
  267. "path": "plugins/sources/zmq"
  268. }
  269. ]
  270. },
  271. {
  272. "title": "Custom function",
  273. "path": "plugins/functions/functions"
  274. }
  275. ]
  276. }
  277. ],
  278. "en": [{
  279. "title": "Introduction",
  280. "path": "./"
  281. },
  282. {
  283. "title": "Install and operation",
  284. "children": [{
  285. "title": "Download and install quick start",
  286. "path": "getting_started"
  287. },
  288. {
  289. "title": "Docker installation tutorial",
  290. "path": "quick_start_docker"
  291. },
  292. {
  293. "title": "EdgeX Foundry installation",
  294. "path": "edgex/edgex_rule_engine_tutorial"
  295. },
  296. {
  297. "title": "How to use meta function to extract addtional data from EdgeX message bus",
  298. "path": "edgex/edgex_meta"
  299. }
  300. ]
  301. },
  302. {
  303. "title": "Rules",
  304. "children": [{
  305. "title": "Introduction",
  306. "path": "rules/overview"
  307. },
  308. {
  309. "title": "Sinks",
  310. "children": [{
  311. "title": "EdgeX Message Bus action",
  312. "path": "rules/sinks/edgex"
  313. },
  314. {
  315. "title": "MQTT action",
  316. "path": "rules/sinks/mqtt"
  317. },
  318. {
  319. "title": "Nop action",
  320. "path": "rules/sinks/nop"
  321. },
  322. {
  323. "title": "REST action",
  324. "path": "rules/sinks/rest"
  325. },
  326. {
  327. "title": "Log action",
  328. "path": "rules/sinks/logs"
  329. }
  330. ]
  331. },
  332. {
  333. "title": "Sources",
  334. "children": [{
  335. "title": "EdgeX Source",
  336. "path": "rules/sources/edgex"
  337. },
  338. {
  339. "title": "HTTP pull source",
  340. "path": "rules/sources/http_pull"
  341. },
  342. {
  343. "title": "MQTT source",
  344. "path": "rules/sources/mqtt"
  345. }
  346. ]
  347. },
  348. {
  349. "title": "Golang template",
  350. "path": "rules/data_template"
  351. },
  352. {
  353. "title": "State and Fault Tolerance",
  354. "path": "rules/state_and_fault_tolerance"
  355. }
  356. ]
  357. },
  358. {
  359. "title": "Command line tool",
  360. "children": [{
  361. "title": "Introduction",
  362. "path": "cli/overview"
  363. },
  364. {
  365. "title": "Streams",
  366. "path": "cli/streams"
  367. },
  368. {
  369. "title": "Rules",
  370. "path": "cli/rules"
  371. },
  372. {
  373. "title": "Plugins",
  374. "path": "cli/plugins"
  375. }
  376. ]
  377. },
  378. {
  379. "title": "Kuiper management console",
  380. "children": [{
  381. "title": "Introduction",
  382. "path": "manager-ui/overview"
  383. },
  384. {
  385. "title": "How to display custom plugins in the installation list of the management console",
  386. "path": "manager-ui/plugins_in_manager"
  387. }
  388. ]
  389. },
  390. {
  391. "title": "Rest API",
  392. "children": [{
  393. "title": "Introduction",
  394. "path": "restapi/overview"
  395. },
  396. {
  397. "title": "Streams",
  398. "path": "restapi/streams"
  399. },
  400. {
  401. "title": "Rules",
  402. "path": "restapi/rules"
  403. },
  404. {
  405. "title": "Plugins",
  406. "path": "restapi/plugins"
  407. },
  408. {
  409. "title": "External Services",
  410. "path": "restapi/services"
  411. }
  412. ]
  413. },
  414. {
  415. "title": "Kuiper SQL",
  416. "children": [{
  417. "title": "Introduction",
  418. "path": "sqls/overview"
  419. },
  420. {
  421. "title": "Streams",
  422. "path": "sqls/streams"
  423. },
  424. {
  425. "title": "Query language element",
  426. "path": "sqls/query_language_elements"
  427. },
  428. {
  429. "title": "Windows",
  430. "path": "sqls/windows"
  431. },
  432. {
  433. "title": "Functions",
  434. "path": "sqls/built-in_functions"
  435. },
  436. {
  437. "title": "Kuiper lexical elements",
  438. "path": "sqls/lexical_elements"
  439. },
  440. {
  441. "title": "JSON Expressions",
  442. "path": "sqls/json_expr"
  443. }
  444. ]
  445. },
  446. {
  447. "title": "Extend Kuiper",
  448. "children": [{
  449. "title": "Introduction",
  450. "path": "extension/overview"
  451. },
  452. {
  453. "title": "External",
  454. "children": [
  455. {
  456. "title": "External Function",
  457. "path": "extension/external/external_func"
  458. }
  459. ]
  460. },
  461. {
  462. "title": "Native",
  463. "children": [
  464. {
  465. "title": "Function Extension",
  466. "path": "extension/native/function"
  467. },
  468. {
  469. "title": "Native Plugin",
  470. "path": "extension/native/overview"
  471. },
  472. {
  473. "title": "Sink Extension",
  474. "path": "extension/native/sink"
  475. },
  476. {
  477. "title": "Source Extension",
  478. "path": "extension/native/source"
  479. }
  480. ]
  481. },
  482. {
  483. "title": "Portable",
  484. "children": [
  485. {
  486. "title": "Portable Plugin",
  487. "path": "extension/portable/overview"
  488. },
  489. {
  490. "title": "GO SDK for Portable Plugin",
  491. "path": "extension/portable/go_sdk"
  492. },
  493. {
  494. "title": "Python SDK for Portable Plugin",
  495. "path": "extension/portable/python_sdk"
  496. }
  497. ]
  498. }
  499. ]
  500. },
  501. {
  502. "title": "Plugins",
  503. "children": [{
  504. "title": "Introduction",
  505. "path": "plugins/overview"
  506. },
  507. {
  508. "title": "Development tutorial",
  509. "path": "plugins/plugins_tutorial"
  510. },
  511. {
  512. "title": "Sinks",
  513. "children": [{
  514. "title": "File Sink",
  515. "path": "plugins/sinks/file"
  516. },
  517. {
  518. "title": "Image Sink",
  519. "path": "plugins/sinks/image"
  520. },
  521. {
  522. "title": "InfluxDB Sink",
  523. "path": "plugins/sinks/influx"
  524. },
  525. {
  526. "title": "TDengine Sink",
  527. "path": "plugins/sinks/tdengine"
  528. },
  529. {
  530. "title": "Zmq Sink",
  531. "path": "plugins/sinks/zmq"
  532. }
  533. ]
  534. },
  535. {
  536. "title": "Sources",
  537. "children": [{
  538. "title": "Random Source",
  539. "path": "plugins/sources/random"
  540. },
  541. {
  542. "title": "Zmq Source",
  543. "path": "plugins/sources/zmq"
  544. }
  545. ]
  546. },
  547. {
  548. "title": "Custom function",
  549. "path": "plugins/functions/functions"
  550. }
  551. ]
  552. }
  553. ]
  554. }