site.js 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  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. // 全局的一些配置
  21. export default {
  22. rootPath: '',
  23. port: 8080,
  24. domain: 'dolphinscheduler.apache.org',
  25. copyToDist: ['asset', 'img', 'file', '.asf.yaml', 'sitemap.xml', '.nojekyll', '.htaccess', 'googled0df7b96f277a143.html'],
  26. docsLatest: '3.0.0',
  27. defaultSearch: 'google', // default search engine
  28. defaultLanguage: 'en-us',
  29. 'en-us': {
  30. banner: {
  31. text: '🤔 Have queries regarding Apache DolphinScheduler, Join Slack channel to disscuss them ',
  32. link: 'https://s.apache.org/dolphinscheduler-slack'
  33. },
  34. pageMenu: [
  35. {
  36. key: 'home',
  37. text: 'HOME',
  38. link: '/en-us/index.html',
  39. },
  40. {
  41. key: 'docs',
  42. text: 'DOCS',
  43. link: '/en-us/docs/latest/user_doc/about/introduction.html',
  44. children: [
  45. {
  46. key: 'docs0',
  47. text: 'latest(3.0.0-beta-2)',
  48. link: '/en-us/docs/latest/user_doc/about/introduction.html',
  49. },
  50. {
  51. key: 'docs1',
  52. text: '2.0.6',
  53. link: '/en-us/docs/2.0.6/user_doc/guide/quick-start.html',
  54. },
  55. {
  56. key: 'docsHistory',
  57. text: 'Older Versions',
  58. link: '/en-us/docs/release/history-versions.html',
  59. }
  60. ],
  61. },
  62. {
  63. key: 'download',
  64. text: 'DOWNLOAD',
  65. link: '/en-us/download/download.html',
  66. },
  67. { key: 'blog',
  68. text: 'BLOG',
  69. link: '/en-us/blog/index.html',
  70. },
  71. {
  72. key: 'development',
  73. text: 'DEVELOPMENT',
  74. link: '/en-us/development/development-environment-setup.html',
  75. },
  76. {
  77. key: 'community',
  78. text: 'COMMUNITY',
  79. link: '/en-us/community/team.html',
  80. },
  81. {
  82. key: 'ASF',
  83. text: 'ASF',
  84. target: '_blank',
  85. link: 'https://www.apache.org/',
  86. children: [
  87. {
  88. key: 'Foundation',
  89. text: 'Foundation',
  90. target: '_blank',
  91. link: 'https://www.apache.org/',
  92. },
  93. {
  94. key: 'License',
  95. text: 'License',
  96. target: '_blank',
  97. link: 'https://www.apache.org/licenses/',
  98. },
  99. {
  100. key: 'Events',
  101. text: 'Events',
  102. target: '_blank',
  103. link: 'https://www.apache.org/events/current-event',
  104. },
  105. {
  106. key: 'Security',
  107. text: 'Security',
  108. target: '_blank',
  109. link: 'https://www.apache.org/security/',
  110. },
  111. {
  112. key: 'Sponsorship',
  113. text: 'Sponsorship',
  114. target: '_blank',
  115. link: 'https://www.apache.org/foundation/sponsorship.html',
  116. },
  117. {
  118. key: 'Thanks',
  119. text: 'Thanks',
  120. target: '_blank',
  121. link: 'https://www.apache.org/foundation/thanks.html',
  122. },
  123. ],
  124. },
  125. {
  126. key: 'user',
  127. text: 'USER',
  128. link: '/en-us/user/index.html',
  129. },
  130. ],
  131. documentation: {
  132. title: 'Documentation',
  133. list: [
  134. {
  135. text: 'Overview',
  136. link: '/en-us/development/architecture-design.html',
  137. },
  138. {
  139. text: 'Quick start',
  140. link: '/en-us/docs/latest/user_doc/guide/quick-start.html',
  141. },
  142. {
  143. text: 'Developer guide',
  144. link: '/en-us/development/development-environment-setup.html',
  145. },
  146. ],
  147. },
  148. asf: {
  149. title: 'ASF',
  150. list: [
  151. {
  152. text: 'Foundation',
  153. link: 'http://www.apache.org',
  154. },
  155. {
  156. text: 'License',
  157. link: 'http://www.apache.org/licenses/',
  158. },
  159. {
  160. text: 'Events',
  161. link: 'http://www.apache.org/events/current-event',
  162. },
  163. {
  164. text: 'Sponsorship',
  165. link: 'http://www.apache.org/foundation/sponsorship.html',
  166. },
  167. {
  168. text: 'Thanks',
  169. link: 'http://www.apache.org/foundation/thanks.html',
  170. },
  171. ],
  172. },
  173. contact: {
  174. title: 'About us',
  175. content: 'Do you need feedback? Please contact us through the following ways.',
  176. list: [
  177. {
  178. name: 'Email List',
  179. img1: '/img/emailgray.png',
  180. img2: '/img/emailblue.png',
  181. link: '/en-us/community/development/subscribe.html',
  182. },
  183. {
  184. name: 'Twitter',
  185. img1: '/img/twittergray.png',
  186. img2: '/img/twitterblue.png',
  187. link: 'https://twitter.com/dolphinschedule',
  188. },
  189. {
  190. name: 'Stack Overflow',
  191. img1: '/img/stackoverflow.png',
  192. img2: '/img/stackoverflow-selected.png',
  193. link: 'https://stackoverflow.com/questions/tagged/apache-dolphinscheduler',
  194. },
  195. {
  196. name: 'Slack',
  197. img1: '/img/slack.png',
  198. img2: '/img/slack-selected.png',
  199. link: 'https://s.apache.org/dolphinscheduler-slack',
  200. },
  201. ],
  202. },
  203. copyright: 'Copyright © 2019-2021 The Apache Software Foundation. Apache DolphinScheduler, DolphinScheduler, and its feather logo are trademarks of The Apache Software Foundation.',
  204. },
  205. 'zh-cn': {
  206. banner: {
  207. text: '🤔 有关于 Apache DolphinScheduler 的疑问,加入 Slack 频道来讨论他们 ',
  208. link: 'https://s.apache.org/dolphinscheduler-slack'
  209. },
  210. pageMenu: [
  211. {
  212. key: 'home',
  213. text: '首页',
  214. link: '/zh-cn/index.html',
  215. },
  216. {
  217. key: 'docs',
  218. text: '文档',
  219. link: '/zh-cn/docs/latest/user_doc/about/introduction.html',
  220. children: [
  221. {
  222. key: 'docs0',
  223. text: '最新版本latest(3.0.0-beta-2)',
  224. link: '/zh-cn/docs/latest/user_doc/about/introduction.html',
  225. },
  226. {
  227. key: 'docs1',
  228. text: '2.0.6',
  229. link: '/zh-cn/docs/2.0.6/user_doc/guide/quick-start.html',
  230. },
  231. {
  232. key: 'docsHistory',
  233. text: '历史版本',
  234. link: '/zh-cn/docs/release/history-versions.html',
  235. }
  236. ],
  237. },
  238. {
  239. key: 'download',
  240. text: '下载',
  241. link: '/zh-cn/download/download.html',
  242. },
  243. {
  244. key: 'blog',
  245. text: '博客',
  246. link: '/zh-cn/blog/index.html',
  247. },
  248. {
  249. key: 'development',
  250. text: '开发者',
  251. link: '/zh-cn/development/development-environment-setup.html',
  252. },
  253. {
  254. key: 'community',
  255. text: '社区',
  256. link: '/zh-cn/community/team.html',
  257. },
  258. {
  259. key: 'ASF',
  260. text: 'ASF',
  261. target: '_blank',
  262. link: 'https://www.apache.org/',
  263. children: [
  264. {
  265. key: 'Foundation',
  266. text: 'Foundation',
  267. target: '_blank',
  268. link: 'https://www.apache.org/',
  269. },
  270. {
  271. key: 'License',
  272. text: 'License',
  273. target: '_blank',
  274. link: 'https://www.apache.org/licenses/',
  275. },
  276. {
  277. key: 'Events',
  278. text: 'Events',
  279. target: '_blank',
  280. link: 'https://www.apache.org/events/current-event',
  281. },
  282. {
  283. key: 'Security',
  284. text: 'Security',
  285. target: '_blank',
  286. link: 'https://www.apache.org/security/',
  287. },
  288. {
  289. key: 'Sponsorship',
  290. text: 'Sponsorship',
  291. target: '_blank',
  292. link: 'https://www.apache.org/foundation/sponsorship.html',
  293. },
  294. {
  295. key: 'Thanks',
  296. text: 'Thanks',
  297. target: '_blank',
  298. link: 'https://www.apache.org/foundation/thanks.html',
  299. },
  300. ],
  301. },
  302. {
  303. key: 'user',
  304. text: '用户',
  305. // link: '',
  306. link: '/zh-cn/user/index.html',
  307. },
  308. ],
  309. documentation: {
  310. title: '文档',
  311. list: [
  312. {
  313. text: '概览',
  314. link: '/zh-cn/development/architecture-design.html',
  315. },
  316. {
  317. text: '快速开始',
  318. link: '/zh-cn/docs/latest/user_doc/guide/quick-start.html',
  319. },
  320. {
  321. text: '开发者指南',
  322. link: '/zh-cn/development/development-environment-setup.html',
  323. },
  324. ],
  325. },
  326. asf: {
  327. title: 'ASF',
  328. list: [
  329. {
  330. text: '基金会',
  331. link: 'http://www.apache.org',
  332. },
  333. {
  334. text: '证书',
  335. link: 'http://www.apache.org/licenses/',
  336. },
  337. {
  338. text: '事件',
  339. link: 'http://www.apache.org/events/current-event',
  340. },
  341. {
  342. text: '赞助',
  343. link: 'http://www.apache.org/foundation/sponsorship.html',
  344. },
  345. {
  346. text: '致谢',
  347. link: 'http://www.apache.org/foundation/thanks.html',
  348. },
  349. ],
  350. },
  351. contact: {
  352. title: '联系我们',
  353. content: '有问题需要反馈?请通过以下方式联系我们。',
  354. list: [
  355. {
  356. name: '邮件列表',
  357. img1: '/img/emailgray.png',
  358. img2: '/img/emailblue.png',
  359. link: '/zh-cn/community/development/subscribe.html',
  360. },
  361. {
  362. name: 'Twitter',
  363. img1: '/img/twittergray.png',
  364. img2: '/img/twitterblue.png',
  365. link: 'https://twitter.com/dolphinschedule',
  366. },
  367. {
  368. name: 'Stack Overflow',
  369. img1: '/img/stackoverflow.png',
  370. img2: '/img/stackoverflow-selected.png',
  371. link: 'https://stackoverflow.com/questions/tagged/apache-dolphinscheduler',
  372. },
  373. {
  374. name: 'Slack',
  375. img1: '/img/slack.png',
  376. img2: '/img/slack-selected.png',
  377. link: 'https://s.apache.org/dolphinscheduler-slack',
  378. },
  379. ],
  380. },
  381. copyright: 'Copyright © 2019-2021 The Apache Software Foundation. Apache DolphinScheduler, DolphinScheduler, and its feather logo are trademarks of The Apache Software Foundation.',
  382. },
  383. };