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 3cb389f  Remove plugin sidebar and add datasource (#576)
3cb389f is described below

commit 3cb389f45ced45c9e27da0b2b0962be2ffd200b4
Author: Jiajie Zhong <[email protected]>
AuthorDate: Wed Dec 15 12:32:34 2021 +0800

    Remove plugin sidebar and add datasource (#576)
---
 site_config/development.js | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/site_config/development.js b/site_config/development.js
index 8b29b6e..5adf882 100644
--- a/site_config/development.js
+++ b/site_config/development.js
@@ -19,15 +19,11 @@ export default {
           {
             title: 'Backend Development',
             children: [
-              // TODO not suppor multiply level for now
+              // TODO not support multiply level for now
               // {
                 // title: 'SPI',
                 // children: [
                   {
-                    title: 'Plugin',
-                    link: '/en-us/development/backend/spi/plugin.html',
-                  },
-                  {
                     title: 'Alert SPI',
                     link: '/en-us/development/backend/spi/alert.html',
                   },
@@ -39,6 +35,10 @@ export default {
                     title: 'Task SPI',
                     link: '/en-us/development/backend/spi/task.html',
                   },
+                  {
+                    title: 'Datasource SPI',
+                    link: '/en-us/development/backend/spi/datasource.html',
+                  },
                 // ],
               // }
               {
@@ -80,15 +80,11 @@ export default {
           {
             title: '后端开发',
             children: [
-              // TODO not suppor multiply level for now
+              // TODO not support multiply level for now
               // {
                 // title: 'SPI相关',
                 // children: [
                   {
-                    title: '插件开发',
-                    link: '/zh-cn/development/backend/spi/plugin.html',
-                  },
-                  {
                     title: 'Alert SPI',
                     link: '/zh-cn/development/backend/spi/alert.html',
                   },
@@ -100,6 +96,10 @@ export default {
                     title: 'Task SPI',
                     link: '/zh-cn/development/backend/spi/task.html',
                   },
+                  {
+                    title: 'Datasource SPI',
+                    link: '/zh-cn/development/backend/spi/datasource.html',
+                  },
                 // ],
               // },
               {

Reply via email to