From bae4cce3250d9ffa02f8f1299fee9ba84c204b6e Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Fri, 1 Aug 2025 12:27:59 -0700 Subject: [PATCH] Created Troubleshooting Documentation Build (markdown) --- Troubleshooting-Documentation-Build.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Troubleshooting-Documentation-Build.md diff --git a/Troubleshooting-Documentation-Build.md b/Troubleshooting-Documentation-Build.md new file mode 100644 index 0000000..23e65cf --- /dev/null +++ b/Troubleshooting-Documentation-Build.md @@ -0,0 +1,7 @@ +# My items don't show up in the left navigation + +Often times this happens when you use inconsistent headings hierarchy on the page. +For example, you have two headings 1 (`#`). In this case, dropdown will not be displayed +on the page. +Use :maxdepth: to regulate how many level of navigation you want to display and make sure +you use consistent headings hierarchy. \ No newline at end of file