site.js 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  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.1',
  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://join.slack.com/t/asf-dolphinscheduler/shared_invite/zt-1e36toy4n-5n9U2R__FDM05R~MJFFVBg'
  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.1)',
  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: 'community',
  73. text: 'COMMUNITY',
  74. link: '/en-us/community/community.html',
  75. },
  76. {
  77. key: 'ASF',
  78. text: 'ASF',
  79. target: '_blank',
  80. link: 'https://www.apache.org/',
  81. children: [
  82. {
  83. key: 'Foundation',
  84. text: 'Foundation',
  85. target: '_blank',
  86. link: 'https://www.apache.org/',
  87. },
  88. {
  89. key: 'License',
  90. text: 'License',
  91. target: '_blank',
  92. link: 'https://www.apache.org/licenses/',
  93. },
  94. {
  95. key: 'Events',
  96. text: 'Events',
  97. target: '_blank',
  98. link: 'https://www.apache.org/events/current-event',
  99. },
  100. {
  101. key: 'Security',
  102. text: 'Security',
  103. target: '_blank',
  104. link: 'https://www.apache.org/security/',
  105. },
  106. {
  107. key: 'Sponsorship',
  108. text: 'Sponsorship',
  109. target: '_blank',
  110. link: 'https://www.apache.org/foundation/sponsorship.html',
  111. },
  112. {
  113. key: 'Thanks',
  114. text: 'Thanks',
  115. target: '_blank',
  116. link: 'https://www.apache.org/foundation/thanks.html',
  117. },
  118. ],
  119. },
  120. {
  121. key: 'user',
  122. text: 'USER',
  123. link: '/en-us/user/index.html',
  124. },
  125. ],
  126. contact: {
  127. title: 'About us',
  128. content: 'Do you need feedback? Please contact us through the following ways.',
  129. list: [
  130. {
  131. name: 'Slack',
  132. img1: '/img/slack.png',
  133. img2: '/img/slack-selected.png',
  134. link: 'https://join.slack.com/t/asf-dolphinscheduler/shared_invite/zt-1e36toy4n-5n9U2R__FDM05R~MJFFVBg',
  135. },
  136. {
  137. name: 'Email List',
  138. img1: '/img/emailgray.png',
  139. img2: '/img/emailblue.png',
  140. link: '/en-us/docs/latest/user_doc/contribute/join/subscribe.html',
  141. },
  142. {
  143. name: 'Twitter',
  144. img1: '/img/twittergray.png',
  145. img2: '/img/twitterblue.png',
  146. link: 'https://twitter.com/dolphinschedule',
  147. },
  148. ],
  149. },
  150. copyright: 'Copyright © 2019-2022 The Apache Software Foundation. Apache DolphinScheduler, DolphinScheduler, and its feather logo are trademarks of The Apache Software Foundation.',
  151. },
  152. 'zh-cn': {
  153. banner: {
  154. text: '🤔 有关于 Apache DolphinScheduler 的疑问,加入 Slack 频道来讨论他们 ',
  155. link: 'https://join.slack.com/t/asf-dolphinscheduler/shared_invite/zt-1e36toy4n-5n9U2R__FDM05R~MJFFVBg'
  156. },
  157. pageMenu: [
  158. {
  159. key: 'home',
  160. text: '首页',
  161. link: '/zh-cn/index.html',
  162. },
  163. {
  164. key: 'docs',
  165. text: '文档',
  166. link: '/zh-cn/docs/latest/user_doc/about/introduction.html',
  167. children: [
  168. {
  169. key: 'docs0',
  170. text: '最新版本latest(3.0.1)',
  171. link: '/zh-cn/docs/latest/user_doc/about/introduction.html',
  172. },
  173. {
  174. key: 'docs1',
  175. text: '2.0.6',
  176. link: '/zh-cn/docs/2.0.6/user_doc/guide/quick-start.html',
  177. },
  178. {
  179. key: 'docsHistory',
  180. text: '历史版本',
  181. link: '/zh-cn/docs/release/history-versions.html',
  182. }
  183. ],
  184. },
  185. {
  186. key: 'download',
  187. text: '下载',
  188. link: '/zh-cn/download/download.html',
  189. },
  190. {
  191. key: 'blog',
  192. text: '博客',
  193. link: '/zh-cn/blog/index.html',
  194. },
  195. {
  196. key: 'community',
  197. text: '社区',
  198. link: '/zh-cn/community/community.html',
  199. },
  200. {
  201. key: 'ASF',
  202. text: 'ASF',
  203. target: '_blank',
  204. link: 'https://www.apache.org/',
  205. children: [
  206. {
  207. key: 'Foundation',
  208. text: 'Foundation',
  209. target: '_blank',
  210. link: 'https://www.apache.org/',
  211. },
  212. {
  213. key: 'License',
  214. text: 'License',
  215. target: '_blank',
  216. link: 'https://www.apache.org/licenses/',
  217. },
  218. {
  219. key: 'Events',
  220. text: 'Events',
  221. target: '_blank',
  222. link: 'https://www.apache.org/events/current-event',
  223. },
  224. {
  225. key: 'Security',
  226. text: 'Security',
  227. target: '_blank',
  228. link: 'https://www.apache.org/security/',
  229. },
  230. {
  231. key: 'Sponsorship',
  232. text: 'Sponsorship',
  233. target: '_blank',
  234. link: 'https://www.apache.org/foundation/sponsorship.html',
  235. },
  236. {
  237. key: 'Thanks',
  238. text: 'Thanks',
  239. target: '_blank',
  240. link: 'https://www.apache.org/foundation/thanks.html',
  241. },
  242. ],
  243. },
  244. {
  245. key: 'user',
  246. text: '用户',
  247. // link: '',
  248. link: '/zh-cn/user/index.html',
  249. },
  250. ],
  251. contact: {
  252. title: '联系我们',
  253. content: '有问题需要反馈?请通过以下方式联系我们。',
  254. list: [
  255. {
  256. name: 'Slack',
  257. img1: '/img/slack.png',
  258. img2: '/img/slack-selected.png',
  259. link: 'https://join.slack.com/t/asf-dolphinscheduler/shared_invite/zt-1e36toy4n-5n9U2R__FDM05R~MJFFVBg',
  260. },
  261. {
  262. name: '邮件列表',
  263. img1: '/img/emailgray.png',
  264. img2: '/img/emailblue.png',
  265. link: '/zh-cn/docs/latest/user_doc/contribute/join/subscribe.html',
  266. },
  267. {
  268. name: 'Twitter',
  269. img1: '/img/twittergray.png',
  270. img2: '/img/twitterblue.png',
  271. link: 'https://twitter.com/dolphinschedule',
  272. },
  273. ],
  274. },
  275. copyright: 'Copyright © 2019-2022 The Apache Software Foundation. Apache DolphinScheduler, DolphinScheduler, and its feather logo are trademarks of The Apache Software Foundation.',
  276. },
  277. };