This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 22b1490  add link (#400)
22b1490 is described below

commit 22b1490bd89a1ce99b7ba0e9a6c9d6e49b8c2b45
Author: koukou778 <[email protected]>
AuthorDate: Wed Jul 7 17:36:50 2021 +0800

    add link (#400)
    
    * Create DS_run_in_windows.md
    
    DolphinScheduler source code run in windows
    
    * Update DS_run_in_windows.md
    
    * add link
    
    Co-authored-by: dailidong <[email protected]>
---
 site_config/blog.js | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/site_config/blog.js b/site_config/blog.js
index d94f741..9493eb8 100644
--- a/site_config/blog.js
+++ b/site_config/blog.js
@@ -49,6 +49,13 @@ export default {
         link: '/zh-cn/blog/ipalfish_tech_platform.html',
       },
       {
+        title: 'DolphinScheduler在Windows环境启动源码',
+        author: '寇文皓',
+        dateStr: '2021-07-05',
+        desc: '在Windows环境下启动DolphinScheduler的代码进行开发调试',
+        link: '/zh-cn/blog/DS_run_in_windows.html',
+      },
+      {
         title: 'DolphinScheduler 核心之 DAG 大 JSON 拆分详解',
         author: '进勇',
         editor: '小P',

Reply via email to