This is an automated email from the ASF dual-hosted git repository.
lidongdai pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler-website.git
The following commit(s) were added to refs/heads/master by this push:
new b1d12fb Add article link to blog module (#290)
b1d12fb is described below
commit b1d12fb351812f8fc943e7caebf2461e2d5fcd10
Author: break60 <[email protected]>
AuthorDate: Tue Feb 2 17:37:35 2021 +0800
Add article link to blog module (#290)
* Front-end development documents supplement Content-Type request interface
parameter transfer method
* Add dev development documentation
* Add article link to blog module
---
site_config/blog.js | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/site_config/blog.js b/site_config/blog.js
index c152eaf..14490fd 100644
--- a/site_config/blog.js
+++ b/site_config/blog.js
@@ -23,6 +23,30 @@ export default {
desc: 'Apache Dolphin Scheduler(Incubating)
将于2019年10月26日在上海组织一次会议,欢迎踊跃报名。 ',
link: '/zh-cn/blog/meetup_2019_10_26.html',
},
+ {
+ title: 'Apache DolphinScheduler 需要的sudo,还可以这么玩,长见识了!',
+ author: '海豚调度',
+ dateStr: '2020-12-16',
+ target: '_blank',
+ desc: '这里推荐一下社区贡献者 import 的实践文章,写的非常赞,sudo 也是非常的痛点,也寻求一种更好的实现方式来实现多租户',
+ link: 'https://mp.weixin.qq.com/s/5rRWMoT0DLMcOdDl-mrsRQ',
+ },
+ {
+ title: 'DolphinScheduler & K8s 在优路科技的实践!',
+ author: '李文禾',
+ dateStr: '2020-11-12',
+ target: '_blank',
+ desc: '本文通过介绍DolphinScheduler on Kubernetes
在优路科技的实践,阐述了DolphinScheduler如何在云原生时代,更好地助力企业实现高效的数据调度解决方案',
+ link: 'https://mp.weixin.qq.com/s/roNuuZ1AWySam5WwNQHwhg',
+ },
+ {
+ title: 'Apache Dolphinscheduler 1.3.x 系列配置文件指南',
+ author: '张伯毅',
+ dateStr: '2021-01-05',
+ target: '_blank',
+ desc: '本文档为dolphinscheduler配置文件指南,针对版本为 dolphinscheduler-1.3.x 版本',
+ link: 'https://mp.weixin.qq.com/s/gJUsGBHuMxw79VGH2ziZtg',
+ },
],
},
};