docsdev.js 68 KB

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