From fb5abb05a70db5c650f625d5248e90318d2583c0 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Fri, 29 Jun 2018 15:43:05 -0400 Subject: [PATCH] Document the builtin themes' lack of support for multi-level nav. --- docs/user-guide/styling-your-docs.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/user-guide/styling-your-docs.md b/docs/user-guide/styling-your-docs.md index cae1d8f2..f349edf9 100644 --- a/docs/user-guide/styling-your-docs.md +++ b/docs/user-guide/styling-your-docs.md @@ -25,8 +25,8 @@ 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 supports the default -[theme configuration options]. +every feature of MkDocs. It only supports the default [theme configuration +options] and only officially supports two levels in the navigation (see #1107). ![mkdocs](/img/mkdocs.png) @@ -34,7 +34,8 @@ every feature of MkDocs. It only supports the default A clone of the default theme used by the [Read the Docs] service. This theme only supports features in its parent theme and does not support any MkDocs -[theme configuration options] in addition to the defaults. +[theme configuration options] in addition to the defaults. Like its parent +theme, only two levels are supported in the navigation. ![ReadTheDocs](http://docs.readthedocs.io/en/latest/_images/screen_mobile.png)