From 13337eba9f4258cdd326a6bb0986addbc61571af Mon Sep 17 00:00:00 2001 From: Jim Porter Date: Fri, 21 Feb 2020 14:25:52 -0800 Subject: [PATCH] Nested dropdowns *are* supported in the mkdocs theme Despite Bootswatch not supporting nested dropdowns, the theme-specific CSS for the mkdocs theme does add support for it, so we can remove the warning from the release notes. --- docs/about/release-notes.md | 5 +---- docs/user-guide/styling-your-docs.md | 3 +-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/about/release-notes.md b/docs/about/release-notes.md index 63f892c4..544568ae 100644 --- a/docs/about/release-notes.md +++ b/docs/about/release-notes.md @@ -47,9 +47,7 @@ documentation][rtd-docs] for details. #### Update `mkdocs` theme to Bootswatch 4.1.3 (#1563) -The `mkdocs` theme now supports all the features of [Bootswatch 4.1]. Note that -the [dropdowns] used in the navigation only support one level of nesting. If -your global navigation uses more than one level, things will likely be broken. +The `mkdocs` theme now supports all the features of [Bootswatch 4.1]. Additionaly, 2 filenames were changed in this update. If you are using a theme which inherits from the `mkdocs` theme, the theme developer may need to update these filenames as follows. @@ -58,7 +56,6 @@ these filenames as follows. js/bootstrap-3.0.3.min.js => js/bootstrap.min.js [Bootswatch 4.1]: https://getbootstrap.com/docs/4.1/getting-started/introduction/ -[dropdowns]: https://getbootstrap.com/docs/4.1/components/navs/#pills-with-dropdowns #### Improved configuration support on the command line (#1401) diff --git a/docs/user-guide/styling-your-docs.md b/docs/user-guide/styling-your-docs.md index 234193d7..b3e77cc9 100644 --- a/docs/user-guide/styling-your-docs.md +++ b/docs/user-guide/styling-your-docs.md @@ -25,8 +25,7 @@ the [Customizing a Theme][customize] section below. ### mkdocs The default theme, which was built as a custom [Bootstrap] theme, supports most -every feature of MkDocs. It only officially supports two levels in the -navigation (see #1107). +every feature of MkDocs. ![mkdocs](../img/mkdocs.png)