You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ul...@apache.org on 2022/04/22 09:17:34 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #2432][DOCS] button "Download" is invalid

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a3e8f7ace [KYUUBI #2432][DOCS] button "Download" is invalid
a3e8f7ace is described below

commit a3e8f7ace8d3b1a9841ef34631a5e71809293b4a
Author: zhanqian <zh...@cai-inc.com>
AuthorDate: Fri Apr 22 17:17:21 2022 +0800

    [KYUUBI #2432][DOCS] button "Download" is invalid
    
    #2432
    
    ### _How was this patch tested?_
    rerun “build_document.md” to generate html and test download button click jumping website.
    here is ui
    <img width="1075" alt="image" src="https://user-images.githubusercontent.com/14138772/164618499-6c05abb8-a834-4e5a-9337-ac183b4c70c9.png">
    
    Closes #2443 from zhanqian-1993/origin/#2432.
    
    Closes #2432
    
    4dafc297 [zhanqian] [KYUUBI #2432][DOCS] remove redundant script
    aaf1d61e [zhanqian] [KYUUBI #2432][DOCS] button "Download" is invalid
    
    Authored-by: zhanqian <zh...@cai-inc.com>
    Signed-off-by: ulysses-you <ul...@apache.org>
---
 docs/quick_start/quick_start.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/docs/quick_start/quick_start.md b/docs/quick_start/quick_start.md
index cf0c1d940..7dab481cd 100644
--- a/docs/quick_start/quick_start.md
+++ b/docs/quick_start/quick_start.md
@@ -15,8 +15,6 @@
  - limitations under the License.
  -->
 
-<script async defer src="https://buttons.github.io/buttons.js"></script>
-
 <div align=center>
 
 ![](../imgs/kyuubi_logo.png)
@@ -31,7 +29,7 @@
 Currently, Apache Kyuubi maintains all its releases on our official [website](https://kyuubi.apache.org/releases.html).
 You can get the most recent stable release of Apache Kyuubi here:
 
-<a class="github-button" href="https://kyuubi.apache.org/releases.html" data-color-scheme="no-preference: light; light: dark; dark: light;" data-icon="octicon-download" data-size="large" aria-label="Download Kyuubi">Download</a>
+<p><a class="btn btn-neutral" href="https://kyuubi.apache.org/releases.html" data-color-scheme="no-preference: light; light: dark; dark: light;" data-icon="octicon-download" data-size="large" aria-label="Download Kyuubi"><span class="fa fa-arrow-circle-down" aria-hidden="true"></span>Download</a></p>
 
 ## Requirements