docsdev.js 55 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229
  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. title: 'integration',
  391. children: [
  392. {
  393. title: 'Rainbond Deployment',
  394. link: '/en-us/docs/dev/user_doc/guide/integration/rainbond.html',
  395. },
  396. ],
  397. },
  398. ],
  399. },
  400. {
  401. title: 'Architecture Guide',
  402. children: [
  403. {
  404. title: 'Architecture Design',
  405. link: '/en-us/docs/dev/user_doc/architecture/design.html',
  406. },
  407. {
  408. title: 'Metadata',
  409. link: '/en-us/docs/dev/user_doc/architecture/metadata.html',
  410. },
  411. {
  412. title: 'Configuration File',
  413. link: '/en-us/docs/dev/user_doc/architecture/configuration.html',
  414. },
  415. {
  416. title: 'Task Structure',
  417. link: '/en-us/docs/dev/user_doc/architecture/task-structure.html',
  418. },
  419. {
  420. title: 'Load Balance',
  421. link: '/en-us/docs/dev/user_doc/architecture/load-balance.html',
  422. },
  423. {
  424. title: 'Cache',
  425. link: '/en-us/docs/dev/user_doc/architecture/cache.html',
  426. },
  427. ],
  428. },
  429. {
  430. title: 'API',
  431. children: [
  432. {
  433. title: 'Open API',
  434. link: '/en-us/docs/dev/user_doc/guide/open-api.html',
  435. },
  436. {
  437. title: 'PyDolphinScheduler',
  438. link: '/python/dev/index.html',
  439. },
  440. {
  441. title: 'Health Check',
  442. link: '/en-us/docs/dev/user_doc/guide/healthcheck.html',
  443. },
  444. ],
  445. },
  446. {
  447. title: 'Contribution',
  448. children: [
  449. {
  450. title: 'Join',
  451. children: [
  452. {
  453. title: 'Security Report',
  454. link: '/en-us/docs/dev/user_doc/contribute/join/security.html',
  455. },
  456. {
  457. title: 'How to Become a Committer',
  458. link: '/en-us/docs/dev/user_doc/contribute/join/become-a-committer.html',
  459. },
  460. {
  461. title: 'Subscribe Mailing Lists',
  462. link: '/en-us/docs/dev/user_doc/contribute/join/subscribe.html',
  463. },
  464. {
  465. title: 'Participate in Contributing',
  466. link: '/en-us/docs/dev/user_doc/contribute/join/contribute.html',
  467. },
  468. {
  469. title: 'Code of Conduct',
  470. link: '/en-us/docs/dev/user_doc/contribute/join/code-conduct.html',
  471. },
  472. {
  473. title: 'Review Issue or Pull Requests',
  474. link: '/en-us/docs/dev/user_doc/contribute/join/review.html',
  475. },
  476. {
  477. title: 'E2E Contribution Guide',
  478. link: '/en-us/docs/dev/user_doc/contribute/join/e2e-guide.html',
  479. },
  480. {
  481. title: 'Submit Code',
  482. link: '/en-us/docs/dev/user_doc/contribute/join/submit-code.html',
  483. },
  484. {
  485. title: 'License Notice',
  486. link: '/en-us/docs/dev/user_doc/contribute/join/DS-License.html',
  487. },
  488. {
  489. title: 'Document Notice',
  490. link: '/en-us/docs/dev/user_doc/contribute/join/document.html',
  491. },
  492. {
  493. title: 'Issue Notice',
  494. link: '/en-us/docs/dev/user_doc/contribute/join/issue.html',
  495. },
  496. {
  497. title: 'Pull Request Notice',
  498. link: '/en-us/docs/dev/user_doc/contribute/join/pull-request.html',
  499. },
  500. {
  501. title: 'Commit Message Notice',
  502. link: '/en-us/docs/dev/user_doc/contribute/join/commit-message.html',
  503. },
  504. {
  505. title: 'Micro BenchMark Notice',
  506. link: '/en-us/docs/dev/user_doc/contribute/join/microbench.html',
  507. },
  508. {
  509. title: 'Unit Test Writing Guide',
  510. link: '/en-us/docs/dev/user_doc/contribute/join/unit-test.html',
  511. },
  512. ],
  513. },
  514. {
  515. title: 'Development Environment Setup',
  516. link: '/en-us/docs/dev/user_doc/contribute/development-environment-setup.html',
  517. },
  518. {
  519. title: 'Design Document',
  520. children: [
  521. // TODO not support multiply level for now
  522. // {
  523. // title: 'SPI',
  524. // children: [
  525. {
  526. title: 'Architecture Design',
  527. link: '/en-us/docs/dev/user_doc/contribute/architecture-design.html',
  528. },
  529. {
  530. title: 'Alert SPI',
  531. link: '/en-us/docs/dev/user_doc/contribute/backend/spi/alert.html',
  532. },
  533. {
  534. title: 'Registry SPI',
  535. link: '/en-us/docs/dev/user_doc/contribute/backend/spi/registry.html',
  536. },
  537. {
  538. title: 'Task SPI',
  539. link: '/en-us/docs/dev/user_doc/contribute/backend/spi/task.html',
  540. },
  541. {
  542. title: 'Datasource SPI',
  543. link: '/en-us/docs/dev/user_doc/contribute/backend/spi/datasource.html',
  544. },
  545. {
  546. title: 'Mechanism Design',
  547. link: '/en-us/docs/dev/user_doc/contribute/backend/mechanism/overview.html',
  548. },
  549. ],
  550. },
  551. {
  552. title: 'Guidelines',
  553. children: [
  554. {
  555. title: 'Frontend Development',
  556. link: '/en-us/docs/dev/user_doc/contribute/frontend-development.html',
  557. },
  558. {
  559. title: 'API Standard',
  560. link: '/en-us/docs/dev/user_doc/contribute/api-standard.html',
  561. },
  562. {
  563. title: 'E2E Automation Test',
  564. link: '/en-us/docs/dev/user_doc/contribute/e2e-test.html',
  565. },
  566. {
  567. title: 'API Automation Test',
  568. link: '/en-us/docs/dev/user_doc/contribute/api-test.html',
  569. },
  570. {
  571. title: 'Log Specification',
  572. link: '/en-us/docs/dev/user_doc/contribute/log-specification.html',
  573. },
  574. ],
  575. },
  576. {
  577. title: 'Release Guide',
  578. children: [
  579. {
  580. title: 'Release Preparation',
  581. link: '/en-us/docs/dev/user_doc/contribute/release/release-prepare.html',
  582. },
  583. {
  584. title: 'Release Guide',
  585. link: '/en-us/docs/dev/user_doc/contribute/release/release.html',
  586. },
  587. {
  588. title: 'Release Post',
  589. link: '/en-us/docs/dev/user_doc/contribute/release/release-post.html',
  590. },
  591. ],
  592. },
  593. {
  594. title: 'Questions & Communications',
  595. link: '/en-us/docs/dev/user_doc/contribute/have-questions.html',
  596. },
  597. ],
  598. },
  599. {
  600. title: 'DSIP',
  601. children: [
  602. {
  603. title: 'DSIP',
  604. link: '/en-us/docs/dev/user_doc/DSIP.html',
  605. },
  606. ],
  607. },
  608. {
  609. title: 'FAQ',
  610. children: [
  611. {
  612. title: 'General Setting',
  613. link: '/en-us/docs/dev/user_doc/guide/howto/general-setting.html',
  614. },
  615. {
  616. title: 'Datasource Setting',
  617. link: '/en-us/docs/dev/user_doc/guide/howto/datasource-setting.html',
  618. },
  619. {
  620. title: 'Others',
  621. link: '/en-us/docs/release/faq.html',
  622. }
  623. ],
  624. },
  625. {
  626. title: 'Older Versions',
  627. children: [
  628. {
  629. title: 'Older Versions',
  630. link: '/en-us/docs/release/history-versions.html',
  631. },
  632. ],
  633. },
  634. ],
  635. barText: 'Documentation',
  636. },
  637. 'zh-cn': {
  638. sidemenu: [
  639. {
  640. title: '关于Apache DolphinScheduler',
  641. children: [
  642. {
  643. title: '简介',
  644. link: '/zh-cn/docs/dev/user_doc/about/introduction.html',
  645. },
  646. {
  647. title: '特性',
  648. link: '/zh-cn/docs/dev/user_doc/about/features.html',
  649. },
  650. {
  651. title: '建议配置',
  652. link: '/zh-cn/docs/dev/user_doc/about/hardware.html',
  653. },
  654. {
  655. title: '名词解释',
  656. link: '/zh-cn/docs/dev/user_doc/about/glossary.html',
  657. },
  658. ],
  659. },
  660. {
  661. title: '快速上手',
  662. children: [
  663. {
  664. title: '快速上手',
  665. link: '/zh-cn/docs/dev/user_doc/guide/start/quick-start.html',
  666. },
  667. {
  668. title: 'Docker部署(Docker)',
  669. link: '/zh-cn/docs/dev/user_doc/guide/start/docker.html',
  670. },
  671. ],
  672. },
  673. {
  674. title: '功能介绍',
  675. children: [
  676. {
  677. title: '应用首页',
  678. link: '/zh-cn/docs/dev/user_doc/guide/homepage.html',
  679. },
  680. {
  681. title: '项目管理',
  682. children: [
  683. {
  684. title: '项目列表',
  685. link: '/zh-cn/docs/dev/user_doc/guide/project/project-list.html',
  686. },
  687. {
  688. title: '工作流定义',
  689. link: '/zh-cn/docs/dev/user_doc/guide/project/workflow-definition.html',
  690. },
  691. {
  692. title: '工作流实例',
  693. link: '/zh-cn/docs/dev/user_doc/guide/project/workflow-instance.html',
  694. },
  695. {
  696. title: '任务实例',
  697. link: '/zh-cn/docs/dev/user_doc/guide/project/task-instance.html',
  698. },
  699. {
  700. title: '任务定义',
  701. link: '/zh-cn/docs/dev/user_doc/guide/project/task-definition.html',
  702. },
  703. ]
  704. },
  705. {
  706. title: '任务类型',
  707. children: [
  708. {
  709. title: 'Shell',
  710. link: '/zh-cn/docs/dev/user_doc/guide/task/shell.html',
  711. },
  712. {
  713. title: 'SubProcess',
  714. link: '/zh-cn/docs/dev/user_doc/guide/task/sub-process.html',
  715. },
  716. {
  717. title: 'Dependent',
  718. link: '/zh-cn/docs/dev/user_doc/guide/task/dependent.html',
  719. },
  720. {
  721. title: 'Stored Procedure',
  722. link: '/zh-cn/docs/dev/user_doc/guide/task/stored-procedure.html',
  723. },
  724. {
  725. title: 'SQL',
  726. link: '/zh-cn/docs/dev/user_doc/guide/task/sql.html',
  727. },
  728. {
  729. title: 'Spark',
  730. link: '/zh-cn/docs/dev/user_doc/guide/task/spark.html',
  731. },
  732. {
  733. title: 'MapReduce',
  734. link: '/zh-cn/docs/dev/user_doc/guide/task/map-reduce.html',
  735. },
  736. {
  737. title: 'Python',
  738. link: '/zh-cn/docs/dev/user_doc/guide/task/python.html',
  739. },
  740. {
  741. title: 'Flink',
  742. link: '/zh-cn/docs/dev/user_doc/guide/task/flink.html',
  743. },
  744. {
  745. title: 'HTTP',
  746. link: '/zh-cn/docs/dev/user_doc/guide/task/http.html',
  747. },
  748. {
  749. title: 'DataX',
  750. link: '/zh-cn/docs/dev/user_doc/guide/task/datax.html',
  751. },
  752. {
  753. title: 'Pigeon',
  754. link: '/zh-cn/docs/dev/user_doc/guide/task/pigeon.html',
  755. },
  756. {
  757. title: 'Conditions',
  758. link: '/zh-cn/docs/dev/user_doc/guide/task/conditions.html',
  759. },
  760. {
  761. title: 'Switch',
  762. link: '/zh-cn/docs/dev/user_doc/guide/task/switch.html',
  763. },
  764. {
  765. title: 'SeaTunnel',
  766. link: '/zh-cn/docs/dev/user_doc/guide/task/seatunnel.html',
  767. },
  768. {
  769. title: 'Amazon EMR',
  770. link: '/zh-cn/docs/dev/user_doc/guide/task/emr.html',
  771. },
  772. {
  773. title: 'Apache Zeppelin',
  774. link: '/zh-cn/docs/dev/user_doc/guide/task/zeppelin.html',
  775. },
  776. {
  777. title: 'Jupyter',
  778. link: '/zh-cn/docs/dev/user_doc/guide/task/jupyter.html',
  779. },
  780. {
  781. title: 'Kubernetes',
  782. link: '/zh-cn/docs/dev/user_doc/guide/task/kubernetes.html',
  783. },
  784. {
  785. title: 'MLflow',
  786. link: '/zh-cn/docs/dev/user_doc/guide/task/mlflow.html',
  787. },
  788. {
  789. title: 'Openmldb',
  790. link: '/zh-cn/docs/dev/user_doc/guide/task/openmldb.html',
  791. },
  792. {
  793. title: 'DVC',
  794. link: '/zh-cn/docs/dev/user_doc/guide/task/dvc.html',
  795. },
  796. {
  797. title: 'Dinky',
  798. link: '/zh-cn/docs/dev/user_doc/guide/task/dinky.html',
  799. },
  800. {
  801. title: 'SageMaker',
  802. link: '/zh-cn/docs/dev/user_doc/guide/task/sagemaker.html',
  803. },
  804. {
  805. title: 'ChunJun',
  806. link: '/zh-cn/docs/dev/user_doc/guide/task/chunjun.html',
  807. },
  808. ],
  809. },
  810. {
  811. title: '参数',
  812. children: [
  813. {
  814. title: '内置参数',
  815. link: '/zh-cn/docs/dev/user_doc/guide/parameter/built-in.html',
  816. },
  817. {
  818. title: '全局参数',
  819. link: '/zh-cn/docs/dev/user_doc/guide/parameter/global.html',
  820. },
  821. {
  822. title: '本地参数',
  823. link: '/zh-cn/docs/dev/user_doc/guide/parameter/local.html',
  824. },
  825. {
  826. title: '参数传递',
  827. link: '/zh-cn/docs/dev/user_doc/guide/parameter/context.html',
  828. },
  829. {
  830. title: '参数优先级',
  831. link: '/zh-cn/docs/dev/user_doc/guide/parameter/priority.html',
  832. },
  833. ],
  834. },
  835. {
  836. title: '数据源中心',
  837. children: [
  838. {
  839. title: 'MySQL',
  840. link: '/zh-cn/docs/dev/user_doc/guide/datasource/mysql.html',
  841. },
  842. {
  843. title: 'PostgreSQL',
  844. link: '/zh-cn/docs/dev/user_doc/guide/datasource/postgresql.html',
  845. },
  846. {
  847. title: 'HIVE',
  848. link: '/zh-cn/docs/dev/user_doc/guide/datasource/hive.html',
  849. },
  850. {
  851. title: 'Spark',
  852. link: '/zh-cn/docs/dev/user_doc/guide/datasource/spark.html',
  853. },
  854. ],
  855. },
  856. {
  857. title: '告警',
  858. children: [
  859. {
  860. title: '告警组件向导',
  861. link: '/zh-cn/docs/dev/user_doc/guide/alert/alert_plugin_user_guide.html',
  862. },
  863. {
  864. title: 'Email',
  865. link: '/zh-cn/docs/dev/user_doc/guide/alert/email.html',
  866. },
  867. {
  868. title: 'Telegram',
  869. link: '/zh-cn/docs/dev/user_doc/guide/alert/telegram.html',
  870. },
  871. {
  872. title: '钉钉告警',
  873. link: '/zh-cn/docs/dev/user_doc/guide/alert/dingtalk.html',
  874. },
  875. {
  876. title: '企业微信',
  877. link: '/zh-cn/docs/dev/user_doc/guide/alert/enterprise-wechat.html',
  878. },
  879. {
  880. title: 'Webexteams',
  881. link: '/zh-cn/docs/dev/user_doc/guide/alert/enterprise-webexteams.html',
  882. },
  883. {
  884. title: '脚本告警',
  885. link: '/zh-cn/docs/dev/user_doc/guide/alert/script.html',
  886. },
  887. {
  888. title: 'Http告警',
  889. link: '/zh-cn/docs/dev/user_doc/guide/alert/http.html',
  890. },
  891. {
  892. title: '飞书告警',
  893. link: '/zh-cn/docs/dev/user_doc/guide/alert/feishu.html',
  894. },
  895. ],
  896. },
  897. {
  898. title: '资源中心',
  899. children: [
  900. {
  901. title: '简介',
  902. link: '/zh-cn/docs/dev/user_doc/guide/resource/intro.html'
  903. },
  904. {
  905. title: '配置详情',
  906. link: '/zh-cn/docs/dev/user_doc/guide/resource/configuration.html'
  907. },
  908. {
  909. title: '文件管理',
  910. link: '/zh-cn/docs/dev/user_doc/guide/resource/file-manage.html'
  911. },
  912. {
  913. title: 'UDF 管理',
  914. link: '/zh-cn/docs/dev/user_doc/guide/resource/udf-manage.html'
  915. },
  916. {
  917. title: '任务组管理',
  918. link: '/zh-cn/docs/dev/user_doc/guide/resource/task-group.html'
  919. },
  920. ],
  921. },
  922. {
  923. title: '监控中心',
  924. link: '/zh-cn/docs/dev/user_doc/guide/monitor.html',
  925. },
  926. {
  927. title: '安全中心',
  928. link: '/zh-cn/docs/dev/user_doc/guide/security.html',
  929. },
  930. {
  931. title: '指标相关',
  932. children: [
  933. {
  934. title: '指标',
  935. link: '/zh-cn/docs/dev/user_doc/guide/metrics/metrics.html',
  936. }
  937. ],
  938. },
  939. {
  940. title: '数据质量',
  941. link: '/zh-cn/docs/dev/user_doc/guide/data-quality.html',
  942. },
  943. {
  944. title: '升级',
  945. children: [
  946. {
  947. title: '不向前兼容的更新',
  948. link: '/zh-cn/docs/dev/user_doc/guide/upgrade/incompatible.html',
  949. },
  950. {
  951. title: '升级步骤',
  952. link: '/zh-cn/docs/dev/user_doc/guide/upgrade/upgrade.html',
  953. },
  954. ],
  955. },
  956. {
  957. title: '扩/缩容',
  958. link: '/zh-cn/docs/dev/user_doc/guide/expansion-reduction.html',
  959. },
  960. ],
  961. },
  962. {
  963. title: '部署指南',
  964. children: [
  965. {
  966. title: '单机部署(Standalone)',
  967. link: '/zh-cn/docs/dev/user_doc/guide/installation/standalone.html',
  968. },
  969. {
  970. title: '伪集群部署(Pseudo-Cluster)',
  971. link: '/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.html',
  972. },
  973. {
  974. title: '集群部署(Cluster)',
  975. link: '/zh-cn/docs/dev/user_doc/guide/installation/cluster.html',
  976. },
  977. {
  978. title: 'Kubernetes部署(Kubernetes)',
  979. link: '/zh-cn/docs/dev/user_doc/guide/installation/kubernetes.html',
  980. },
  981. {
  982. title: '集成',
  983. children: [
  984. {
  985. title: '基于Rainbond部署(Cluster)',
  986. link: '/zh-cn/docs/dev/user_doc/guide/integration/rainbond.html',
  987. },
  988. ],
  989. },
  990. ],
  991. },
  992. {
  993. title: '架构设计',
  994. children: [
  995. {
  996. title: '元数据文档',
  997. link: '/zh-cn/docs/dev/user_doc/architecture/metadata.html',
  998. },
  999. {
  1000. title: '架构设计',
  1001. link: '/zh-cn/docs/dev/user_doc/architecture/design.html',
  1002. },
  1003. {
  1004. title: '配置文件',
  1005. link: '/zh-cn/docs/dev/user_doc/architecture/configuration.html',
  1006. },
  1007. {
  1008. title: '任务结构',
  1009. link: '/zh-cn/docs/dev/user_doc/architecture/task-structure.html',
  1010. },
  1011. {
  1012. title: '负载均衡',
  1013. link: '/zh-cn/docs/dev/user_doc/architecture/load-balance.html',
  1014. },
  1015. {
  1016. title: '缓存',
  1017. link: '/zh-cn/docs/dev/user_doc/architecture/cache.html',
  1018. },
  1019. ],
  1020. },
  1021. {
  1022. title: 'API',
  1023. children: [
  1024. {
  1025. title: 'API调用',
  1026. link: '/zh-cn/docs/dev/user_doc/guide/open-api.html',
  1027. },
  1028. {
  1029. title: 'PyDolphinScheduler',
  1030. link: '/python/dev/index.html',
  1031. },
  1032. {
  1033. title: '健康检查',
  1034. link: '/zh-cn/docs/dev/user_doc/guide/healthcheck.html',
  1035. },
  1036. ],
  1037. },
  1038. {
  1039. title: '贡献指南',
  1040. children: [
  1041. {
  1042. title: '如何参与',
  1043. children: [
  1044. {
  1045. title: '报告安全问题',
  1046. link: '/zh-cn/docs/dev/user_doc/contribute/join/security.html',
  1047. },
  1048. {
  1049. title: '如何成为 Committer',
  1050. link: '/zh-cn/docs/dev/user_doc/contribute/join/become-a-committer.html',
  1051. },
  1052. {
  1053. title: '订阅/取消订阅邮件列表',
  1054. link: '/zh-cn/docs/dev/user_doc/contribute/join/subscribe.html',
  1055. },
  1056. {
  1057. title: '参与贡献',
  1058. link: '/zh-cn/docs/dev/user_doc/contribute/join/contribute.html',
  1059. },
  1060. {
  1061. title: '行为准则',
  1062. link: '/zh-cn/docs/dev/user_doc/contribute/join/code-conduct.html',
  1063. },
  1064. {
  1065. title: 'Review Issue or Pull Requests',
  1066. link: '/zh-cn/docs/dev/user_doc/contribute/join/review.html',
  1067. },
  1068. {
  1069. title: 'E2E Contribution Guide',
  1070. link: '/zh-cn/docs/dev/user_doc/contribute/join/e2e-guide.html',
  1071. },
  1072. {
  1073. title: '提交代码',
  1074. link: '/zh-cn/docs/dev/user_doc/contribute/join/submit-code.html',
  1075. },
  1076. {
  1077. title: 'License须知',
  1078. link: '/zh-cn/docs/dev/user_doc/contribute/join/DS-License.html',
  1079. },
  1080. {
  1081. title: '文档须知',
  1082. link: '/zh-cn/docs/dev/user_doc/contribute/join/document.html',
  1083. },
  1084. {
  1085. title: 'Issue须知',
  1086. link: '/zh-cn/docs/dev/user_doc/contribute/join/issue.html',
  1087. },
  1088. {
  1089. title: 'Pull Request须知',
  1090. link: '/zh-cn/docs/dev/user_doc/contribute/join/pull-request.html',
  1091. },
  1092. {
  1093. title: 'Commit Message须知',
  1094. link: '/zh-cn/docs/dev/user_doc/contribute/join/commit-message.html',
  1095. },
  1096. {
  1097. title: '微基准测试须知',
  1098. link: '/zh-cn/docs/dev/user_doc/contribute/join/microbench.html',
  1099. },
  1100. {
  1101. title: '单元测试编写指南',
  1102. link: '/zh-cn/docs/dev/user_doc/contribute/join/unit-test.html',
  1103. },
  1104. ],
  1105. },
  1106. {
  1107. title: '环境搭建',
  1108. link: '/zh-cn/docs/dev/user_doc/contribute/development-environment-setup.html',
  1109. },
  1110. {
  1111. title: '设计文档',
  1112. children: [
  1113. // TODO not support multiply level for now
  1114. // {
  1115. // title: 'SPI',
  1116. // children: [
  1117. {
  1118. title: '架构设计',
  1119. link: '/zh-cn/docs/dev/user_doc/contribute/architecture-design.html',
  1120. },
  1121. {
  1122. title: 'Alert SPI',
  1123. link: '/zh-cn/docs/dev/user_doc/contribute/backend/spi/alert.html',
  1124. },
  1125. {
  1126. title: 'Registry SPI',
  1127. link: '/zh-cn/docs/dev/user_doc/contribute/backend/spi/registry.html',
  1128. },
  1129. {
  1130. title: 'Task SPI',
  1131. link: '/zh-cn/docs/dev/user_doc/contribute/backend/spi/task.html',
  1132. },
  1133. {
  1134. title: 'Datasource SPI',
  1135. link: '/zh-cn/docs/dev/user_doc/contribute/backend/spi/datasource.html',
  1136. },
  1137. {
  1138. title: '组件设计',
  1139. link: '/zh-cn/docs/dev/user_doc/contribute/backend/mechanism/overview.html',
  1140. },
  1141. ],
  1142. },
  1143. {
  1144. title: '规范',
  1145. children: [
  1146. {
  1147. title: '前端开发',
  1148. link: '/zh-cn/docs/dev/user_doc/contribute/frontend-development.html',
  1149. },
  1150. {
  1151. title: 'API规范',
  1152. link: '/zh-cn/docs/dev/user_doc/contribute/api-standard.html',
  1153. },
  1154. {
  1155. title: 'E2E 自动化测试',
  1156. link: '/zh-cn/docs/dev/user_doc/contribute/e2e-test.html',
  1157. },
  1158. {
  1159. title: 'API 自动化测试',
  1160. link: '/zh-cn/docs/dev/user_doc/contribute/api-test.html',
  1161. },
  1162. {
  1163. title: '日志规范',
  1164. link: '/zh-cn/docs/dev/user_doc/contribute/log-specification.html',
  1165. },
  1166. ],
  1167. },
  1168. {
  1169. title: '发版指南',
  1170. children: [
  1171. {
  1172. title: '发版准备',
  1173. link: '/zh-cn/docs/dev/user_doc/contribute/release/release-prepare.html',
  1174. },
  1175. {
  1176. title: '发版指南',
  1177. link: '/zh-cn/docs/dev/user_doc/contribute/release/release.html',
  1178. },
  1179. {
  1180. title: '发版后续',
  1181. link: '/zh-cn/docs/dev/user_doc/contribute/release/release-post.html',
  1182. },
  1183. ],
  1184. },
  1185. {
  1186. title: '问题与交流',
  1187. link: '/zh-cn/docs/dev/user_doc/contribute/have-questions.html',
  1188. },
  1189. ],
  1190. },
  1191. {
  1192. title: 'DSIP',
  1193. children: [
  1194. {
  1195. title: 'DSIP',
  1196. link: '/zh-cn/docs/dev/user_doc/DSIP.html',
  1197. },
  1198. ],
  1199. },
  1200. {
  1201. title: 'FAQ',
  1202. children: [
  1203. {
  1204. title: '通用设置',
  1205. link: '/zh-cn/docs/dev/user_doc/guide/howto/general-setting.html',
  1206. },
  1207. {
  1208. title: '数据源设置',
  1209. link: '/zh-cn/docs/dev/user_doc/guide/howto/datasource-setting.html',
  1210. },
  1211. {
  1212. title: '其他',
  1213. link: '/zh-cn/docs/release/faq.html',
  1214. },
  1215. ],
  1216. },
  1217. {
  1218. title: '历史版本',
  1219. children: [
  1220. {
  1221. title: '历史版本',
  1222. link: '/zh-cn/docs/release/history-versions.html',
  1223. },
  1224. ],
  1225. },
  1226. ],
  1227. barText: '文档',
  1228. },
  1229. };