This is an automated email from the ASF dual-hosted git repository.
lgcareer 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 03a0658 remove docs link
new 21428a7 Merge pull request #145 from lgcareer/master-1.3.0-doc
03a0658 is described below
commit 03a065895bfdeea29152be5c2e0a48fb5d7d2ce9
Author: lgcareer <[email protected]>
AuthorDate: Tue Jun 30 16:20:44 2020 +0800
remove docs link
---
site_config/site.js | 18 ++++--------------
1 file changed, 4 insertions(+), 14 deletions(-)
diff --git a/site_config/site.js b/site_config/site.js
index c57f2a2..9c1cf97 100755
--- a/site_config/site.js
+++ b/site_config/site.js
@@ -18,21 +18,16 @@ export default {
children: [
{
key: 'docs1',
- text: '1.3.0(Incoming)',
- link: '/en-us/docs/1.3.0/user_doc/quick-start.html',
- },
- {
- key: 'docs2',
text: '1.2.1',
link: '/en-us/docs/1.2.1/user_doc/quick-start.html',
},
{
- key: 'docs3',
+ key: 'docs2',
text: '1.2.0(Recommend)',
link: '/en-us/docs/1.2.0/user_doc/quick-start.html',
},
{
- key: 'docs4',
+ key: 'docs3',
text: '1.1.0(Not Apache Release)',
link: 'https://analysys.github.io/easyscheduler_docs_cn/',
}
@@ -130,21 +125,16 @@ export default {
children: [
{
key: 'docs1',
- text: '1.3.0(Incoming)',
- link: '/zh-cn/docs/1.3.0/user_doc/quick-start.html',
- },
- {
- key: 'docs2',
text: '1.2.1',
link: '/zh-cn/docs/1.2.1/user_doc/quick-start.html',
},
{
- key: 'docs3',
+ key: 'docs2',
text: '1.2.0(推荐)',
link: '/zh-cn/docs/1.2.0/user_doc/quick-start.html',
},
{
- key: 'docs4',
+ key: 'docs3',
text: '1.1.0(Not Apache Release)',
link: 'https://analysys.github.io/easyscheduler_docs_cn/',
}