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 57b5235  Keep the name of dev-run the same in English and Chinese 
(#427)
57b5235 is described below

commit 57b52356197974ab86932a2cadba6c0f3f8bdd2e
Author: QuakeWang <[email protected]>
AuthorDate: Wed Sep 1 10:03:13 2021 +0800

    Keep the name of dev-run the same in English and Chinese (#427)
    
    * Update docsdev.js
    
    Keep the name of dev-run the same in English and Chinese
    
    * Rename dev-run.md to dev_run.md
    
    Keep the name of dev-run the same in English and Chinese
---
 docs/en-us/dev/user_doc/{dev-run.md => dev_run.md} | 0
 site_config/docsdev.js                             | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en-us/dev/user_doc/dev-run.md 
b/docs/en-us/dev/user_doc/dev_run.md
similarity index 100%
rename from docs/en-us/dev/user_doc/dev-run.md
rename to docs/en-us/dev/user_doc/dev_run.md
diff --git a/site_config/docsdev.js b/site_config/docsdev.js
index a8bc69d..e6fff8d 100644
--- a/site_config/docsdev.js
+++ b/site_config/docsdev.js
@@ -18,7 +18,7 @@ export default {
           },
           {
             title: 'Dev-Run',
-            link: '/en-us/docs/dev/user_doc/dev-run.html',
+            link: '/en-us/docs/dev/user_doc/dev_run.html',
           },
         ],
       },

Reply via email to