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.
This commit is contained in:
Jim Porter
2020-02-21 14:25:52 -08:00
committed by Waylan Limberg
parent d34062eaf5
commit 13337eba9f
2 changed files with 2 additions and 6 deletions

View File

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

View File

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