jixuan1989 closed pull request #2: Remove the description of new release URL: https://github.com/apache/incubator-iotdb-website/pull/2
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/README.md b/README.md index 41d400d..b9e7d58 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # IoTDB website +[](https://builds.apache.org/view/I/view/IoTDB/job/IoTDB%20Website/) + +See https://iotdb.apache.org/ + ## Requirements * Node.js diff --git a/src/components/SideBar.vue b/src/components/SideBar.vue index c35f2bc..2bf4b82 100644 --- a/src/components/SideBar.vue +++ b/src/components/SideBar.vue @@ -4,14 +4,14 @@ <div class="sidebar-module"> <h4>Latest News</h4> <ol class="list-unstyled"> + <!--<li lang="en">--> + <!--1. New version of Apache IoTDB (incubating) is released in June, 2018.--> + <!--This version released 4 new features in Apache IoTDB (incubating) Engine and released--> + <!--a Apache IoTDB (incubating)-Transfer-Tool for transfer files back from edge to data center.--> + <!--Also, it contains 6 bug fixes, improvements and enhancements since 0.6.0.--> + <!--</li>--> <li lang="en"> - 1. New version of Apache IoTDB (incubating) is released in June, 2018. - This version released 4 new features in Apache IoTDB (incubating) Engine and released - a Apache IoTDB (incubating)-Transfer-Tool for transfer files back from edge to data center. - Also, it contains 6 bug fixes, improvements and enhancements since 0.6.0. - </li> - <li lang="en"> - 2. Users are encouraged to read the overview of major changes in <router-link to="/Documents">release notes</router-link>, + 1. Users are encouraged to read the overview of major changes in <router-link to="/Documents">release notes</router-link>, download this version in <router-link to="/Download">download page</router-link> and view documents in <router-link to="/Documents">documentation page</router-link>. </li> ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
