From e6dc061c215063b3af945dc778db434cf8e20727 Mon Sep 17 00:00:00 2001 From: Wei Chu Date: Fri, 12 Mar 2021 17:59:49 -0800 Subject: [PATCH] website update for 1.8.0 --- docs/static_site/src/_config.yml | 7 ++-- docs/static_site/src/_config_beta.yml | 7 ++-- docs/static_site/src/_config_prod.yml | 7 ++-- .../_includes/get_started/get_started.html | 7 ++-- .../src/_includes/get_started/gpu_snippet.md | 4 +-- .../get_started/linux/python/cpu/pip.md | 35 +++++++++++++++++-- .../get_started/linux/python/gpu/pip.md | 11 ++++-- .../src/_includes/get_started/pip_snippet.md | 2 +- docs/static_site/src/_includes/header.html | 7 ++-- .../src/pages/get_started/download.md | 3 +- 10 files changed, 67 insertions(+), 23 deletions(-) diff --git a/docs/static_site/src/_config.yml b/docs/static_site/src/_config.yml index 4aeab48d0ec1..9c9a622593e5 100644 --- a/docs/static_site/src/_config.yml +++ b/docs/static_site/src/_config.yml @@ -37,11 +37,12 @@ description: >- # this means to ignore newlines until "baseurl:" twitter_username: apachemxnet github_username: apache/incubator-mxnet youtube_username: apachemxnet -baseurl: /versions/1.7 +baseurl: /versions/1.8.0 versions: - master - - 1.7 - - 1.6 + - 1.8.0 + - 1.7.0 + - 1.6.0 - 1.5.0 - 1.4.1 - 1.3.1 diff --git a/docs/static_site/src/_config_beta.yml b/docs/static_site/src/_config_beta.yml index 9e8aceb351a7..71988d10fd76 100644 --- a/docs/static_site/src/_config_beta.yml +++ b/docs/static_site/src/_config_beta.yml @@ -39,11 +39,12 @@ url: https://thomasdelteil.github.io twitter_username: apachemxnet github_username: apache/incubator-mxnet youtube_username: apachemxnet -baseurl: /versions/1.7 +baseurl: /versions/1.8.0 versions: - master - - 1.7 - - 1.6 + - 1.8.0 + - 1.7.0 + - 1.6.0 - 1.5.0 - 1.4.1 - 1.3.1 diff --git a/docs/static_site/src/_config_prod.yml b/docs/static_site/src/_config_prod.yml index 2df1879daa90..5a01957aaa89 100644 --- a/docs/static_site/src/_config_prod.yml +++ b/docs/static_site/src/_config_prod.yml @@ -39,11 +39,12 @@ twitter_username: apachemxnet github_username: apache/incubator-mxnet youtube_username: apachemxnet google_analytics: UA-96378503-1 -baseurl: /versions/1.7 +baseurl: /versions/1.8.0 versions: - master - - 1.7 - - 1.6 + - 1.8.0 + - 1.7.0 + - 1.6.0 - 1.5.0 - 1.4.1 - 1.3.1 diff --git a/docs/static_site/src/_includes/get_started/get_started.html b/docs/static_site/src/_includes/get_started/get_started.html index ccec45c27bc1..e4a0a625997e 100644 --- a/docs/static_site/src/_includes/get_started/get_started.html +++ b/docs/static_site/src/_includes/get_started/get_started.html @@ -1,7 +1,7 @@