You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by fe...@apache.org on 2021/07/13 05:45:41 UTC

[incubator-kyuubi-website] branch asf-site updated: Refactor kyuubi website home page. (#2)

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

feiwang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 1ed40b1  Refactor kyuubi website home page. (#2)
1ed40b1 is described below

commit 1ed40b115c6bbcc76b136d7d6a74a2a4f02bb038
Author: Fei Wang <fw...@ebay.com>
AuthorDate: Tue Jul 13 13:45:20 2021 +0800

    Refactor kyuubi website home page. (#2)
---
 .asf.yaml                                          |  3 ---
 README.md                                          |  8 +++---
 content/categories.html                            |  2 --
 content/contributing.html                          |  2 --
 content/description.html                           |  2 --
 content/developer-tools.html                       |  2 --
 content/ecosystems.html                            |  2 --
 content/improvement-proposals.html                 |  2 --
 content/index.html                                 | 29 +++-------------------
 content/index.xml                                  | 11 +-------
 content/issue_tracking.html                        |  2 --
 content/mailing_lists.html                         |  2 --
 content/news.html                                  |  4 +--
 ...-07-01-accept-kyuubi-into-apache-incubator.html |  4 +--
 content/news/index.xml                             |  2 +-
 content/privacy_policy.html                        |  2 --
 content/release.html                               | 23 -----------------
 content/releases.html                              |  2 --
 content/sitemap.xml                                |  6 -----
 content/tags.html                                  |  2 --
 content/usage.html                                 |  2 --
 content/version_control.html                       |  2 --
 layouts/index.html                                 |  4 +--
 ...21-07-01-accept-kyuubi-into-apache-incubator.md |  2 +-
 src/release/1.2.0.md                               | 20 ---------------
 25 files changed, 14 insertions(+), 128 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 7691978..f2d7b98 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -22,9 +22,6 @@ github:
     squash: true
     merge: false
     rebase: false
-notifications:
-  dev:          dev@kyuubi.apache.org
-  commits:      commits@kyuubi.apache.org
 staging:
   profile: ~
   whoami:  asf-site
diff --git a/README.md b/README.md
index 9dec8a5..7106a86 100644
--- a/README.md
+++ b/README.md
@@ -47,11 +47,11 @@ Example: src/release/1.2.0.md
 
 ```
 ---
-title: release 1.2.0 available
-date: 2021-06-01
+title: release *** available
+date: 2021-XX-XX
 linked: true
 ---
-For more information check the [release note](https://github.com/NetEase/kyuubi/releases/tag/v1.2.0-rc5).
+For more information check ...
 ```
 
 `linked: true` attribute means, that it will be displayed on the release page and under the documentation menu. 
@@ -66,4 +66,4 @@ The docs are not generated as part of the website.
 
 They are built separately for each release of Kyuubi from the Kyuubi source repository and then copied to the website under the ```content/docs``` directory.
 
-The sub-dir name should like ```r<version>``` such as ```r1.2.0```, please also update soft links ```latest``` and ```stable```.
+The sub-dir name should like ```r<version>``` such as ```r0.0.1```, please also update soft links ```latest``` and ```stable```.
diff --git a/content/categories.html b/content/categories.html
index 4b8bb10..74aaca4 100644
--- a/content/categories.html
+++ b/content/categories.html
@@ -59,8 +59,6 @@
                
                <li role="separator" class="divider"></li>
                
-               <li><a href="docs/r1.2.0/">1.2.0</a></li>
-               
                
              </ul>
            </li>
diff --git a/content/contributing.html b/content/contributing.html
index 8d1ac48..d7a26b5 100644
--- a/content/contributing.html
+++ b/content/contributing.html
@@ -59,8 +59,6 @@
                
                <li role="separator" class="divider"></li>
                
-               <li><a href="docs/r1.2.0/">1.2.0</a></li>
-               
                
              </ul>
            </li>
diff --git a/content/description.html b/content/description.html
index e8f3179..c9b1f99 100644
--- a/content/description.html
+++ b/content/description.html
@@ -59,8 +59,6 @@
                
                <li role="separator" class="divider"></li>
                
-               <li><a href="docs/r1.2.0/">1.2.0</a></li>
-               
                
              </ul>
            </li>
diff --git a/content/developer-tools.html b/content/developer-tools.html
index e85c62c..4911899 100644
--- a/content/developer-tools.html
+++ b/content/developer-tools.html
@@ -59,8 +59,6 @@
                
                <li role="separator" class="divider"></li>
                
-               <li><a href="docs/r1.2.0/">1.2.0</a></li>
-               
                
              </ul>
            </li>
diff --git a/content/ecosystems.html b/content/ecosystems.html
index 2ee6ed8..7c0be66 100644
--- a/content/ecosystems.html
+++ b/content/ecosystems.html
@@ -59,8 +59,6 @@
                
                <li role="separator" class="divider"></li>
                
-               <li><a href="docs/r1.2.0/">1.2.0</a></li>
-               
                
              </ul>
            </li>
diff --git a/content/improvement-proposals.html b/content/improvement-proposals.html
index 6b3e2c3..b711821 100644
--- a/content/improvement-proposals.html
+++ b/content/improvement-proposals.html
@@ -59,8 +59,6 @@
                
                <li role="separator" class="divider"></li>
                
-               <li><a href="docs/r1.2.0/">1.2.0</a></li>
-               
                
              </ul>
            </li>
diff --git a/content/index.html b/content/index.html
index 92f8549..5de576c 100644
--- a/content/index.html
+++ b/content/index.html
@@ -60,8 +60,6 @@
                
                <li role="separator" class="divider"></li>
                
-               <li><a href="docs/r1.2.0/">1.2.0</a></li>
-               
                
              </ul>
            </li>
@@ -149,9 +147,9 @@
 
         
         <p>
-          <a class="btn btn-primary btn-lg" href="docs/stable" role="button">Learn more &raquo;</a>
-          <a class="btn btn-warning btn-lg" href="releases.html" role="button">Download &raquo;</a>
           <a class="btn btn-success btn-lg" href="docs/stable/quick_start" role="button">Getting started &raquo;</a>
+          <a class="btn btn-warning btn-lg" href="releases.html" role="button">Download &raquo;</a>
+          <a class="btn btn-primary btn-lg" href="docs/stable" role="button">Learn more &raquo;</a>
         </p>
       </div>
     </div>
@@ -164,7 +162,7 @@
             <div class="col-md-12">
             
             <div class="panel panel-default">
-               <div class="panel-heading clearfix"><a class="pull-left" href=/news/2021-07-01-accept-kyuubi-into-apache-incubator.html>accept Kyuubi into Apache Incubator</a> <small class="pull-right">2021 Jun 21 </small></div>
+               <div class="panel-heading clearfix"><a class="pull-left" href=/news/2021-07-01-accept-kyuubi-into-apache-incubator.html>Accept Kyuubi into Apache Incubator</a> <small class="pull-right">2021 Jun 21 </small></div>
                <div class="panel-body">
                   <!---
   Licensed under the Apache License, Version 2.0 (the "License");
@@ -184,27 +182,6 @@
                </div>
               </div>
             
-            <div class="panel panel-default">
-               <div class="panel-heading clearfix"><a class="pull-left" href=/release/1.2.0.html>release 1.2.0 is available</a> <small class="pull-right">2021 Jun 1 </small></div>
-               <div class="panel-body">
-                  <!---
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "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. See accompanying LICENSE file.
--->
-<p>For more information check the <a href="https://github.com/NetEase/kyuubi/releases/tag/v1.2.0-rc5">release note</a>.</p>
-
-               </div>
-              </div>
-            
             <p><a class="next" href="/release.html">Release archive &rarr;</a></p>
             <p><a class="next" href="/news.html">News archive &rarr;</a></p>
           </div>
diff --git a/content/index.xml b/content/index.xml
index 4a1a312..8ba4812 100644
--- a/content/index.xml
+++ b/content/index.xml
@@ -9,7 +9,7 @@
     <copyright>Copyright © 2021-{year} The Apache Software Foundation</copyright>
     <lastBuildDate>Mon, 21 Jun 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://kyuubi.apache.org/index.xml" rel="self" type="application/rss+xml" />
     <item>
-      <title>accept Kyuubi into Apache Incubator</title>
+      <title>Accept Kyuubi into Apache Incubator</title>
       <link>https://kyuubi.apache.org/news/2021-07-01-accept-kyuubi-into-apache-incubator.html</link>
       <pubDate>Mon, 21 Jun 2021 00:00:00 +0000</pubDate>
       
@@ -18,15 +18,6 @@
     </item>
     
     <item>
-      <title>release 1.2.0 is available</title>
-      <link>https://kyuubi.apache.org/release/1.2.0.html</link>
-      <pubDate>Tue, 01 Jun 2021 00:00:00 +0000</pubDate>
-      
-      <guid>https://kyuubi.apache.org/release/1.2.0.html</guid>
-      <description>For more information check the release note.</description>
-    </item>
-    
-    <item>
       <title>Apache Kyuubi Releases</title>
       <link>https://kyuubi.apache.org/releases.html</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
diff --git a/content/issue_tracking.html b/content/issue_tracking.html
index 94970e9..ce2cecb 100644
--- a/content/issue_tracking.html
+++ b/content/issue_tracking.html
@@ -59,8 +59,6 @@
                
                <li role="separator" class="divider"></li>
                
-               <li><a href="docs/r1.2.0/">1.2.0</a></li>
-               
                
              </ul>
            </li>
diff --git a/content/mailing_lists.html b/content/mailing_lists.html
index 5f944e5..256299d 100644
--- a/content/mailing_lists.html
+++ b/content/mailing_lists.html
@@ -59,8 +59,6 @@
                
                <li role="separator" class="divider"></li>
                
-               <li><a href="docs/r1.2.0/">1.2.0</a></li>
-               
                
              </ul>
            </li>
diff --git a/content/news.html b/content/news.html
index 4f29065..aa4175c 100644
--- a/content/news.html
+++ b/content/news.html
@@ -59,8 +59,6 @@
                
                <li role="separator" class="divider"></li>
                
-               <li><a href="docs/r1.2.0/">1.2.0</a></li>
-               
                
              </ul>
            </li>
@@ -132,7 +130,7 @@
     <h1 id="title">News Archive</h1>
         <ul id="list">
             
-            <h1><a href="/news/2021-07-01-accept-kyuubi-into-apache-incubator.html">accept Kyuubi into Apache Incubator</a></h1>
+            <h1><a href="/news/2021-07-01-accept-kyuubi-into-apache-incubator.html">Accept Kyuubi into Apache Incubator</a></h1>
             <p><small>2021 Jun 21 </small></p>
 
             <!---
diff --git a/content/news/2021-07-01-accept-kyuubi-into-apache-incubator.html b/content/news/2021-07-01-accept-kyuubi-into-apache-incubator.html
index 3547620..1636b82 100644
--- a/content/news/2021-07-01-accept-kyuubi-into-apache-incubator.html
+++ b/content/news/2021-07-01-accept-kyuubi-into-apache-incubator.html
@@ -59,8 +59,6 @@
                
                <li role="separator" class="divider"></li>
                
-               <li><a href="docs/r1.2.0/">1.2.0</a></li>
-               
                
              </ul>
            </li>
@@ -126,7 +124,7 @@
     </nav>
 
 <div class="container">
-<h1>accept Kyuubi into Apache Incubator</h1>
+<h1>Accept Kyuubi into Apache Incubator</h1>
 <!---
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
diff --git a/content/news/index.xml b/content/news/index.xml
index 2f533f5..19fc5eb 100644
--- a/content/news/index.xml
+++ b/content/news/index.xml
@@ -9,7 +9,7 @@
     <copyright>Copyright © 2021-{year} The Apache Software Foundation</copyright>
     <lastBuildDate>Mon, 21 Jun 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://kyuubi.apache.org/news/index.xml" rel="self" type="application/rss+xml" />
     <item>
-      <title>accept Kyuubi into Apache Incubator</title>
+      <title>Accept Kyuubi into Apache Incubator</title>
       <link>https://kyuubi.apache.org/news/2021-07-01-accept-kyuubi-into-apache-incubator.html</link>
       <pubDate>Mon, 21 Jun 2021 00:00:00 +0000</pubDate>
       
diff --git a/content/privacy_policy.html b/content/privacy_policy.html
index 93ed5fe..69c001c 100644
--- a/content/privacy_policy.html
+++ b/content/privacy_policy.html
@@ -59,8 +59,6 @@
                
                <li role="separator" class="divider"></li>
                
-               <li><a href="docs/r1.2.0/">1.2.0</a></li>
-               
                
              </ul>
            </li>
diff --git a/content/release.html b/content/release.html
index 174934f..69b5c94 100644
--- a/content/release.html
+++ b/content/release.html
@@ -130,29 +130,6 @@
 <section id="main">
   <div>
     <h1 id="title">Releases Archive</h1>
-        <ul id="list">
-            
-            <h1><a href="/release/1.2.0.html">release 1.2.0 is available</a></h1>
-            <p><small>2021 Jun 1 </small></p>
-
-            <!---
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "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. See accompanying LICENSE file.
--->
-<p>For more information check the <a href="https://github.com/NetEase/kyuubi/releases/tag/v1.2.0-rc5">release note</a>.</p>
-
-
-            
-        </ul>
   </div>
 
 </section>
diff --git a/content/releases.html b/content/releases.html
index 40d5525..7ab471c 100644
--- a/content/releases.html
+++ b/content/releases.html
@@ -59,8 +59,6 @@
                
                <li role="separator" class="divider"></li>
                
-               <li><a href="docs/r1.2.0/">1.2.0</a></li>
-               
                
              </ul>
            </li>
diff --git a/content/sitemap.xml b/content/sitemap.xml
index 5e98f30..33d527b 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -11,12 +11,6 @@
     <loc>https://kyuubi.apache.org/news.html</loc>
     <lastmod>2021-06-21T00:00:00+00:00</lastmod>
   </url><url>
-    <loc>https://kyuubi.apache.org/release/1.2.0.html</loc>
-    <lastmod>2021-06-01T00:00:00+00:00</lastmod>
-  </url><url>
-    <loc>https://kyuubi.apache.org/release.html</loc>
-    <lastmod>2021-06-01T00:00:00+00:00</lastmod>
-  </url><url>
     <loc>https://kyuubi.apache.org/releases.html</loc>
   </url><url>
     <loc>https://kyuubi.apache.org/categories.html</loc>
diff --git a/content/tags.html b/content/tags.html
index 125bd4e..a8a6e2e 100644
--- a/content/tags.html
+++ b/content/tags.html
@@ -59,8 +59,6 @@
                
                <li role="separator" class="divider"></li>
                
-               <li><a href="docs/r1.2.0/">1.2.0</a></li>
-               
                
              </ul>
            </li>
diff --git a/content/usage.html b/content/usage.html
index c3115de..0e1770a 100644
--- a/content/usage.html
+++ b/content/usage.html
@@ -59,8 +59,6 @@
                
                <li role="separator" class="divider"></li>
                
-               <li><a href="docs/r1.2.0/">1.2.0</a></li>
-               
                
              </ul>
            </li>
diff --git a/content/version_control.html b/content/version_control.html
index c650aa5..7c5e0e9 100644
--- a/content/version_control.html
+++ b/content/version_control.html
@@ -59,8 +59,6 @@
                
                <li role="separator" class="divider"></li>
                
-               <li><a href="docs/r1.2.0/">1.2.0</a></li>
-               
                
              </ul>
            </li>
diff --git a/layouts/index.html b/layouts/index.html
index 2654bc9..2db5897 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -20,9 +20,9 @@
         {{.Content}}
         {{end}}
         <p>
-          <a class="btn btn-primary btn-lg" href="docs/stable" role="button">Learn more &raquo;</a>
-          <a class="btn btn-warning btn-lg" href="releases.html" role="button">Download &raquo;</a>
           <a class="btn btn-success btn-lg" href="docs/stable/quick_start" role="button">Getting started &raquo;</a>
+          <a class="btn btn-warning btn-lg" href="releases.html" role="button">Download &raquo;</a>
+          <a class="btn btn-primary btn-lg" href="docs/stable" role="button">Learn more &raquo;</a>
         </p>
       </div>
     </div>
diff --git a/src/news/2021-07-01-accept-kyuubi-into-apache-incubator.md b/src/news/2021-07-01-accept-kyuubi-into-apache-incubator.md
index 0afbb1a..8f68e83 100644
--- a/src/news/2021-07-01-accept-kyuubi-into-apache-incubator.md
+++ b/src/news/2021-07-01-accept-kyuubi-into-apache-incubator.md
@@ -1,5 +1,5 @@
 ---
-title: accept Kyuubi into Apache Incubator
+title: Accept Kyuubi into Apache Incubator
 date: 2021-06-21
 linked: true
 ---
diff --git a/src/release/1.2.0.md b/src/release/1.2.0.md
deleted file mode 100644
index 56c8424..0000000
--- a/src/release/1.2.0.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: release 1.2.0 is available
-date: 2021-06-01
-linked: true
----
-<!---
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "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. See accompanying LICENSE file.
--->
-
-For more information check the [release note](https://github.com/NetEase/kyuubi/releases/tag/v1.2.0-rc5).