You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dolphinscheduler.apache.org by li...@apache.org on 2019/11/07 03:15:50 UTC

[incubator-dolphinscheduler-website] 19/34: New Note Page for Version Publishing Module

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

commit 0fa20ee8a4e324e40bdc64d7f0b7066086e8bce7
Author: break60 <79...@qq.com>
AuthorDate: Mon Oct 14 10:59:45 2019 +0800

    New Note Page for Version Publishing Module
---
 docs/en-us/release/note.md | 3 +++
 docs/zh-cn/release/note.md | 3 +++
 md_json/docs.json          | 5 +++++
 site_config/docs.js        | 8 ++++++++
 4 files changed, 19 insertions(+)

diff --git a/docs/en-us/release/note.md b/docs/en-us/release/note.md
new file mode 100644
index 0000000..7eb6b3d
--- /dev/null
+++ b/docs/en-us/release/note.md
@@ -0,0 +1,3 @@
+Note
+===
+Both Easy Scheduler 1.1.0 and pre-1.1.0 versions are not Apache versions.
\ No newline at end of file
diff --git a/docs/zh-cn/release/note.md b/docs/zh-cn/release/note.md
new file mode 100644
index 0000000..11d75be
--- /dev/null
+++ b/docs/zh-cn/release/note.md
@@ -0,0 +1,3 @@
+Note
+===
+Easy Scheduler 1.1.0及1.1.0之前的版本都不是apache版本
diff --git a/md_json/docs.json b/md_json/docs.json
index 71b48f0..cf2feb1 100755
--- a/md_json/docs.json
+++ b/md_json/docs.json
@@ -61,6 +61,11 @@
       "meta": {}
     },
     {
+      "filename": "note.md",
+      "link": "/en-us/docs/release/note.html",
+      "meta": {}
+    },
+    {
       "filename": "upgrade.md",
       "link": "/en-us/docs/release/upgrade.html",
       "meta": {}
diff --git a/site_config/docs.js b/site_config/docs.js
index 0008071..bc3f90a 100755
--- a/site_config/docs.js
+++ b/site_config/docs.js
@@ -47,6 +47,10 @@ export default {
         title: 'Release',
         children: [
           {
+            title: 'Note',
+            link: '/en-us/docs/release/note.html',
+          },
+          {
             title: 'Upgrade',
             link: '/en-us/docs/release/upgrade.html',
           },
@@ -136,6 +140,10 @@ export default {
         title: '版本发布',
         children: [
           {
+            title: '通知',
+            link: '/zh-cn/docs/release/note.html',
+          },
+          {
             title: '升级',
             link: '/zh-cn/docs/release/upgrade.html',
           },