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 @@