diff --git a/docs/static_site/src/_config.yml b/docs/static_site/src/_config.yml index 6dcc9c2aa405..12987e85071f 100644 --- a/docs/static_site/src/_config.yml +++ b/docs/static_site/src/_config.yml @@ -37,6 +37,17 @@ description: >- # this means to ignore newlines until "baseurl:" twitter_username: apachemxnet github_username: apache/incubator-mxnet youtube_username: apachemxnet +versions: + - master + - 1.6 + - 1.5.0 + - 1.4.1 + - 1.3.1 + - 1.2.1 + - 1.1.0 + - 1.0.0 + - 0.12.1 + - 0.11.0 # Build settings markdown: kramdown diff --git a/docs/static_site/src/_config_beta.yml b/docs/static_site/src/_config_beta.yml index dc4ecdd25f65..84f62e758e24 100644 --- a/docs/static_site/src/_config_beta.yml +++ b/docs/static_site/src/_config_beta.yml @@ -39,7 +39,18 @@ url: https://thomasdelteil.github.io twitter_username: apachemxnet github_username: apache/incubator-mxnet youtube_username: apachemxnet - +versions: + - master + - 1.6 + - 1.5.0 + - 1.4.1 + - 1.3.1 + - 1.2.1 + - 1.1.0 + - 1.0.0 + - 0.12.1 + - 0.11.0 + # Build settings markdown: redcarpet redcarpet: diff --git a/docs/static_site/src/_config_prod.yml b/docs/static_site/src/_config_prod.yml index 6c91fe91cdea..49a2a3f3619b 100644 --- a/docs/static_site/src/_config_prod.yml +++ b/docs/static_site/src/_config_prod.yml @@ -39,7 +39,18 @@ twitter_username: apachemxnet github_username: apache/incubator-mxnet youtube_username: apachemxnet google_analytics: UA-96378503-1 - +versions: + - master + - 1.6 + - 1.5.0 + - 1.4.1 + - 1.3.1 + - 1.2.1 + - 1.1.0 + - 1.0.0 + - 0.12.1 + - 0.11.0 + # Build settings markdown: redcarpet redcarpet: diff --git a/docs/static_site/src/_includes/head.html b/docs/static_site/src/_includes/head.html index 688a3dc457d5..5de810a5958e 100644 --- a/docs/static_site/src/_includes/head.html +++ b/docs/static_site/src/_includes/head.html @@ -5,14 +5,15 @@ {%- seo -%} + {%- feed_meta -%} {%- if jekyll.environment == 'production' and site.google_analytics -%} {%- include google-analytics.html -%} {%- endif -%} - - + +