directory.json 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998
  1. {
  2. "cn": [
  3. {
  4. "title": "概要",
  5. "path": "reference"
  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. "children": [
  27. {
  28. "title": "eKuiper 基本概念",
  29. "path": "concepts/ekuiper"
  30. },
  31. {
  32. "title": "规则",
  33. "path": "concepts/rules"
  34. },
  35. {
  36. "title": "Sources 源",
  37. "children": [
  38. {
  39. "title": "概览",
  40. "path": "concepts/sources/overview"
  41. },
  42. {
  43. "title": "流",
  44. "path": "concepts/sources/stream"
  45. },
  46. {
  47. "title": "表",
  48. "path": "concepts/sources/table"
  49. }
  50. ]
  51. },
  52. {
  53. "title": "Sinks 动作",
  54. "path": "concepts/sinks"
  55. },
  56. {
  57. "title": "SQL 查询",
  58. "path": "concepts/sql"
  59. },
  60. {
  61. "title": "流式处理",
  62. "children": [
  63. {
  64. "title": "概览",
  65. "path": "concepts/streaming/overview"
  66. },
  67. {
  68. "title": "时间属性",
  69. "path": "concepts/streaming/time"
  70. },
  71. {
  72. "title": "窗口",
  73. "path": "concepts/streaming/windowing"
  74. },
  75. {
  76. "title": "连接",
  77. "path": "concepts/streaming/join"
  78. }
  79. ]
  80. },
  81. {
  82. "title": "扩展",
  83. "path": "concepts/extensions"
  84. }
  85. ]
  86. },
  87. {
  88. "title": "教程",
  89. "children": [
  90. {
  91. "title": "AI 教程",
  92. "children": [
  93. {
  94. "title": "Label image by tensorflow lite model with eKuiper native plugin",
  95. "path": "tutorials/ai/tensorflow_lite_tutorial"
  96. }
  97. ]
  98. },
  99. {
  100. "title": "EdgeX Foundry 相关教程",
  101. "children": [
  102. {
  103. "title": "EdgeX Foundry rule engine tutorial",
  104. "path": "edgex/edgex_rule_engine_tutorial"
  105. },
  106. {
  107. "title": "Meta function for EdgeX stream",
  108. "path": "edgex/edgex_meta"
  109. },
  110. {
  111. "title": "Command device with EdgeX eKuiper rules enginem",
  112. "path": "edgex/edgex_rule_engine_command"
  113. },
  114. {
  115. "title": "EdgeX source configuration command",
  116. "path": "edgex/edgex_source_tutorial"
  117. }
  118. ]
  119. },
  120. {
  121. "title": "通过 OpenYurt 部署教程",
  122. "path": "tutorials/deploy/openyurt_tutorial"
  123. }
  124. ]
  125. },
  126. {
  127. "title": "参考",
  128. "children": [
  129. {
  130. "title": "规则",
  131. "children": [
  132. {
  133. "title": "概览",
  134. "path": "rules/overview"
  135. },
  136. {
  137. "title": "规则流水线",
  138. "path": "rules/rule_pipeline"
  139. },
  140. {
  141. "title": "状态和容错",
  142. "path": "rules/state_and_fault_tolerance"
  143. }
  144. ]
  145. },
  146. {
  147. "title": "Sources 源",
  148. "children": [
  149. {
  150. "title": "概览",
  151. "path": "rules/sources/overview"
  152. },
  153. {
  154. "title": "内置源",
  155. "children": [
  156. {
  157. "title": "MQTT 源",
  158. "path": "rules/sources/builtin/mqtt"
  159. },
  160. {
  161. "title": "EdgeX 源",
  162. "path": "rules/sources/builtin/edgex"
  163. },
  164. {
  165. "title": "HTTP 拉取源",
  166. "path": "rules/sources/builtin/http_pull"
  167. },
  168. {
  169. "title": "内存源",
  170. "path": "rules/sources/builtin/memory"
  171. },
  172. {
  173. "title": "文件源",
  174. "path": "rules/sources/builtin/file"
  175. }
  176. ]
  177. },
  178. {
  179. "title": "预定义插件源",
  180. "children": [
  181. {
  182. "title": "Zero MQ 源",
  183. "path": "rules/sources/plugin/zmq"
  184. },
  185. {
  186. "title": "随机源",
  187. "path": "rules/sources/plugin/random"
  188. }
  189. ]
  190. }
  191. ]
  192. },
  193. {
  194. "title": "Sinks 动作",
  195. "children": [
  196. {
  197. "title": "概览",
  198. "path": "rules/sinks/overview"
  199. },
  200. {
  201. "title": "数据模板",
  202. "path": "rules/data_template"
  203. },
  204. {
  205. "title": "内置 sinks",
  206. "children": [
  207. {
  208. "title": "MQTT 动作",
  209. "path": "rules/sinks/builtin/mqtt"
  210. },
  211. {
  212. "title": "EdgeX 动作",
  213. "path": "rules/sinks/builtin/edgex"
  214. },
  215. {
  216. "title": "REST 动作",
  217. "path": "rules/sinks/builtin/rest"
  218. },
  219. {
  220. "title": "内存动作",
  221. "path": "rules/sinks/builtin/memory"
  222. },
  223. {
  224. "title": "日志动作",
  225. "path": "rules/sinks/builtin/log"
  226. },
  227. {
  228. "title": "Nop 动作",
  229. "path": "rules/sinks/builtin/nop"
  230. }
  231. ]
  232. },
  233. {
  234. "title": "预定义 sink 插件",
  235. "children": [
  236. {
  237. "title": "Zero MQ 动作",
  238. "path": "rules/sinks/plugin/zmq"
  239. },
  240. {
  241. "title": "文件动作",
  242. "path": "rules/sinks/plugin/file"
  243. },
  244. {
  245. "title": "InfluxDB 动作",
  246. "path": "rules/sinks/plugin/influx"
  247. },
  248. {
  249. "title": "TDengine 动作",
  250. "path": "rules/sinks/plugin/tdengine"
  251. },
  252. {
  253. "title": "Redis 动作",
  254. "path": "rules/sinks/plugin/redis"
  255. },
  256. {
  257. "title": "图像动作",
  258. "path": "rules/sinks/plugin/image"
  259. }
  260. ]
  261. }
  262. ]
  263. },
  264. {
  265. "title": "SQL 参考",
  266. "children": [
  267. {
  268. "title": "语法",
  269. "children": [
  270. {
  271. "title": "概览",
  272. "path": "sqls/overview"
  273. },
  274. {
  275. "title": "词汇元素",
  276. "path": "sqls/lexical_elements"
  277. },
  278. {
  279. "title": "数据类型",
  280. "path": "sqls/data_types"
  281. },
  282. {
  283. "title": "JSON 表达式",
  284. "path": "sqls/json_expr"
  285. },
  286. {
  287. "title": "查询语言元素",
  288. "path": "sqls/query_language_elements"
  289. }
  290. ]
  291. },
  292. {
  293. "title": "语句",
  294. "children": [
  295. {
  296. "title": "流语句",
  297. "path": "sqls/streams"
  298. },
  299. {
  300. "title": "表语句",
  301. "path": "sqls/tables"
  302. }
  303. ]
  304. },
  305. {
  306. "title": "窗口",
  307. "path": "sqls/windows"
  308. },
  309. {
  310. "title": "内置函数",
  311. "path": "sqls/built-in_functions"
  312. },
  313. {
  314. "title": "预定义函数插件",
  315. "path": "sqls/custom_functions"
  316. }
  317. ]
  318. }
  319. ]
  320. },
  321. {
  322. "title": "扩展开发",
  323. "children": [
  324. {
  325. "title": "概览",
  326. "path": "extension/overview"
  327. },
  328. {
  329. "title": "原生插件开发",
  330. "children": [
  331. {
  332. "title": "总览",
  333. "path": "extension/native/overview"
  334. },
  335. {
  336. "title": "原生插件总览",
  337. "path": "extension/native/develop/overview"
  338. },
  339. {
  340. "title": "插件开发教程",
  341. "path": "extension/native/develop/plugins_tutorial"
  342. },
  343. {
  344. "title": "函数插件开发",
  345. "path": "extension/native/develop/function"
  346. },
  347. {
  348. "title": "动作插件开发",
  349. "path": "extension/native/develop/sink"
  350. },
  351. {
  352. "title": "源插件开发",
  353. "path": "extension/native/develop/source"
  354. }
  355. ]
  356. },
  357. {
  358. "title": "Portable 插件开发",
  359. "children": [
  360. {
  361. "title": "Portable 插件简介",
  362. "path": "extension/portable/overview"
  363. },
  364. {
  365. "title": "Portable 插件 Go 语言 SDK",
  366. "path": "extension/portable/go_sdk"
  367. },
  368. {
  369. "title": "Portable 插件 Python 语言 SDK",
  370. "path": "extension/portable/python_sdk"
  371. }
  372. ]
  373. },
  374. {
  375. "title": "外部函数",
  376. "path": "extension/external/external_func"
  377. }
  378. ]
  379. },
  380. {
  381. "title": "使用指南",
  382. "children": [
  383. {
  384. "title": "概览",
  385. "path": "operation/overview"
  386. },
  387. {
  388. "title": "安装",
  389. "children": [
  390. {
  391. "title": "安装指南",
  392. "path": "operation/install/overview"
  393. },
  394. {
  395. "title": "centos 安装",
  396. "path": "operation/install/cent-os"
  397. }
  398. ]
  399. },
  400. {
  401. "title": "配置",
  402. "children": [
  403. {
  404. "title": "配置文件",
  405. "path": "operation/config/configuration_file"
  406. },
  407. {
  408. "title": "认证配置",
  409. "path": "operation/config/authentication"
  410. }
  411. ]
  412. },
  413. {
  414. "title": "Rest API 接口",
  415. "children": [
  416. {
  417. "title": "接口介绍",
  418. "path": "operation/restapi/overview"
  419. },
  420. {
  421. "title": "流管理",
  422. "path": "operation/restapi/streams"
  423. },
  424. {
  425. "title": "表管理",
  426. "path": "operation/restapi/tables"
  427. },
  428. {
  429. "title": "规则管理",
  430. "path": "operation/restapi/rules"
  431. },
  432. {
  433. "title": "插件管理",
  434. "path": "operation/restapi/plugins"
  435. },
  436. {
  437. "title": "外部函数管理",
  438. "path": "operation/restapi/services"
  439. }
  440. ]
  441. },
  442. {
  443. "title": "命令行工具",
  444. "children": [
  445. {
  446. "title": "总览",
  447. "path": "operation/cli/overview"
  448. },
  449. {
  450. "title": "流管理",
  451. "path": "operation/cli/streams"
  452. },
  453. {
  454. "title": "表管理",
  455. "path": "operation/cli/tables"
  456. },
  457. {
  458. "title": "规则管理",
  459. "path": "operation/cli/rules"
  460. },
  461. {
  462. "title": "插件管理",
  463. "path": "operation/cli/plugins"
  464. }
  465. ]
  466. },
  467. {
  468. "title": "管理控制台",
  469. "children": [
  470. {
  471. "title": "控制台使用",
  472. "path": "operation/manager-ui/overview"
  473. },
  474. {
  475. "title": "插件管理",
  476. "path": "operation/manager-ui/plugins_in_manager"
  477. }
  478. ]
  479. },
  480. {
  481. "title": "编译",
  482. "children": [
  483. {
  484. "title": "编译指南",
  485. "path": "operation/compile/compile"
  486. },
  487. {
  488. "title": "交叉编译",
  489. "path": "operation/compile/cross-compile"
  490. }
  491. ]
  492. }
  493. ]
  494. },
  495. {
  496. "title": "贡献",
  497. "path": "CONTRIBUTING"
  498. }
  499. ],
  500. "en": [
  501. {
  502. "title": "Home",
  503. "path": "reference"
  504. },
  505. {
  506. "title": "Getting Started",
  507. "children": [
  508. {
  509. "title": "Run eKuiper locally",
  510. "path": "getting_started"
  511. },
  512. {
  513. "title": "Run eKuiper in Docker",
  514. "path": "quick_start_docker"
  515. },
  516. {
  517. "title": "Run eKuiper with EdgeX Foundry",
  518. "path": "edgex/edgex_rule_engine_tutorial"
  519. }
  520. ]
  521. },
  522. {
  523. "title": "Concepts",
  524. "children": [
  525. {
  526. "title": "Why eKuiper",
  527. "path": "concepts/ekuiper"
  528. },
  529. {
  530. "title": "Rules",
  531. "path": "concepts/rules"
  532. },
  533. {
  534. "title": "Sources",
  535. "children": [
  536. {
  537. "title": "Overview",
  538. "path": "concepts/sources/overview"
  539. },
  540. {
  541. "title": "Stream",
  542. "path": "concepts/sources/stream"
  543. },
  544. {
  545. "title": "Table",
  546. "path": "concepts/sources/table"
  547. }
  548. ]
  549. },
  550. {
  551. "title": "Sinks",
  552. "path": "concepts/sinks"
  553. },
  554. {
  555. "title": "SQL Queries",
  556. "path": "concepts/sql"
  557. },
  558. {
  559. "title": "Stream Processing",
  560. "children": [
  561. {
  562. "title": "Overview",
  563. "path": "concepts/streaming/overview"
  564. },
  565. {
  566. "title": "Time Attribute",
  567. "path": "concepts/streaming/time"
  568. },
  569. {
  570. "title": "Windowing",
  571. "path": "concepts/streaming/windowing"
  572. },
  573. {
  574. "title": "Join",
  575. "path": "concepts/streaming/join"
  576. }
  577. ]
  578. },
  579. {
  580. "title": "Extensions",
  581. "path": "concepts/extensions"
  582. }
  583. ]
  584. },
  585. {
  586. "title": "Tutorials",
  587. "children": [
  588. {
  589. "title": "AI",
  590. "children": [
  591. {
  592. "title": "Label image by tensorflow lite model with eKuiper native plugin",
  593. "path": "tutorials/ai/tensorflow_lite_tutorial"
  594. }
  595. ]
  596. },
  597. {
  598. "title": "Working with EdgeX Foundry",
  599. "children": [
  600. {
  601. "title": "EdgeX Foundry rule engine tutorial",
  602. "path": "edgex/edgex_rule_engine_tutorial"
  603. },
  604. {
  605. "title": "Meta function for EdgeX stream",
  606. "path": "edgex/edgex_meta"
  607. },
  608. {
  609. "title": "Command device with EdgeX eKuiper rules enginem",
  610. "path": "edgex/edgex_rule_engine_command"
  611. },
  612. {
  613. "title": "EdgeX source configuration command",
  614. "path": "edgex/edgex_source_tutorial"
  615. }
  616. ]
  617. },
  618. {
  619. "title": "Deploy by OpenYurt",
  620. "path": "tutorials/deploy/openyurt_tutorial"
  621. }
  622. ]
  623. },
  624. {
  625. "title": "References",
  626. "children": [
  627. {
  628. "title": "Rules",
  629. "children": [
  630. {
  631. "title": "Introduction",
  632. "path": "rules/overview"
  633. },
  634. {
  635. "title": "Rule Pipeline",
  636. "path": "rules/rule_pipeline"
  637. },
  638. {
  639. "title": "State and Fault Tolerance",
  640. "path": "rules/state_and_fault_tolerance"
  641. }
  642. ]
  643. },
  644. {
  645. "title": "Sources",
  646. "children": [
  647. {
  648. "title": "Overview",
  649. "path": "rules/sources/overview"
  650. },
  651. {
  652. "title": "Built-in sources",
  653. "children": [
  654. {
  655. "title": "MQTT source",
  656. "path": "rules/sources/builtin/mqtt"
  657. },
  658. {
  659. "title": "EdgeX Source",
  660. "path": "rules/sources/builtin/edgex"
  661. },
  662. {
  663. "title": "HTTP pull source",
  664. "path": "rules/sources/builtin/http_pull"
  665. },
  666. {
  667. "title": "Memory source",
  668. "path": "rules/sources/builtin/memory"
  669. },
  670. {
  671. "title": "File source",
  672. "path": "rules/sources/builtin/file"
  673. }
  674. ]
  675. },
  676. {
  677. "title": "Predefined source plugins",
  678. "children": [
  679. {
  680. "title": "Zero MQ source",
  681. "path": "rules/sources/plugin/zmq"
  682. },
  683. {
  684. "title": "Random source",
  685. "path": "rules/sources/plugin/random"
  686. }
  687. ]
  688. }
  689. ]
  690. },
  691. {
  692. "title": "Sinks",
  693. "children": [
  694. {
  695. "title": "Overview",
  696. "path": "rules/sinks/overview"
  697. },
  698. {
  699. "title": "Data Template",
  700. "path": "rules/data_template"
  701. },
  702. {
  703. "title": "Built-in sinks",
  704. "children": [
  705. {
  706. "title": "MQTT action",
  707. "path": "rules/sinks/builtin/mqtt"
  708. },
  709. {
  710. "title": "EdgeX Message Bus action",
  711. "path": "rules/sinks/builtin/edgex"
  712. },
  713. {
  714. "title": "REST action",
  715. "path": "rules/sinks/builtin/rest"
  716. },
  717. {
  718. "title": "Memory action",
  719. "path": "rules/sinks/builtin/memory"
  720. },
  721. {
  722. "title": "Log action",
  723. "path": "rules/sinks/builtin/log"
  724. },
  725. {
  726. "title": "Nop action",
  727. "path": "rules/sinks/builtin/nop"
  728. }
  729. ]
  730. },
  731. {
  732. "title": "Predefined sink plugins",
  733. "children": [
  734. {
  735. "title": "Zero MQ sink",
  736. "path": "rules/sinks/plugin/zmq"
  737. },
  738. {
  739. "title": "File sink",
  740. "path": "rules/sinks/plugin/file"
  741. },
  742. {
  743. "title": "InfluxDB sink",
  744. "path": "rules/sinks/plugin/influx"
  745. },
  746. {
  747. "title": "TDengine sink",
  748. "path": "rules/sinks/plugin/tdengine"
  749. },
  750. {
  751. "title": "Redis sink",
  752. "path": "rules/sinks/plugin/redis"
  753. },
  754. {
  755. "title": "Image sink",
  756. "path": "rules/sinks/plugin/image"
  757. }
  758. ]
  759. }
  760. ]
  761. },
  762. {
  763. "title": "SQL",
  764. "children": [
  765. {
  766. "title": "Syntax",
  767. "children": [
  768. {
  769. "title": "Introduction",
  770. "path": "sqls/overview"
  771. },
  772. {
  773. "title": "Lexical elements",
  774. "path": "sqls/lexical_elements"
  775. },
  776. {
  777. "title": "Data types",
  778. "path": "sqls/data_types"
  779. },
  780. {
  781. "title": "JSON Expressions",
  782. "path": "sqls/json_expr"
  783. },
  784. {
  785. "title": "Query language element",
  786. "path": "sqls/query_language_elements"
  787. }
  788. ]
  789. },
  790. {
  791. "title": "Statements",
  792. "children": [
  793. {
  794. "title": "Streams",
  795. "path": "sqls/streams"
  796. },
  797. {
  798. "title": "Tables",
  799. "path": "sqls/tables"
  800. }
  801. ]
  802. },
  803. {
  804. "title": "Windows",
  805. "path": "sqls/windows"
  806. },
  807. {
  808. "title": "Built-in Functions",
  809. "path": "sqls/built-in_functions"
  810. },
  811. {
  812. "title": "Predefined function plugins",
  813. "path": "sqls/custom_functions"
  814. }
  815. ]
  816. }
  817. ]
  818. },
  819. {
  820. "title": "Extension Programming",
  821. "children": [
  822. {
  823. "title": "Introduction",
  824. "path": "extension/overview"
  825. },
  826. {
  827. "title": "Native plugin develop",
  828. "children": [
  829. {
  830. "title": "Native plugin develop overview",
  831. "path": "extension/native/overview"
  832. },
  833. {
  834. "title": "Native plugins overview",
  835. "path": "extension/native/develop/overview"
  836. },
  837. {
  838. "title": "Plugin develop tutorial",
  839. "path": "extension/native/develop/plugins_tutorial"
  840. },
  841. {
  842. "title": "Function plugin",
  843. "path": "extension/native/develop/function"
  844. },
  845. {
  846. "title": "Sink plugin",
  847. "path": "extension/native/develop/sink"
  848. },
  849. {
  850. "title": "Source plugin",
  851. "path": "extension/native/develop/source"
  852. }
  853. ]
  854. },
  855. {
  856. "title": "Portable plugin develop",
  857. "children": [
  858. {
  859. "title": "Portable Plugin",
  860. "path": "extension/portable/overview"
  861. },
  862. {
  863. "title": "GO SDK for Portable Plugin",
  864. "path": "extension/portable/go_sdk"
  865. },
  866. {
  867. "title": "Python SDK for Portable Plugin",
  868. "path": "extension/portable/python_sdk"
  869. }
  870. ]
  871. },
  872. {
  873. "title": "External function",
  874. "path": "extension/external/external_func"
  875. }
  876. ]
  877. },
  878. {
  879. "title": "Operations",
  880. "children": [
  881. {
  882. "title": "Introduction",
  883. "path": "operation/overview"
  884. },
  885. {
  886. "title": "Install",
  887. "children": [
  888. {
  889. "title": "overview",
  890. "path": "operation/install/overview"
  891. },
  892. {
  893. "title": "centos",
  894. "path": "operation/install/cent-os"
  895. }
  896. ]
  897. },
  898. {
  899. "title": "Configuration",
  900. "children": [
  901. {
  902. "title": "Configuration File",
  903. "path": "operation/config/configuration_file"
  904. },
  905. {
  906. "title": "Authentication",
  907. "path": "operation/config/authentication"
  908. }
  909. ]
  910. },
  911. {
  912. "title": "Rest API",
  913. "children": [
  914. {
  915. "title": "Introduction",
  916. "path": "operation/restapi/overview"
  917. },
  918. {
  919. "title": "Streams",
  920. "path": "operation/restapi/streams"
  921. },
  922. {
  923. "title": "Tables",
  924. "path": "operation/restapi/tables"
  925. },
  926. {
  927. "title": "Rules",
  928. "path": "operation/restapi/rules"
  929. },
  930. {
  931. "title": "Plugins",
  932. "path": "operation/restapi/plugins"
  933. },
  934. {
  935. "title": "External Services",
  936. "path": "operation/restapi/services"
  937. }
  938. ]
  939. },
  940. {
  941. "title": "Command line tool",
  942. "children": [
  943. {
  944. "title": "Introduction",
  945. "path": "operation/cli/overview"
  946. },
  947. {
  948. "title": "Streams",
  949. "path": "operation/cli/streams"
  950. },
  951. {
  952. "title": "Rules",
  953. "path": "operation/cli/rules"
  954. },
  955. {
  956. "title": "Tables",
  957. "path": "operation/cli/tables"
  958. },
  959. {
  960. "title": "Plugins",
  961. "path": "operation/cli/plugins"
  962. }
  963. ]
  964. },
  965. {
  966. "title": "Management console",
  967. "children": [
  968. {
  969. "title": "Introduction",
  970. "path": "operation/manager-ui/overview"
  971. },
  972. {
  973. "title": "How to display custom plugins in the installation list of the management console",
  974. "path": "operation/manager-ui/plugins_in_manager"
  975. }
  976. ]
  977. },
  978. {
  979. "title": "Compile",
  980. "children": [
  981. {
  982. "title": "Compile",
  983. "path": "operation/compile/compile"
  984. },
  985. {
  986. "title": "Cross Compile",
  987. "path": "operation/compile/cross-compile"
  988. }
  989. ]
  990. }
  991. ]
  992. },
  993. {
  994. "title": "Contribute",
  995. "path": "CONTRIBUTING"
  996. }
  997. ]
  998. }