This is an automated email from the ASF dual-hosted git repository.
zhongjiajie 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 a7d0de2b8 [dev] Add api test doc sidebar (#801)
a7d0de2b8 is described below
commit a7d0de2b86d26e21479d52cb2b94d34fc8d5c7be
Author: xiangzihao <[email protected]>
AuthorDate: Sun Jun 19 13:56:07 2022 +0800
[dev] Add api test doc sidebar (#801)
---
site_config/development.js | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/site_config/development.js b/site_config/development.js
index ae17e9df8..a40950f29 100644
--- a/site_config/development.js
+++ b/site_config/development.js
@@ -55,6 +55,10 @@ export default {
title: 'E2E Automation Test',
link: '/en-us/development/e2e-test.html',
},
+ {
+ title: 'API Automation Test',
+ link: '/en-us/development/api-test.html',
+ },
{
title: 'Questions & Communications',
link: '/en-us/development/have-questions.html',
@@ -120,6 +124,10 @@ export default {
title: 'E2E 自动化测试',
link: '/zh-cn/development/e2e-test.html',
},
+ {
+ title: 'API 自动化测试',
+ link: '/zh-cn/development/api-test.html',
+ },
{
title: '问题与交流',
link: '/zh-cn/development/have-questions.html',