You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by le...@apache.org on 2021/11/29 07:05:31 UTC

[dolphinscheduler-website] branch master updated: Move api-standard from community to development (#554)

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

leonbao 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 cd7b833  Move api-standard from community to development (#554)
cd7b833 is described below

commit cd7b8330137c016f6e59be2d5dfac36a93d8076d
Author: Jiajie Zhong <zh...@hotmail.com>
AuthorDate: Mon Nov 29 15:05:26 2021 +0800

    Move api-standard from community to development (#554)
---
 .../en-us/development => development/en-us}/api-standard.md       | 0
 .../zh-cn/development => development/zh-cn}/api-standard.md       | 0
 site_config/development.js                                        | 8 ++++++++
 3 files changed, 8 insertions(+)

diff --git a/community/en-us/development/api-standard.md b/development/en-us/api-standard.md
similarity index 100%
rename from community/en-us/development/api-standard.md
rename to development/en-us/api-standard.md
diff --git a/community/zh-cn/development/api-standard.md b/development/zh-cn/api-standard.md
similarity index 100%
rename from community/zh-cn/development/api-standard.md
rename to development/zh-cn/api-standard.md
diff --git a/site_config/development.js b/site_config/development.js
index 93cd127..8b29b6e 100644
--- a/site_config/development.js
+++ b/site_config/development.js
@@ -13,6 +13,10 @@ export default {
             link: '/en-us/development/architecture-design.html',
           },
           {
+            title: 'API Standard',
+            link: '/en-us/development/api-standard.html',
+          },
+          {
             title: 'Backend Development',
             children: [
               // TODO not suppor multiply level for now
@@ -70,6 +74,10 @@ export default {
             link: '/zh-cn/development/architecture-design.html',
           },
           {
+            title: 'API规范',
+            link: '/zh-cn/development/api-standard.html',
+          },
+          {
             title: '后端开发',
             children: [
               // TODO not suppor multiply level for now