directory.json 21 KB

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