This is an automated email from the ASF dual-hosted git repository.
lidongdai pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler-website.git
The following commit(s) were added to refs/heads/master by this push:
new ec5c805 update word deploy to Deployment (#273)
ec5c805 is described below
commit ec5c8056e9cd34c23a4f21bbf1b824b2c5a4b99d
Author: dailidong <[email protected]>
AuthorDate: Wed Jan 20 10:18:29 2021 +0800
update word deploy to Deployment (#273)
* update error metadata version
* add docker deployment doc in 1.3.4
* update description about docker
* update word "deploy" -> "deployment"
---
site_config/docs1-3-4.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/site_config/docs1-3-4.js b/site_config/docs1-3-4.js
index 6396f3a..1d48982 100644
--- a/site_config/docs1-3-4.js
+++ b/site_config/docs1-3-4.js
@@ -13,11 +13,11 @@ export default {
link:
'/en-us/docs/1.3.4/user_doc/standalone-deployment.html',
},
{
- title: 'Cluster deploy',
+ title: 'Cluster Deployment',
link:
'/en-us/docs/1.3.4/user_doc/cluster-deployment.html',
},
{
- title: 'Docker deploy',
+ title: 'Docker Deployment',
link:
'/en-us/docs/1.3.4/user_doc/docker-deployment.html',
}
]