From 5211f6462ac5193c336b4d5a0fd9918b038f3c25 Mon Sep 17 00:00:00 2001 From: Yang Shi Date: Mon, 4 May 2020 14:44:39 -0700 Subject: [PATCH] Update website version select drop down (#18188) * update version select drop down * align caret * revert scrollable content, add delayed hover effect * bugfix * fix new design doesn't work on mobile # Conflicts: # docs/static_site/src/_includes/get_started/get_started.html --- .../themes/mx-theme/mxtheme/header_top.html | 17 +++++++ .../themes/mx-theme/mxtheme/layout.html | 48 +++++++++++++++++++ docs/static_site/src/_includes/head.html | 39 +++++++++++++++ docs/static_site/src/_includes/header.html | 17 +++++++ 4 files changed, 121 insertions(+) diff --git a/docs/python_docs/themes/mx-theme/mxtheme/header_top.html b/docs/python_docs/themes/mx-theme/mxtheme/header_top.html index 3d16e1ee930d..cb8b373f9d35 100644 --- a/docs/python_docs/themes/mx-theme/mxtheme/header_top.html +++ b/docs/python_docs/themes/mx-theme/mxtheme/header_top.html @@ -19,6 +19,23 @@ Ecosystem Docs & Tutorials GitHub + diff --git a/docs/python_docs/themes/mx-theme/mxtheme/layout.html b/docs/python_docs/themes/mx-theme/mxtheme/layout.html index 8c3f01be7fc4..03189c8b23c4 100644 --- a/docs/python_docs/themes/mx-theme/mxtheme/layout.html +++ b/docs/python_docs/themes/mx-theme/mxtheme/layout.html @@ -7,6 +7,54 @@ + {{ super() }} {% endblock %} diff --git a/docs/static_site/src/_includes/head.html b/docs/static_site/src/_includes/head.html index 9a565c756c07..688a3dc457d5 100644 --- a/docs/static_site/src/_includes/head.html +++ b/docs/static_site/src/_includes/head.html @@ -15,4 +15,43 @@ + diff --git a/docs/static_site/src/_includes/header.html b/docs/static_site/src/_includes/header.html index 314506476985..e303a14b059b 100644 --- a/docs/static_site/src/_includes/header.html +++ b/docs/static_site/src/_includes/header.html @@ -43,6 +43,23 @@ Ecosystem Docs & Tutorials GitHub +