docsdev.js 59 KB

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