You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gobblin.apache.org by hu...@apache.org on 2020/04/03 07:59:11 UTC

[incubator-gobblin-site] branch master updated: [GOBBLIN-1103] Added High level consumer doc to news feed

This is an automated email from the ASF dual-hosted git repository.

hutran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-gobblin-site.git


The following commit(s) were added to refs/heads/master by this push:
     new c2f06b6  [GOBBLIN-1103] Added High level consumer doc to news feed
c2f06b6 is described below

commit c2f06b6e53ffcee3f8f9648660dc0ca327b8cd80
Author: vbohra <vb...@linkedin.com>
AuthorDate: Fri Apr 3 00:58:55 2020 -0700

    [GOBBLIN-1103] Added High level consumer doc to news feed
    
    Closes #1 from vikrambohra/GOBBLIN-1103
---
 index.html | 21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)

diff --git a/index.html b/index.html
index 719bf89..7a216ec 100644
--- a/index.html
+++ b/index.html
@@ -15,7 +15,7 @@
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
   KIND, either express or implied.  See the License for the
   specific language governing permissions and limitations
-  under the License. 
+  under the License.
 -->
 <html lang="en">
   <head>
@@ -43,7 +43,7 @@
     <!--===============================================
       Gobblin Navigation Space <start>
     =================================================-->
-    
+
     <div id="navigationHomePage"></div>
 
     <!--===============================================
@@ -82,7 +82,7 @@
             <h1 style="margin-top: 0px">Apache Gobblin</h1>
             <p class="lead">A distributed data integration framework that simplifies common aspects of big data integration such as data ingestion, replication, organization and lifecycle management for both <b>streaming</b> and <b>batch</b> data ecosystems.</p>
             <p class="lead">
-                <a class="btn btn-primary btn-animated btn-outline" href="/download">Download</a> 
+                <a class="btn btn-primary btn-animated btn-outline" href="/download">Download</a>
                 <a class="btn btn-primary btn-animated btn-outline" href="https://www.gobblin.io" target="_blank">Try Gobblin</a>
             </p>
           </div>
@@ -96,7 +96,14 @@
             <div class="row">
               <div class="col-sm-12 panel panel-default latest-news-panel">
                 <p class="latest-news-header">Latest News</p>
-                  
+
+                <div class="row latest-news-item">
+                  <div class="col-sm-12" style="margin-bottom: 5px">
+                    <span style="font-size: 12px; margin-right: 5px;">Mar 2020</span>
+                    <a href="https://gobblin.readthedocs.io/en/latest/developer-guide/HighLevelConsumer" target="_blank">Apache Gobblin has improved High Level Consumer.</a>
+                  </div>
+                </div>
+
                 <div class="row latest-news-item">
                   <div class="col-sm-12" style="margin-bottom: 5px">
                    <span style="font-size: 12px; margin-right: 5px;">Sep 2017</span>
@@ -121,7 +128,7 @@
                 <div class="row latest-news-item">
                   <div class="col-sm-12" style="margin-bottom: 5px">
                    <span style="font-size: 12px; margin-right: 5px;">Jul 2017</span>
-                   <a href="https://cwiki.apache.org/confluence/display/GOBBLIN/Gobblin+Home" target="_blank">Apache Gobblin's Confluence Wiki is setup</a>
+                   <a href="https://cwiki.apache.org/confluence/display/GOBBLIN/Home" target="_blank">Apache Gobblin's Confluence Wiki is setup</a>
                   </div>
                 </div>
 
@@ -198,7 +205,7 @@
           ROW 3 <start>
         =================================================-->
         <div class="row" style="background-color: #f0eeee; padding-bottom: 10px; margin-top: 15px;">
-          <div class="col-sm-12">   
+          <div class="col-sm-12">
             <h2 class="sectiontile" style="text-align: center">Powered By Gobblin</h2>
             <div class="row">
               <a href="http://www.linkedin.com/" style="margin-left: 30px;" target="_blank"><img style="width: 120px" src="assets/images/linkedin.png"></a>
@@ -218,7 +225,7 @@
               <a href="http://www.stunlockstudios.com/" style="margin-left: 30px;" target="_blank"><img style="width: 85px" src="assets/images/stunlock-studios.png" ></a>
             </div>
           </div>
-        </div>          
+        </div>
         <!--===============================================
           ROW 3 <end>
         =================================================-->