From 7f24ec80ce37d22dadf1b8b8e8eec1ff68007c2c Mon Sep 17 00:00:00 2001 From: waytrue17 <52505574+waytrue17@users.noreply.github.com> Date: Thu, 11 Mar 2021 10:48:33 -0800 Subject: [PATCH] [v1.8.x] Update for MXNet 1.8.0 website release (#19988) * update website for 1.8.0 * add note in gpu_snippet.md * fix typo * update header.html Co-authored-by: Wei Chu --- 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 @@