Merge pull request #58 from lzjpaul/22-5-31-refine-website

22-5-31 refine online website
diff --git a/docs-site/docs/installation.md b/docs-site/docs/installation.md
index 00b0aca..81769d2 100644
--- a/docs-site/docs/installation.md
+++ b/docs-site/docs/installation.md
@@ -24,9 +24,6 @@
 `<version>` field should be replaced, e.g., `3.3.0`. The available SINGA
 versions are listed at the link.
 
-To install the latest develop version, replace the link with
-http://singa.apache.org/docs/next/wheel-cpu-dev.html
-
 2. GPU With CUDA and cuDNN
    [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1W30IPCqj5fG8ADAQsFqclaCLyIclVcJL?usp=sharing)
 
@@ -38,9 +35,6 @@
 `singa==3.3.0+cuda10.2`. The available combinations of SINGA version and CUDA
 version are listed at the link.
 
-To install the latest develop version, replace the link with
-http://singa.apache.org/docs/next/wheel-gpu-dev.html
-
 Note: the Python version of your local Python environment will be used to find
 the corresponding wheel package. For example, if your local Python is 3.6, then
 the wheel package compiled on Python 3.6 will be selected by pip and installed.
diff --git a/docs-site/website/pages/en/index.js b/docs-site/website/pages/en/index.js
index 7c4e688..6d0d6b3 100644
--- a/docs-site/website/pages/en/index.js
+++ b/docs-site/website/pages/en/index.js
@@ -298,14 +298,6 @@
 
             <div className="container-3">
               <button className="container-3-button">
-                <a href="https://singa.apache.org/docs/installation/#using-conda">
-                  Using Conda
-                  <span style={{ float: "right" }}>
-                    <iconBs.BsDownload />
-                  </span>
-                </a>
-              </button>
-              <button className="container-3-button">
                 <a href="https://singa.apache.org/docs/installation/#using-pip">
                   Using Pip
                   <span style={{ float: "right" }}>
diff --git a/docs-site/website/versioned_docs/version-3.3.0/installation.md b/docs-site/website/versioned_docs/version-3.3.0/installation.md
index 72f887f..9ef7be5 100644
--- a/docs-site/website/versioned_docs/version-3.3.0/installation.md
+++ b/docs-site/website/versioned_docs/version-3.3.0/installation.md
@@ -25,9 +25,6 @@
 `<version>` field should be replaced, e.g., `3.3.0`. The available SINGA
 versions are listed at the link.
 
-To install the latest develop version, replace the link with
-http://singa.apache.org/docs/next/wheel-cpu-dev.html
-
 2. GPU With CUDA and cuDNN
    [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1W30IPCqj5fG8ADAQsFqclaCLyIclVcJL?usp=sharing)
 
@@ -39,9 +36,6 @@
 `singa==3.3.0+cuda10.2`. The available combinations of SINGA version and CUDA
 version are listed at the link.
 
-To install the latest develop version, replace the link with
-http://singa.apache.org/docs/next/wheel-gpu-dev.html
-
 Note: the Python version of your local Python environment will be used to find
 the corresponding wheel package. For example, if your local Python is 3.6, then
 the wheel package compiled on Python 3.6 will be selected by pip and installed.