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