123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134 |
- {
- "cn": [
- {
- "title": "概要",
- "path": "./"
- },
- {
- "title": "快速开始",
- "children": [
- {
- "title": "本地运行",
- "path": "getting_started"
- },
- {
- "title": "Docker 容器运行",
- "path": "quick_start_docker"
- },
- {
- "title": "作为 EdgeX Foundry 规则引擎运行",
- "path": "edgex/edgex_rule_engine_tutorial"
- }
- ]
- },
- {
- "title": "概念",
- "children": [
- {
- "title": "eKuiper 基本概念",
- "path": "concepts/ekuiper"
- },
- {
- "title": "规则",
- "path": "concepts/rules"
- },
- {
- "title": "Sources 源",
- "children": [
- {
- "title": "概览",
- "path": "concepts/sources/overview"
- },
- {
- "title": "流",
- "path": "concepts/sources/stream"
- },
- {
- "title": "表",
- "path": "concepts/sources/table"
- }
- ]
- },
- {
- "title": "Sinks 动作",
- "path": "concepts/sinks"
- },
- {
- "title": "SQL 查询",
- "path": "concepts/sql"
- },
- {
- "title": "流式处理",
- "children": [
- {
- "title": "概览",
- "path": "concepts/streaming/overview"
- },
- {
- "title": "时间属性",
- "path": "concepts/streaming/time"
- },
- {
- "title": "窗口",
- "path": "concepts/streaming/windowing"
- },
- {
- "title": "连接",
- "path": "concepts/streaming/join"
- }
- ]
- },
- {
- "title": "扩展",
- "path": "concepts/extensions"
- }
- ]
- },
- {
- "title": "教程",
- "children": [
- {
- "title": "AI 教程",
- "children": [
- {
- "title": "使用 eKuiper 原生插件实现图像标注",
- "path": "tutorials/ai/tensorflow_lite_tutorial"
- },
- {
- "title": "使用 Python 函数插件运行 AI 算法",
- "path": "tutorials/ai/python_tensorflow_lite_tutorial"
- }
- ]
- },
- {
- "title": "EdgeX Foundry 相关教程",
- "children": [
- {
- "title": "EdgeX Foundry 规则引擎教程",
- "path": "edgex/edgex_rule_engine_tutorial"
- },
- {
- "title": "使用 EdgeX 流的 meta 函数",
- "path": "edgex/edgex_meta"
- },
- {
- "title": "EdgeX 规则引擎使用 command 服务",
- "path": "edgex/edgex_rule_engine_command"
- },
- {
- "title": "EdgeX 源配置教程",
- "path": "edgex/edgex_source_tutorial"
- }
- ]
- },
- {
- "title": "使用 eKuiper 对 Neuron 采集的数据进行流式处理",
- "path": "tutorials/neuron/neuron_integration_tutorial"
- },
- {
- "title": "通过 OpenYurt 部署教程",
- "path": "tutorials/deploy/openyurt_tutorial"
- },
- {
- "title": "功能使用教程",
- "children": [
- {
- "title": "使用 Protobuf 编解码教程",
- "path": "tutorials/usage/protobuf_tutorial"
- },
- {
- "title": "使用 Prometheus 监控规则运行状态",
- "path": "tutorials/usage/monitor_with_prometheus"
- }
- ]
- }
- ]
- },
- {
- "title": "参考",
- "children": [
- {
- "title": "规则",
- "children": [
- {
- "title": "概览",
- "path": "rules/overview"
- },
- {
- "title": "规则流水线",
- "path": "rules/rule_pipeline"
- },
- {
- "title": "状态和容错",
- "path": "rules/state_and_fault_tolerance"
- },{
- "title": "编解码",
- "path": "rules/codecs"
- },{
- "title": "图规则",
- "path": "rules/graph_rule"
- }
- ]
- },
- {
- "title": "Sources 源",
- "children": [
- {
- "title": "概览",
- "path": "rules/sources/overview"
- },
- {
- "title": "内置源",
- "children": [
- {
- "title": "MQTT 源",
- "path": "rules/sources/builtin/mqtt"
- },
- {
- "title": "Neuron 源",
- "path": "rules/sources/builtin/neuron"
- },
- {
- "title": "EdgeX 源",
- "path": "rules/sources/builtin/edgex"
- },
- {
- "title": "HTTP 拉取源",
- "path": "rules/sources/builtin/http_pull"
- },
- {
- "title": "HTTP 推送源",
- "path": "rules/sources/builtin/http_push"
- },
- {
- "title": "内存源",
- "path": "rules/sources/builtin/memory"
- },
- {
- "title": "文件源",
- "path": "rules/sources/builtin/file"
- },
- {
- "title": "Redis 源",
- "path": "rules/sources/builtin/redis"
- }
- ]
- },
- {
- "title": "预定义插件源",
- "children": [
- {
- "title": "Zero MQ 源",
- "path": "rules/sources/plugin/zmq"
- },
- {
- "title": "SQL 源",
- "path": "rules/sources/plugin/sql"
- },
- {
- "title": "随机源",
- "path": "rules/sources/plugin/random"
- }
- ]
- }
- ]
- },
- {
- "title": "Sinks 动作",
- "children": [
- {
- "title": "概览",
- "path": "rules/sinks/overview"
- },
- {
- "title": "数据模板",
- "path": "rules/data_template"
- },
- {
- "title": "内置 sinks",
- "children": [
- {
- "title": "MQTT 动作",
- "path": "rules/sinks/builtin/mqtt"
- },
- {
- "title": "Neuron 动作",
- "path": "rules/sinks/builtin/neuron"
- },
- {
- "title": "EdgeX 动作",
- "path": "rules/sinks/builtin/edgex"
- },
- {
- "title": "REST 动作",
- "path": "rules/sinks/builtin/rest"
- },
- {
- "title": "内存动作",
- "path": "rules/sinks/builtin/memory"
- },
- {
- "title": "日志动作",
- "path": "rules/sinks/builtin/log"
- },
- {
- "title": "Nop 动作",
- "path": "rules/sinks/builtin/nop"
- },
- {
- "title": "Redis 动作",
- "path": "rules/sinks/builtin/redis"
- }
- ]
- },
- {
- "title": "预定义 sink 插件",
- "children": [
- {
- "title": "Zero MQ 动作",
- "path": "rules/sinks/plugin/zmq"
- },
- {
- "title": "文件动作",
- "path": "rules/sinks/plugin/file"
- },
- {
- "title": "SQL 动作",
- "path": "rules/sinks/plugin/sql"
- },
- {
- "title": "InfluxDB 动作",
- "path": "rules/sinks/plugin/influx"
- },
- {
- "title": "InfluxDBV2 动作",
- "path": "rules/sinks/plugin/influx2"
- },
- {
- "title": "TDengine 动作",
- "path": "rules/sinks/plugin/tdengine"
- },
- {
- "title": "图像动作",
- "path": "rules/sinks/plugin/image"
- }
- ]
- }
- ]
- },
- {
- "title": "SQL 参考",
- "children": [
- {
- "title": "语法",
- "children": [
- {
- "title": "概览",
- "path": "sqls/overview"
- },
- {
- "title": "词汇元素",
- "path": "sqls/lexical_elements"
- },
- {
- "title": "数据类型",
- "path": "sqls/data_types"
- },
- {
- "title": "JSON 表达式",
- "path": "sqls/json_expr"
- },
- {
- "title": "查询语言元素",
- "path": "sqls/query_language_elements"
- }
- ]
- },
- {
- "title": "语句",
- "children": [
- {
- "title": "流语句",
- "path": "sqls/streams"
- },
- {
- "title": "表语句",
- "path": "sqls/tables"
- }
- ]
- },
- {
- "title": "窗口",
- "path": "sqls/windows"
- },
- {
- "title": "内置函数",
- "path": "sqls/built-in_functions"
- },
- {
- "title": "预定义函数插件",
- "path": "sqls/custom_functions"
- }
- ]
- }
- ]
- },
- {
- "title": "扩展开发",
- "children": [
- {
- "title": "概览",
- "path": "extension/overview"
- },
- {
- "title": "原生插件开发",
- "children": [
- {
- "title": "总览",
- "path": "extension/native/overview"
- },
- {
- "title": "原生插件总览",
- "path": "extension/native/develop/overview"
- },
- {
- "title": "插件开发教程",
- "path": "extension/native/develop/plugins_tutorial"
- },
- {
- "title": "函数插件开发",
- "path": "extension/native/develop/function"
- },
- {
- "title": "动作插件开发",
- "path": "extension/native/develop/sink"
- },
- {
- "title": "源插件开发",
- "path": "extension/native/develop/source"
- }
- ]
- },
- {
- "title": "Portable 插件开发",
- "children": [
- {
- "title": "Portable 插件简介",
- "path": "extension/portable/overview"
- },
- {
- "title": "Portable 插件 Go 语言 SDK",
- "path": "extension/portable/go_sdk"
- },
- {
- "title": "Portable 插件 Python 语言 SDK",
- "path": "extension/portable/python_sdk"
- }
- ]
- },
- {
- "title": "外部函数",
- "path": "extension/external/external_func"
- }
- ]
- },
- {
- "title": "使用指南",
- "children": [
- {
- "title": "概览",
- "path": "operation/overview"
- },
- {
- "title": "安装",
- "children": [
- {
- "title": "安装指南",
- "path": "operation/install/overview"
- },
- {
- "title": "centos 安装",
- "path": "operation/install/cent-os"
- }
- ]
- },
- {
- "title": "配置",
- "children": [
- {
- "title": "配置文件",
- "path": "operation/config/configuration_file"
- },
- {
- "title": "认证配置",
- "path": "operation/config/authentication"
- }
- ]
- },
- {
- "title": "Rest API 接口",
- "children": [
- {
- "title": "接口介绍",
- "path": "operation/restapi/overview"
- },
- {
- "title": "流管理",
- "path": "operation/restapi/streams"
- },
- {
- "title": "表管理",
- "path": "operation/restapi/tables"
- },
- {
- "title": "规则管理",
- "path": "operation/restapi/rules"
- },
- {
- "title": "插件管理",
- "path": "operation/restapi/plugins"
- },
- {
- "title": "外部函数管理",
- "path": "operation/restapi/services"
- },{
- "title": "模式管理",
- "path": "operation/restapi/schemas"
- },{
- "title": "上传文件管理",
- "path": "operation/restapi/uploads"
- }
- ]
- },
- {
- "title": "命令行工具",
- "children": [
- {
- "title": "总览",
- "path": "operation/cli/overview"
- },
- {
- "title": "流管理",
- "path": "operation/cli/streams"
- },
- {
- "title": "表管理",
- "path": "operation/cli/tables"
- },
- {
- "title": "规则管理",
- "path": "operation/cli/rules"
- },
- {
- "title": "插件管理",
- "path": "operation/cli/plugins"
- },{
- "title": "模式管理",
- "path": "operation/cli/schemas"
- }
- ]
- },
- {
- "title": "管理控制台",
- "children": [
- {
- "title": "控制台使用",
- "path": "operation/manager-ui/overview"
- },
- {
- "title": "插件管理",
- "path": "operation/manager-ui/plugins_in_manager"
- }
- ]
- },
- {
- "title": "编译",
- "children": [
- {
- "title": "编译指南",
- "path": "operation/compile/compile"
- },
- {
- "title": "交叉编译",
- "path": "operation/compile/cross-compile"
- },
- {
- "title": "按需编译",
- "path": "features"
- }
- ]
- }
- ]
- },
- {
- "title": "贡献",
- "path": "CONTRIBUTING"
- }
- ],
- "en": [
- {
- "title": "Home",
- "path": "./"
- },
- {
- "title": "Getting Started",
- "children": [
- {
- "title": "Run eKuiper locally",
- "path": "getting_started"
- },
- {
- "title": "Run eKuiper in Docker",
- "path": "quick_start_docker"
- },
- {
- "title": "Run eKuiper with EdgeX Foundry",
- "path": "edgex/edgex_rule_engine_tutorial"
- }
- ]
- },
- {
- "title": "Concepts",
- "children": [
- {
- "title": "Why eKuiper",
- "path": "concepts/ekuiper"
- },
- {
- "title": "Rules",
- "path": "concepts/rules"
- },
- {
- "title": "Sources",
- "children": [
- {
- "title": "Overview",
- "path": "concepts/sources/overview"
- },
- {
- "title": "Stream",
- "path": "concepts/sources/stream"
- },
- {
- "title": "Table",
- "path": "concepts/sources/table"
- }
- ]
- },
- {
- "title": "Sinks",
- "path": "concepts/sinks"
- },
- {
- "title": "SQL Queries",
- "path": "concepts/sql"
- },
- {
- "title": "Stream Processing",
- "children": [
- {
- "title": "Overview",
- "path": "concepts/streaming/overview"
- },
- {
- "title": "Time Attribute",
- "path": "concepts/streaming/time"
- },
- {
- "title": "Windowing",
- "path": "concepts/streaming/windowing"
- },
- {
- "title": "Join",
- "path": "concepts/streaming/join"
- }
- ]
- },
- {
- "title": "Extensions",
- "path": "concepts/extensions"
- }
- ]
- },
- {
- "title": "Tutorials",
- "children": [
- {
- "title": "AI",
- "children": [
- {
- "title": "Label image by tensorflow lite model with eKuiper native plugin",
- "path": "tutorials/ai/tensorflow_lite_tutorial"
- },
- {
- "title": "Running AI Algorithms with Python Function Plugins",
- "path": "tutorials/ai/python_tensorflow_lite_tutorial"
- }
- ]
- },
- {
- "title": "Working with EdgeX Foundry",
- "children": [
- {
- "title": "EdgeX Foundry rule engine tutorial",
- "path": "edgex/edgex_rule_engine_tutorial"
- },
- {
- "title": "Meta function for EdgeX stream",
- "path": "edgex/edgex_meta"
- },
- {
- "title": "Command device with EdgeX eKuiper rules engine",
- "path": "edgex/edgex_rule_engine_command"
- },
- {
- "title": "EdgeX source configuration command",
- "path": "edgex/edgex_source_tutorial"
- }
- ]
- },
- {
- "title": "Stream processing of data collected by Neuron using eKuiper",
- "path": "tutorials/neuron/neuron_integration_tutorial"
- },
- {
- "title": "Deploy by OpenYurt",
- "path": "tutorials/deploy/openyurt_tutorial"
- },
- {
- "title": "Usage Tutorial",
- "children": [
- {
- "title": "Protobuf Codec Tutorial",
- "path": "tutorials/usage/protobuf_tutorial"
- },
- {
- "title": "Monitor rule status with Prometheus",
- "path": "tutorials/usage/monitor_with_prometheus"
- }
- ]
- }
- ]
- },
- {
- "title": "References",
- "children": [
- {
- "title": "Rules",
- "children": [
- {
- "title": "Introduction",
- "path": "rules/overview"
- },
- {
- "title": "Rule Pipeline",
- "path": "rules/rule_pipeline"
- },
- {
- "title": "State and Fault Tolerance",
- "path": "rules/state_and_fault_tolerance"
- },{
- "title": "Codecs",
- "path": "rules/codecs"
- },{
- "title": "Graph Rule",
- "path": "rules/graph_rule"
- }
- ]
- },
- {
- "title": "Sources",
- "children": [
- {
- "title": "Overview",
- "path": "rules/sources/overview"
- },
- {
- "title": "Built-in sources",
- "children": [
- {
- "title": "MQTT source",
- "path": "rules/sources/builtin/mqtt"
- },
- {
- "title": "Neuron source",
- "path": "rules/sources/builtin/neuron"
- },
- {
- "title": "EdgeX Source",
- "path": "rules/sources/builtin/edgex"
- },
- {
- "title": "HTTP pull source",
- "path": "rules/sources/builtin/http_pull"
- },
- {
- "title": "HTTP push source",
- "path": "rules/sources/builtin/http_push"
- },
- {
- "title": "Memory source",
- "path": "rules/sources/builtin/memory"
- },
- {
- "title": "File source",
- "path": "rules/sources/builtin/file"
- },
- {
- "title": "Redis source",
- "path": "rules/sources/builtin/redis"
- }
- ]
- },
- {
- "title": "Predefined source plugins",
- "children": [
- {
- "title": "Zero MQ source",
- "path": "rules/sources/plugin/zmq"
- },
- {
- "title": "SQL source",
- "path": "rules/sources/plugin/sql"
- },
- {
- "title": "Random source",
- "path": "rules/sources/plugin/random"
- }
- ]
- }
- ]
- },
- {
- "title": "Sinks",
- "children": [
- {
- "title": "Overview",
- "path": "rules/sinks/overview"
- },
- {
- "title": "Data Template",
- "path": "rules/data_template"
- },
- {
- "title": "Built-in sinks",
- "children": [
- {
- "title": "MQTT action",
- "path": "rules/sinks/builtin/mqtt"
- },
- {
- "title": "Neuron action",
- "path": "rules/sinks/builtin/neuron"
- },
- {
- "title": "EdgeX Message Bus action",
- "path": "rules/sinks/builtin/edgex"
- },
- {
- "title": "REST action",
- "path": "rules/sinks/builtin/rest"
- },
- {
- "title": "Memory action",
- "path": "rules/sinks/builtin/memory"
- },
- {
- "title": "Log action",
- "path": "rules/sinks/builtin/log"
- },
- {
- "title": "Nop action",
- "path": "rules/sinks/builtin/nop"
- },
- {
- "title": "Redis sink",
- "path": "rules/sinks/builtin/redis"
- }
- ]
- },
- {
- "title": "Predefined sink plugins",
- "children": [
- {
- "title": "Zero MQ sink",
- "path": "rules/sinks/plugin/zmq"
- },
- {
- "title": "File sink",
- "path": "rules/sinks/plugin/file"
- },
- {
- "title": "SQL sink",
- "path": "rules/sinks/plugin/sql"
- },
- {
- "title": "InfluxDB sink",
- "path": "rules/sinks/plugin/influx"
- },
- {
- "title": "InfluxDBV2 sink",
- "path": "rules/sinks/plugin/influx2"
- },
- {
- "title": "TDengine sink",
- "path": "rules/sinks/plugin/tdengine"
- },
- {
- "title": "Image sink",
- "path": "rules/sinks/plugin/image"
- }
- ]
- }
- ]
- },
- {
- "title": "SQL",
- "children": [
- {
- "title": "Syntax",
- "children": [
- {
- "title": "Introduction",
- "path": "sqls/overview"
- },
- {
- "title": "Lexical elements",
- "path": "sqls/lexical_elements"
- },
- {
- "title": "Data types",
- "path": "sqls/data_types"
- },
- {
- "title": "JSON Expressions",
- "path": "sqls/json_expr"
- },
- {
- "title": "Query language element",
- "path": "sqls/query_language_elements"
- }
- ]
- },
- {
- "title": "Statements",
- "children": [
- {
- "title": "Streams",
- "path": "sqls/streams"
- },
- {
- "title": "Tables",
- "path": "sqls/tables"
- }
- ]
- },
- {
- "title": "Windows",
- "path": "sqls/windows"
- },
- {
- "title": "Built-in Functions",
- "path": "sqls/built-in_functions"
- },
- {
- "title": "Predefined function plugins",
- "path": "sqls/custom_functions"
- }
- ]
- }
- ]
- },
- {
- "title": "Extension Programming",
- "children": [
- {
- "title": "Introduction",
- "path": "extension/overview"
- },
- {
- "title": "Native plugin develop",
- "children": [
- {
- "title": "Native plugin develop overview",
- "path": "extension/native/overview"
- },
- {
- "title": "Native plugins overview",
- "path": "extension/native/develop/overview"
- },
- {
- "title": "Plugin develop tutorial",
- "path": "extension/native/develop/plugins_tutorial"
- },
- {
- "title": "Function plugin",
- "path": "extension/native/develop/function"
- },
- {
- "title": "Sink plugin",
- "path": "extension/native/develop/sink"
- },
- {
- "title": "Source plugin",
- "path": "extension/native/develop/source"
- }
- ]
- },
- {
- "title": "Portable plugin develop",
- "children": [
- {
- "title": "Portable Plugin",
- "path": "extension/portable/overview"
- },
- {
- "title": "GO SDK for Portable Plugin",
- "path": "extension/portable/go_sdk"
- },
- {
- "title": "Python SDK for Portable Plugin",
- "path": "extension/portable/python_sdk"
- }
- ]
- },
- {
- "title": "External function",
- "path": "extension/external/external_func"
- }
- ]
- },
- {
- "title": "Operations",
- "children": [
- {
- "title": "Introduction",
- "path": "operation/overview"
- },
- {
- "title": "Install",
- "children": [
- {
- "title": "overview",
- "path": "operation/install/overview"
- },
- {
- "title": "centos",
- "path": "operation/install/cent-os"
- }
- ]
- },
- {
- "title": "Configuration",
- "children": [
- {
- "title": "Configuration File",
- "path": "operation/config/configuration_file"
- },
- {
- "title": "Authentication",
- "path": "operation/config/authentication"
- }
- ]
- },
- {
- "title": "Rest API",
- "children": [
- {
- "title": "Introduction",
- "path": "operation/restapi/overview"
- },
- {
- "title": "Streams",
- "path": "operation/restapi/streams"
- },
- {
- "title": "Tables",
- "path": "operation/restapi/tables"
- },
- {
- "title": "Rules",
- "path": "operation/restapi/rules"
- },
- {
- "title": "Plugins",
- "path": "operation/restapi/plugins"
- },
- {
- "title": "External Services",
- "path": "operation/restapi/services"
- },{
- "title": "Schemas",
- "path": "operation/restapi/schemas"
- },{
- "title": "Upload files",
- "path": "operation/restapi/uploads"
- }
- ]
- },
- {
- "title": "Command line tool",
- "children": [
- {
- "title": "Introduction",
- "path": "operation/cli/overview"
- },
- {
- "title": "Streams",
- "path": "operation/cli/streams"
- },
- {
- "title": "Rules",
- "path": "operation/cli/rules"
- },
- {
- "title": "Tables",
- "path": "operation/cli/tables"
- },
- {
- "title": "Plugins",
- "path": "operation/cli/plugins"
- },{
- "title": "Schemas",
- "path": "operation/cli/schemas"
- }
- ]
- },
- {
- "title": "Management console",
- "children": [
- {
- "title": "Introduction",
- "path": "operation/manager-ui/overview"
- },
- {
- "title": "How to display custom plugins in the installation list of the management console",
- "path": "operation/manager-ui/plugins_in_manager"
- }
- ]
- },
- {
- "title": "Compile",
- "children": [
- {
- "title": "Compile",
- "path": "operation/compile/compile"
- },
- {
- "title": "Cross Compile",
- "path": "operation/compile/cross-compile"
- },
- {
- "title": "Compile selected features only",
- "path": "features"
- }
- ]
- }
- ]
- },
- {
- "title": "Contribute",
- "path": "CONTRIBUTING"
- }
- ]
- }
|