docsdev.js 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203
  1. /*
  2. * Licensed to the Apache Software Foundation (ASF) under one
  3. * or more contributor license agreements. See the NOTICE file
  4. * distributed with this work for additional information
  5. * regarding copyright ownership. The ASF licenses this file
  6. * to you under the Apache License, Version 2.0 (the
  7. * "License"); you may not use this file except in compliance
  8. * with the License. You may obtain a copy of the License at
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing,
  13. * software distributed under the License is distributed on an
  14. * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  15. * KIND, either express or implied. See the License for the
  16. * specific language governing permissions and limitations
  17. * under the License.
  18. *
  19. */
  20. export default {
  21. 'en-us': {
  22. sidemenu: [
  23. {
  24. title: 'About',
  25. children: [
  26. {
  27. title: 'Introduction',
  28. link: '/en-us/docs/dev/user_doc/about/introduction.html',
  29. },
  30. {
  31. title: 'Features',
  32. link: '/en-us/docs/dev/user_doc/about/features.html',
  33. },
  34. {
  35. title: 'Hardware Environment',
  36. link: '/en-us/docs/dev/user_doc/about/hardware.html',
  37. },
  38. {
  39. title: 'Glossary',
  40. link: '/en-us/docs/dev/user_doc/about/glossary.html',
  41. }
  42. ],
  43. },
  44. {
  45. title: 'Quick Start',
  46. children: [
  47. {
  48. title: 'Quick Start',
  49. link: '/en-us/docs/dev/user_doc/guide/start/quick-start.html',
  50. },
  51. {
  52. title: 'Docker Deployment',
  53. link: '/en-us/docs/dev/user_doc/guide/start/docker.html',
  54. },
  55. ],
  56. },
  57. {
  58. title: 'Introduction to Functions',
  59. children: [
  60. {
  61. title: 'Application Homepage',
  62. link: '/en-us/docs/dev/user_doc/guide/homepage.html',
  63. },
  64. {
  65. title: 'Project',
  66. children: [
  67. {
  68. title: 'Project List',
  69. link: '/en-us/docs/dev/user_doc/guide/project/project-list.html',
  70. },
  71. {
  72. title: 'Workflow Definition',
  73. link: '/en-us/docs/dev/user_doc/guide/project/workflow-definition.html',
  74. },
  75. {
  76. title: 'Workflow Instance',
  77. link: '/en-us/docs/dev/user_doc/guide/project/workflow-instance.html',
  78. },
  79. {
  80. title: 'Task Instance',
  81. link: '/en-us/docs/dev/user_doc/guide/project/task-instance.html',
  82. },
  83. {
  84. title: 'Task Definition',
  85. link: '/zh-cn/docs/dev/user_doc/guide/project/task-definition.html',
  86. },
  87. ]
  88. },
  89. {
  90. title: 'Task',
  91. children: [
  92. {
  93. title: 'Shell',
  94. link: '/en-us/docs/dev/user_doc/guide/task/shell.html',
  95. },
  96. {
  97. title: 'SubProcess',
  98. link: '/en-us/docs/dev/user_doc/guide/task/sub-process.html',
  99. },
  100. {
  101. title: 'Dependent',
  102. link: '/en-us/docs/dev/user_doc/guide/task/dependent.html',
  103. },
  104. {
  105. title: 'Stored Procedure',
  106. link: '/en-us/docs/dev/user_doc/guide/task/stored-procedure.html',
  107. },
  108. {
  109. title: 'SQL',
  110. link: '/en-us/docs/dev/user_doc/guide/task/sql.html',
  111. },
  112. {
  113. title: 'Spark',
  114. link: '/en-us/docs/dev/user_doc/guide/task/spark.html',
  115. },
  116. {
  117. title: 'MapReduce',
  118. link: '/en-us/docs/dev/user_doc/guide/task/map-reduce.html',
  119. },
  120. {
  121. title: 'Python',
  122. link: '/en-us/docs/dev/user_doc/guide/task/python.html',
  123. },
  124. {
  125. title: 'Flink',
  126. link: '/en-us/docs/dev/user_doc/guide/task/flink.html',
  127. },
  128. {
  129. title: 'HTTP',
  130. link: '/en-us/docs/dev/user_doc/guide/task/http.html',
  131. },
  132. {
  133. title: 'DataX',
  134. link: '/en-us/docs/dev/user_doc/guide/task/datax.html',
  135. },
  136. {
  137. title: 'Pigeon',
  138. link: '/en-us/docs/dev/user_doc/guide/task/pigeon.html',
  139. },
  140. {
  141. title: 'Conditions',
  142. link: '/en-us/docs/dev/user_doc/guide/task/conditions.html',
  143. },
  144. {
  145. title: 'Switch',
  146. link: '/en-us/docs/dev/user_doc/guide/task/switch.html',
  147. },
  148. {
  149. title: 'SeaTunnel',
  150. link: '/en-us/docs/dev/user_doc/guide/task/seatunnel.html',
  151. },
  152. {
  153. title: 'Amazon EMR',
  154. link: '/en-us/docs/dev/user_doc/guide/task/emr.html',
  155. },
  156. {
  157. title: 'Apache Zeppelin',
  158. link: '/en-us/docs/dev/user_doc/guide/task/zeppelin.html',
  159. },
  160. {
  161. title: 'Jupyter',
  162. link: '/en-us/docs/dev/user_doc/guide/task/jupyter.html',
  163. },
  164. {
  165. title: 'Kubernetes',
  166. link: '/en-us/docs/dev/user_doc/guide/task/kubernetes.html',
  167. },
  168. {
  169. title: 'MLflow',
  170. link: '/en-us/docs/dev/user_doc/guide/task/mlflow.html',
  171. },
  172. {
  173. title: 'Openmldb',
  174. link: '/en-us/docs/dev/user_doc/guide/task/openmldb.html',
  175. },
  176. {
  177. title: 'DVC',
  178. link: '/en-us/docs/dev/user_doc/guide/task/dvc.html',
  179. },
  180. {
  181. title: 'Dinky',
  182. link: '/en-us/docs/dev/user_doc/guide/task/dinky.html',
  183. },
  184. {
  185. title: 'SageMaker',
  186. link: '/en-us/docs/dev/user_doc/guide/task/sagemaker.html',
  187. },
  188. {
  189. title: 'ChunJun',
  190. link: '/en-us/docs/dev/user_doc/guide/task/chunjun.html',
  191. },
  192. ],
  193. },
  194. {
  195. title: 'Parameter',
  196. children: [
  197. {
  198. title: 'Built-in Parameter',
  199. link: '/en-us/docs/dev/user_doc/guide/parameter/built-in.html',
  200. },
  201. {
  202. title: 'Global Parameter',
  203. link: '/en-us/docs/dev/user_doc/guide/parameter/global.html',
  204. },
  205. {
  206. title: 'Local Parameter',
  207. link: '/en-us/docs/dev/user_doc/guide/parameter/local.html',
  208. },
  209. {
  210. title: 'Parameter Context',
  211. link: '/en-us/docs/dev/user_doc/guide/parameter/context.html',
  212. },
  213. {
  214. title: 'Parameter Priority',
  215. link: '/en-us/docs/dev/user_doc/guide/parameter/priority.html',
  216. },
  217. ],
  218. },
  219. {
  220. title: 'Data Source',
  221. children: [
  222. {
  223. title: 'MySQL',
  224. link: '/en-us/docs/dev/user_doc/guide/datasource/mysql.html',
  225. },
  226. {
  227. title: 'PostgreSQL',
  228. link: '/en-us/docs/dev/user_doc/guide/datasource/postgresql.html',
  229. },
  230. {
  231. title: 'HIVE',
  232. link: '/en-us/docs/dev/user_doc/guide/datasource/hive.html',
  233. },
  234. {
  235. title: 'Spark',
  236. link: '/en-us/docs/dev/user_doc/guide/datasource/spark.html',
  237. },
  238. {
  239. title: 'Presto',
  240. link: '/en-us/docs/dev/user_doc/guide/datasource/presto.html',
  241. },
  242. {
  243. title: 'SQL SERVER',
  244. link: '/en-us/docs/dev/user_doc/guide/datasource/sqlserver.html',
  245. },
  246. {
  247. title: 'Amazon Redshift',
  248. link: '/en-us/docs/dev/user_doc/guide/datasource/redshift.html',
  249. },
  250. {
  251. title: 'ClickHouse',
  252. link: '/en-us/docs/dev/user_doc/guide/datasource/clickhouse.html',
  253. },
  254. {
  255. title: 'IBM DB2',
  256. link: '/en-us/docs/dev/user_doc/guide/datasource/db2.html',
  257. },
  258. {
  259. title: 'Oracle',
  260. link: '/en-us/docs/dev/user_doc/guide/datasource/oracle.html',
  261. },
  262. ],
  263. },
  264. {
  265. title: 'Alert',
  266. children: [
  267. {
  268. title: 'Alert Component User Guide ',
  269. link: '/en-us/docs/dev/user_doc/guide/alert/alert_plugin_user_guide.html',
  270. },
  271. {
  272. title: 'Email',
  273. link: '/en-us/docs/dev/user_doc/guide/alert/email.html',
  274. },
  275. {
  276. title: 'Telegram',
  277. link: '/en-us/docs/dev/user_doc/guide/alert/telegram.html',
  278. },
  279. {
  280. title: 'Ding Talk',
  281. link: '/en-us/docs/dev/user_doc/guide/alert/dingtalk.html',
  282. },
  283. {
  284. title: 'Enterprise Wechat',
  285. link: '/en-us/docs/dev/user_doc/guide/alert/enterprise-wechat.html',
  286. },
  287. {
  288. title: 'Enterprise Webexteams',
  289. link: '/en-us/docs/dev/user_doc/guide/alert/enterprise-webexteams.html',
  290. },
  291. {
  292. title: 'Script',
  293. link: '/en-us/docs/dev/user_doc/guide/alert/script.html',
  294. },
  295. {
  296. title: 'Http',
  297. link: '/en-us/docs/dev/user_doc/guide/alert/http.html',
  298. },
  299. {
  300. title: 'Feishu',
  301. link: '/en-us/docs/dev/user_doc/guide/alert/feishu.html',
  302. },
  303. ],
  304. },
  305. {
  306. title: 'Resource',
  307. children: [
  308. {
  309. title: 'Introduction',
  310. link: '/en-us/docs/dev/user_doc/guide/resource/intro.html'
  311. },
  312. {
  313. title: 'Configuration',
  314. link: '/en-us/docs/dev/user_doc/guide/resource/configuration.html'
  315. },
  316. {
  317. title: 'File Manage',
  318. link: '/en-us/docs/dev/user_doc/guide/resource/file-manage.html'
  319. },
  320. {
  321. title: 'UDF Manage',
  322. link: '/en-us/docs/dev/user_doc/guide/resource/udf-manage.html'
  323. },
  324. {
  325. title: 'Task Group Manage',
  326. link: '/en-us/docs/dev/user_doc/guide/resource/task-group.html'
  327. },
  328. ],
  329. },
  330. {
  331. title: 'Monitor',
  332. link: '/en-us/docs/dev/user_doc/guide/monitor.html',
  333. },
  334. {
  335. title: 'Security',
  336. link: '/en-us/docs/dev/user_doc/guide/security.html',
  337. },
  338. {
  339. title: 'Metrics',
  340. children: [
  341. {
  342. title: 'Metrics',
  343. link: '/en-us/docs/dev/user_doc/guide/metrics/metrics.html',
  344. }
  345. ],
  346. },
  347. {
  348. title: 'Data Quality',
  349. link: '/en-us/docs/dev/user_doc/guide/data-quality.html',
  350. },
  351. {
  352. title: 'Upgrade',
  353. children: [
  354. {
  355. title: 'Incompatible',
  356. link: '/en-us/docs/dev/user_doc/guide/upgrade/incompatible.html',
  357. },
  358. {
  359. title: 'Upgrade',
  360. link: '/en-us/docs/dev/user_doc/guide/upgrade/upgrade.html',
  361. },
  362. ],
  363. },
  364. {
  365. title: 'Expansion and Reduction',
  366. link: '/en-us/docs/dev/user_doc/guide/expansion-reduction.html',
  367. },
  368. ],
  369. },
  370. {
  371. title: 'Installation',
  372. children: [
  373. {
  374. title: 'Standalone Deployment',
  375. link: '/en-us/docs/dev/user_doc/guide/installation/standalone.html',
  376. },
  377. {
  378. title: 'Pseudo Cluster Deployment',
  379. link: '/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.html',
  380. },
  381. {
  382. title: 'Cluster Deployment',
  383. link: '/en-us/docs/dev/user_doc/guide/installation/cluster.html',
  384. },
  385. {
  386. title: 'Kubernetes Deployment',
  387. link: '/en-us/docs/dev/user_doc/guide/installation/kubernetes.html',
  388. },
  389. ],
  390. },
  391. {
  392. title: 'Architecture Guide',
  393. children: [
  394. {
  395. title: 'Architecture Design',
  396. link: '/en-us/docs/dev/user_doc/architecture/design.html',
  397. },
  398. {
  399. title: 'Metadata',
  400. link: '/en-us/docs/dev/user_doc/architecture/metadata.html',
  401. },
  402. {
  403. title: 'Configuration File',
  404. link: '/en-us/docs/dev/user_doc/architecture/configuration.html',
  405. },
  406. {
  407. title: 'Task Structure',
  408. link: '/en-us/docs/dev/user_doc/architecture/task-structure.html',
  409. },
  410. {
  411. title: 'Load Balance',
  412. link: '/en-us/docs/dev/user_doc/architecture/load-balance.html',
  413. },
  414. {
  415. title: 'Cache',
  416. link: '/en-us/docs/dev/user_doc/architecture/cache.html',
  417. },
  418. ],
  419. },
  420. {
  421. title: 'API',
  422. children: [
  423. {
  424. title: 'Open API',
  425. link: '/en-us/docs/dev/user_doc/guide/open-api.html',
  426. },
  427. {
  428. title: 'PyDolphinScheduler',
  429. link: '/python/index.html',
  430. },
  431. {
  432. title: 'Health Check',
  433. link: '/en-us/docs/dev/user_doc/guide/healthcheck.html',
  434. },
  435. ],
  436. },
  437. {
  438. title: 'Contribution',
  439. children: [
  440. {
  441. title: 'Join',
  442. children: [
  443. {
  444. title: 'Security Report',
  445. link: '/en-us/docs/dev/user_doc/contribute/join/security.html',
  446. },
  447. {
  448. title: 'How to Become a Committer',
  449. link: '/en-us/docs/dev/user_doc/contribute/join/become-a-committer.html',
  450. },
  451. {
  452. title: 'Subscribe Mailing Lists',
  453. link: '/en-us/docs/dev/user_doc/contribute/join/subscribe.html',
  454. },
  455. {
  456. title: 'Participate in Contributing',
  457. link: '/en-us/docs/dev/user_doc/contribute/join/contribute.html',
  458. },
  459. {
  460. title: 'Code of Conduct',
  461. link: '/en-us/docs/dev/user_doc/contribute/join/code-conduct.html',
  462. },
  463. {
  464. title: 'Review Issue or Pull Requests',
  465. link: '/en-us/docs/dev/user_doc/contribute/join/review.html',
  466. },
  467. {
  468. title: 'E2E Contribution Guide',
  469. link: '/en-us/docs/dev/user_doc/contribute/join/e2e-guide.html',
  470. },
  471. {
  472. title: 'Submit Code',
  473. link: '/en-us/docs/dev/user_doc/contribute/join/submit-code.html',
  474. },
  475. {
  476. title: 'License Notice',
  477. link: '/en-us/docs/dev/user_doc/contribute/join/DS-License.html',
  478. },
  479. {
  480. title: 'Document Notice',
  481. link: '/en-us/docs/dev/user_doc/contribute/join/document.html',
  482. },
  483. {
  484. title: 'Issue Notice',
  485. link: '/en-us/docs/dev/user_doc/contribute/join/issue.html',
  486. },
  487. {
  488. title: 'Pull Request Notice',
  489. link: '/en-us/docs/dev/user_doc/contribute/join/pull-request.html',
  490. },
  491. {
  492. title: 'Commit Message Notice',
  493. link: '/en-us/docs/dev/user_doc/contribute/join/commit-message.html',
  494. },
  495. {
  496. title: 'Micro BenchMark Notice',
  497. link: '/en-us/docs/dev/user_doc/contribute/join/microbench.html',
  498. },
  499. {
  500. title: 'Unit Test Writing Guide',
  501. link: '/en-us/docs/dev/user_doc/contribute/join/unit-test.html',
  502. },
  503. ],
  504. },
  505. {
  506. title: 'Development Environment Setup',
  507. link: '/en-us/docs/dev/user_doc/contribute/development-environment-setup.html',
  508. },
  509. {
  510. title: 'Design Document',
  511. children: [
  512. // TODO not support multiply level for now
  513. // {
  514. // title: 'SPI',
  515. // children: [
  516. {
  517. title: 'Architecture Design',
  518. link: '/en-us/docs/dev/user_doc/contribute/architecture-design.html',
  519. },
  520. {
  521. title: 'Alert SPI',
  522. link: '/en-us/docs/dev/user_doc/contribute/backend/spi/alert.html',
  523. },
  524. {
  525. title: 'Registry SPI',
  526. link: '/en-us/docs/dev/user_doc/contribute/backend/spi/registry.html',
  527. },
  528. {
  529. title: 'Task SPI',
  530. link: '/en-us/docs/dev/user_doc/contribute/backend/spi/task.html',
  531. },
  532. {
  533. title: 'Datasource SPI',
  534. link: '/en-us/docs/dev/user_doc/contribute/backend/spi/datasource.html',
  535. },
  536. {
  537. title: 'Mechanism Design',
  538. link: '/en-us/docs/dev/user_doc/contribute/backend/mechanism/overview.html',
  539. },
  540. ],
  541. },
  542. {
  543. title: 'Guidelines',
  544. children: [
  545. {
  546. title: 'Frontend Development',
  547. link: '/en-us/docs/dev/user_doc/contribute/frontend-development.html',
  548. },
  549. {
  550. title: 'API Standard',
  551. link: '/en-us/docs/dev/user_doc/contribute/api-standard.html',
  552. },
  553. {
  554. title: 'E2E Automation Test',
  555. link: '/en-us/docs/dev/user_doc/contribute/e2e-test.html',
  556. },
  557. {
  558. title: 'API Automation Test',
  559. link: '/en-us/docs/dev/user_doc/contribute/api-test.html',
  560. },
  561. ],
  562. },
  563. {
  564. title: 'Release Guide',
  565. children: [
  566. {
  567. title: 'Release Preparation',
  568. link: '/en-us/docs/dev/user_doc/contribute/release/release-prepare.html',
  569. },
  570. {
  571. title: 'Release Guide',
  572. link: '/en-us/docs/dev/user_doc/contribute/release/release.html',
  573. },
  574. {
  575. title: 'Release Post',
  576. link: '/en-us/docs/dev/user_doc/contribute/release/release-post.html',
  577. },
  578. ],
  579. },
  580. {
  581. title: 'Questions & Communications',
  582. link: '/en-us/docs/dev/user_doc/contribute/have-questions.html',
  583. },
  584. ],
  585. },
  586. {
  587. title: 'DSIP',
  588. children: [
  589. {
  590. title: 'DSIP',
  591. link: '/en-us/docs/dev/user_doc/DSIP.html',
  592. },
  593. ],
  594. },
  595. {
  596. title: 'FAQ',
  597. children: [
  598. {
  599. title: 'General Setting',
  600. link: '/en-us/docs/dev/user_doc/guide/howto/general-setting.html',
  601. },
  602. {
  603. title: 'Datasource Setting',
  604. link: '/en-us/docs/dev/user_doc/guide/howto/datasource-setting.html',
  605. },
  606. {
  607. title: 'Others',
  608. link: '/en-us/docs/release/faq.html',
  609. }
  610. ],
  611. },
  612. {
  613. title: 'Older Versions',
  614. children: [
  615. {
  616. title: 'Older Versions',
  617. link: '/en-us/docs/release/history-versions.html',
  618. },
  619. ],
  620. },
  621. ],
  622. barText: 'Documentation',
  623. },
  624. 'zh-cn': {
  625. sidemenu: [
  626. {
  627. title: '关于Apache DolphinScheduler',
  628. children: [
  629. {
  630. title: '简介',
  631. link: '/zh-cn/docs/dev/user_doc/about/introduction.html',
  632. },
  633. {
  634. title: '特性',
  635. link: '/zh-cn/docs/dev/user_doc/about/features.html',
  636. },
  637. {
  638. title: '建议配置',
  639. link: '/zh-cn/docs/dev/user_doc/about/hardware.html',
  640. },
  641. {
  642. title: '名词解释',
  643. link: '/zh-cn/docs/dev/user_doc/about/glossary.html',
  644. },
  645. ],
  646. },
  647. {
  648. title: '快速上手',
  649. children: [
  650. {
  651. title: '快速上手',
  652. link: '/zh-cn/docs/dev/user_doc/guide/start/quick-start.html',
  653. },
  654. {
  655. title: 'Docker部署(Docker)',
  656. link: '/zh-cn/docs/dev/user_doc/guide/start/docker.html',
  657. },
  658. ],
  659. },
  660. {
  661. title: '功能介绍',
  662. children: [
  663. {
  664. title: '应用首页',
  665. link: '/zh-cn/docs/dev/user_doc/guide/homepage.html',
  666. },
  667. {
  668. title: '项目管理',
  669. children: [
  670. {
  671. title: '项目列表',
  672. link: '/zh-cn/docs/dev/user_doc/guide/project/project-list.html',
  673. },
  674. {
  675. title: '工作流定义',
  676. link: '/zh-cn/docs/dev/user_doc/guide/project/workflow-definition.html',
  677. },
  678. {
  679. title: '工作流实例',
  680. link: '/zh-cn/docs/dev/user_doc/guide/project/workflow-instance.html',
  681. },
  682. {
  683. title: '任务实例',
  684. link: '/zh-cn/docs/dev/user_doc/guide/project/task-instance.html',
  685. },
  686. {
  687. title: '任务定义',
  688. link: '/zh-cn/docs/dev/user_doc/guide/project/task-definition.html',
  689. },
  690. ]
  691. },
  692. {
  693. title: '任务类型',
  694. children: [
  695. {
  696. title: 'Shell',
  697. link: '/zh-cn/docs/dev/user_doc/guide/task/shell.html',
  698. },
  699. {
  700. title: 'SubProcess',
  701. link: '/zh-cn/docs/dev/user_doc/guide/task/sub-process.html',
  702. },
  703. {
  704. title: 'Dependent',
  705. link: '/zh-cn/docs/dev/user_doc/guide/task/dependent.html',
  706. },
  707. {
  708. title: 'Stored Procedure',
  709. link: '/zh-cn/docs/dev/user_doc/guide/task/stored-procedure.html',
  710. },
  711. {
  712. title: 'SQL',
  713. link: '/zh-cn/docs/dev/user_doc/guide/task/sql.html',
  714. },
  715. {
  716. title: 'Spark',
  717. link: '/zh-cn/docs/dev/user_doc/guide/task/spark.html',
  718. },
  719. {
  720. title: 'MapReduce',
  721. link: '/zh-cn/docs/dev/user_doc/guide/task/map-reduce.html',
  722. },
  723. {
  724. title: 'Python',
  725. link: '/zh-cn/docs/dev/user_doc/guide/task/python.html',
  726. },
  727. {
  728. title: 'Flink',
  729. link: '/zh-cn/docs/dev/user_doc/guide/task/flink.html',
  730. },
  731. {
  732. title: 'HTTP',
  733. link: '/zh-cn/docs/dev/user_doc/guide/task/http.html',
  734. },
  735. {
  736. title: 'DataX',
  737. link: '/zh-cn/docs/dev/user_doc/guide/task/datax.html',
  738. },
  739. {
  740. title: 'Pigeon',
  741. link: '/zh-cn/docs/dev/user_doc/guide/task/pigeon.html',
  742. },
  743. {
  744. title: 'Conditions',
  745. link: '/zh-cn/docs/dev/user_doc/guide/task/conditions.html',
  746. },
  747. {
  748. title: 'Switch',
  749. link: '/zh-cn/docs/dev/user_doc/guide/task/switch.html',
  750. },
  751. {
  752. title: 'SeaTunnel',
  753. link: '/zh-cn/docs/dev/user_doc/guide/task/seatunnel.html',
  754. },
  755. {
  756. title: 'Amazon EMR',
  757. link: '/zh-cn/docs/dev/user_doc/guide/task/emr.html',
  758. },
  759. {
  760. title: 'Apache Zeppelin',
  761. link: '/zh-cn/docs/dev/user_doc/guide/task/zeppelin.html',
  762. },
  763. {
  764. title: 'Jupyter',
  765. link: '/zh-cn/docs/dev/user_doc/guide/task/jupyter.html',
  766. },
  767. {
  768. title: 'Kubernetes',
  769. link: '/zh-cn/docs/dev/user_doc/guide/task/kubernetes.html',
  770. },
  771. {
  772. title: 'MLflow',
  773. link: '/zh-cn/docs/dev/user_doc/guide/task/mlflow.html',
  774. },
  775. {
  776. title: 'Openmldb',
  777. link: '/zh-cn/docs/dev/user_doc/guide/task/openmldb.html',
  778. },
  779. {
  780. title: 'DVC',
  781. link: '/zh-cn/docs/dev/user_doc/guide/task/dvc.html',
  782. },
  783. {
  784. title: 'Dinky',
  785. link: '/zh-cn/docs/dev/user_doc/guide/task/dinky.html',
  786. },
  787. {
  788. title: 'SageMaker',
  789. link: '/zh-cn/docs/dev/user_doc/guide/task/sagemaker.html',
  790. },
  791. {
  792. title: 'ChunJun',
  793. link: '/zh-cn/docs/dev/user_doc/guide/task/chunjun.html',
  794. },
  795. ],
  796. },
  797. {
  798. title: '参数',
  799. children: [
  800. {
  801. title: '内置参数',
  802. link: '/zh-cn/docs/dev/user_doc/guide/parameter/built-in.html',
  803. },
  804. {
  805. title: '全局参数',
  806. link: '/zh-cn/docs/dev/user_doc/guide/parameter/global.html',
  807. },
  808. {
  809. title: '本地参数',
  810. link: '/zh-cn/docs/dev/user_doc/guide/parameter/local.html',
  811. },
  812. {
  813. title: '参数传递',
  814. link: '/zh-cn/docs/dev/user_doc/guide/parameter/context.html',
  815. },
  816. {
  817. title: '参数优先级',
  818. link: '/zh-cn/docs/dev/user_doc/guide/parameter/priority.html',
  819. },
  820. ],
  821. },
  822. {
  823. title: '数据源中心',
  824. children: [
  825. {
  826. title: 'MySQL',
  827. link: '/zh-cn/docs/dev/user_doc/guide/datasource/mysql.html',
  828. },
  829. {
  830. title: 'PostgreSQL',
  831. link: '/zh-cn/docs/dev/user_doc/guide/datasource/postgresql.html',
  832. },
  833. {
  834. title: 'HIVE',
  835. link: '/zh-cn/docs/dev/user_doc/guide/datasource/hive.html',
  836. },
  837. {
  838. title: 'Spark',
  839. link: '/zh-cn/docs/dev/user_doc/guide/datasource/spark.html',
  840. },
  841. ],
  842. },
  843. {
  844. title: '告警',
  845. children: [
  846. {
  847. title: '告警组件向导',
  848. link: '/zh-cn/docs/dev/user_doc/guide/alert/alert_plugin_user_guide.html',
  849. },
  850. {
  851. title: 'Email',
  852. link: '/zh-cn/docs/dev/user_doc/guide/alert/email.html',
  853. },
  854. {
  855. title: 'Telegram',
  856. link: '/zh-cn/docs/dev/user_doc/guide/alert/telegram.html',
  857. },
  858. {
  859. title: '钉钉告警',
  860. link: '/zh-cn/docs/dev/user_doc/guide/alert/dingtalk.html',
  861. },
  862. {
  863. title: '企业微信',
  864. link: '/zh-cn/docs/dev/user_doc/guide/alert/enterprise-wechat.html',
  865. },
  866. {
  867. title: 'Webexteams',
  868. link: '/zh-cn/docs/dev/user_doc/guide/alert/enterprise-webexteams.html',
  869. },
  870. {
  871. title: '脚本告警',
  872. link: '/zh-cn/docs/dev/user_doc/guide/alert/script.html',
  873. },
  874. {
  875. title: 'Http告警',
  876. link: '/zh-cn/docs/dev/user_doc/guide/alert/http.html',
  877. },
  878. {
  879. title: '飞书告警',
  880. link: '/zh-cn/docs/dev/user_doc/guide/alert/feishu.html',
  881. },
  882. ],
  883. },
  884. {
  885. title: '资源中心',
  886. children: [
  887. {
  888. title: '简介',
  889. link: '/zh-cn/docs/dev/user_doc/guide/resource/intro.html'
  890. },
  891. {
  892. title: '配置详情',
  893. link: '/zh-cn/docs/dev/user_doc/guide/resource/configuration.html'
  894. },
  895. {
  896. title: '文件管理',
  897. link: '/zh-cn/docs/dev/user_doc/guide/resource/file-manage.html'
  898. },
  899. {
  900. title: 'UDF 管理',
  901. link: '/zh-cn/docs/dev/user_doc/guide/resource/udf-manage.html'
  902. },
  903. {
  904. title: '任务组管理',
  905. link: '/zh-cn/docs/dev/user_doc/guide/resource/task-group.html'
  906. },
  907. ],
  908. },
  909. {
  910. title: '监控中心',
  911. link: '/zh-cn/docs/dev/user_doc/guide/monitor.html',
  912. },
  913. {
  914. title: '安全中心',
  915. link: '/zh-cn/docs/dev/user_doc/guide/security.html',
  916. },
  917. {
  918. title: '指标相关',
  919. children: [
  920. {
  921. title: '指标',
  922. link: '/zh-cn/docs/dev/user_doc/guide/metrics/metrics.html',
  923. }
  924. ],
  925. },
  926. {
  927. title: '数据质量',
  928. link: '/zh-cn/docs/dev/user_doc/guide/data-quality.html',
  929. },
  930. {
  931. title: '升级',
  932. children: [
  933. {
  934. title: '不向前兼容的更新',
  935. link: '/zh-cn/docs/dev/user_doc/guide/upgrade/incompatible.html',
  936. },
  937. {
  938. title: '升级步骤',
  939. link: '/zh-cn/docs/dev/user_doc/guide/upgrade/upgrade.html',
  940. },
  941. ],
  942. },
  943. {
  944. title: '扩/缩容',
  945. link: '/zh-cn/docs/dev/user_doc/guide/expansion-reduction.html',
  946. },
  947. ],
  948. },
  949. {
  950. title: '部署指南',
  951. children: [
  952. {
  953. title: '单机部署(Standalone)',
  954. link: '/zh-cn/docs/dev/user_doc/guide/installation/standalone.html',
  955. },
  956. {
  957. title: '伪集群部署(Pseudo-Cluster)',
  958. link: '/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.html',
  959. },
  960. {
  961. title: '集群部署(Cluster)',
  962. link: '/zh-cn/docs/dev/user_doc/guide/installation/cluster.html',
  963. },
  964. {
  965. title: 'Kubernetes部署(Kubernetes)',
  966. link: '/zh-cn/docs/dev/user_doc/guide/installation/kubernetes.html',
  967. },
  968. ],
  969. },
  970. {
  971. title: '架构设计',
  972. children: [
  973. {
  974. title: '元数据文档',
  975. link: '/zh-cn/docs/dev/user_doc/architecture/metadata.html',
  976. },
  977. {
  978. title: '架构设计',
  979. link: '/zh-cn/docs/dev/user_doc/architecture/design.html',
  980. },
  981. {
  982. title: '配置文件',
  983. link: '/zh-cn/docs/dev/user_doc/architecture/configuration.html',
  984. },
  985. {
  986. title: '任务结构',
  987. link: '/zh-cn/docs/dev/user_doc/architecture/task-structure.html',
  988. },
  989. {
  990. title: '负载均衡',
  991. link: '/zh-cn/docs/dev/user_doc/architecture/load-balance.html',
  992. },
  993. {
  994. title: '缓存',
  995. link: '/zh-cn/docs/dev/user_doc/architecture/cache.html',
  996. },
  997. ],
  998. },
  999. {
  1000. title: 'API',
  1001. children: [
  1002. {
  1003. title: 'API调用',
  1004. link: '/zh-cn/docs/dev/user_doc/guide/open-api.html',
  1005. },
  1006. {
  1007. title: 'PyDolphinScheduler',
  1008. link: '/python/index.html',
  1009. },
  1010. {
  1011. title: '健康检查',
  1012. link: '/zh-cn/docs/dev/user_doc/guide/healthcheck.html',
  1013. },
  1014. ],
  1015. },
  1016. {
  1017. title: '贡献指南',
  1018. children: [
  1019. {
  1020. title: '如何参与',
  1021. children: [
  1022. {
  1023. title: '报告安全问题',
  1024. link: '/zh-cn/docs/dev/user_doc/contribute/join/security.html',
  1025. },
  1026. {
  1027. title: '如何成为 Committer',
  1028. link: '/zh-cn/docs/dev/user_doc/contribute/join/become-a-committer.html',
  1029. },
  1030. {
  1031. title: '订阅/取消订阅邮件列表',
  1032. link: '/zh-cn/docs/dev/user_doc/contribute/join/subscribe.html',
  1033. },
  1034. {
  1035. title: '参与贡献',
  1036. link: '/zh-cn/docs/dev/user_doc/contribute/join/contribute.html',
  1037. },
  1038. {
  1039. title: '行为准则',
  1040. link: '/zh-cn/docs/dev/user_doc/contribute/join/code-conduct.html',
  1041. },
  1042. {
  1043. title: 'Review Issue or Pull Requests',
  1044. link: '/zh-cn/docs/dev/user_doc/contribute/join/review.html',
  1045. },
  1046. {
  1047. title: 'E2E Contribution Guide',
  1048. link: '/zh-cn/docs/dev/user_doc/contribute/join/e2e-guide.html',
  1049. },
  1050. {
  1051. title: '提交代码',
  1052. link: '/zh-cn/docs/dev/user_doc/contribute/join/submit-code.html',
  1053. },
  1054. {
  1055. title: 'License须知',
  1056. link: '/zh-cn/docs/dev/user_doc/contribute/join/DS-License.html',
  1057. },
  1058. {
  1059. title: '文档须知',
  1060. link: '/zh-cn/docs/dev/user_doc/contribute/join/document.html',
  1061. },
  1062. {
  1063. title: 'Issue须知',
  1064. link: '/zh-cn/docs/dev/user_doc/contribute/join/issue.html',
  1065. },
  1066. {
  1067. title: 'Pull Request须知',
  1068. link: '/zh-cn/docs/dev/user_doc/contribute/join/pull-request.html',
  1069. },
  1070. {
  1071. title: 'Commit Message须知',
  1072. link: '/zh-cn/docs/dev/user_doc/contribute/join/commit-message.html',
  1073. },
  1074. {
  1075. title: '微基准测试须知',
  1076. link: '/zh-cn/docs/dev/user_doc/contribute/join/microbench.html',
  1077. },
  1078. {
  1079. title: '单元测试编写指南',
  1080. link: '/zh-cn/docs/dev/user_doc/contribute/join/unit-test.html',
  1081. },
  1082. ],
  1083. },
  1084. {
  1085. title: '环境搭建',
  1086. link: '/zh-cn/docs/dev/user_doc/contribute/development-environment-setup.html',
  1087. },
  1088. {
  1089. title: '设计文档',
  1090. children: [
  1091. // TODO not support multiply level for now
  1092. // {
  1093. // title: 'SPI',
  1094. // children: [
  1095. {
  1096. title: '架构设计',
  1097. link: '/zh-cn/docs/dev/user_doc/contribute/architecture-design.html',
  1098. },
  1099. {
  1100. title: 'Alert SPI',
  1101. link: '/zh-cn/docs/dev/user_doc/contribute/backend/spi/alert.html',
  1102. },
  1103. {
  1104. title: 'Registry SPI',
  1105. link: '/zh-cn/docs/dev/user_doc/contribute/backend/spi/registry.html',
  1106. },
  1107. {
  1108. title: 'Task SPI',
  1109. link: '/zh-cn/docs/dev/user_doc/contribute/backend/spi/task.html',
  1110. },
  1111. {
  1112. title: 'Datasource SPI',
  1113. link: '/zh-cn/docs/dev/user_doc/contribute/backend/spi/datasource.html',
  1114. },
  1115. {
  1116. title: '组件设计',
  1117. link: '/zh-cn/docs/dev/user_doc/contribute/backend/mechanism/overview.html',
  1118. },
  1119. ],
  1120. },
  1121. {
  1122. title: '规范',
  1123. children: [
  1124. {
  1125. title: '前端开发',
  1126. link: '/zh-cn/docs/dev/user_doc/contribute/frontend-development.html',
  1127. },
  1128. {
  1129. title: 'API规范',
  1130. link: '/zh-cn/docs/dev/user_doc/contribute/api-standard.html',
  1131. },
  1132. {
  1133. title: 'E2E 自动化测试',
  1134. link: '/zh-cn/docs/dev/user_doc/contribute/e2e-test.html',
  1135. },
  1136. {
  1137. title: 'API 自动化测试',
  1138. link: '/zh-cn/docs/dev/user_doc/contribute/api-test.html',
  1139. },
  1140. ],
  1141. },
  1142. {
  1143. title: '发版指南',
  1144. children: [
  1145. {
  1146. title: '发版准备',
  1147. link: '/zh-cn/docs/dev/user_doc/contribute/release/release-prepare.html',
  1148. },
  1149. {
  1150. title: '发版指南',
  1151. link: '/zh-cn/docs/dev/user_doc/contribute/release/release.html',
  1152. },
  1153. {
  1154. title: '发版后续',
  1155. link: '/zh-cn/docs/dev/user_doc/contribute/release/release-post.html',
  1156. },
  1157. ],
  1158. },
  1159. {
  1160. title: '问题与交流',
  1161. link: '/zh-cn/docs/dev/user_doc/contribute/have-questions.html',
  1162. },
  1163. ],
  1164. },
  1165. {
  1166. title: 'DSIP',
  1167. children: [
  1168. {
  1169. title: 'DSIP',
  1170. link: '/zh-cn/docs/dev/user_doc/DSIP.html',
  1171. },
  1172. ],
  1173. },
  1174. {
  1175. title: 'FAQ',
  1176. children: [
  1177. {
  1178. title: '通用设置',
  1179. link: '/zh-cn/docs/dev/user_doc/guide/howto/general-setting.html',
  1180. },
  1181. {
  1182. title: '数据源设置',
  1183. link: '/zh-cn/docs/dev/user_doc/guide/howto/datasource-setting.html',
  1184. },
  1185. {
  1186. title: '其他',
  1187. link: '/zh-cn/docs/release/faq.html',
  1188. },
  1189. ],
  1190. },
  1191. {
  1192. title: '历史版本',
  1193. children: [
  1194. {
  1195. title: '历史版本',
  1196. link: '/zh-cn/docs/release/history-versions.html',
  1197. },
  1198. ],
  1199. },
  1200. ],
  1201. barText: '文档',
  1202. },
  1203. };