Using a hierarchical tree on the left is how most documentation sites handle navigation. Options:
- Two levels (e.g., Reference > Methods)
- Three levels (e.g., Reference > Methods > Resource)
- All levels, recursive until we get to the lowest section (e.g., Reference > Methods > Resource > MediaType) . With this approach we would remove the "in this section" block from the right side bar.
It would be nice if the implementation were configurable. For example, number_of_levels = n where n is 1, 2, 3, etc. or -1 for all.
Using a hierarchical tree on the left is how most documentation sites handle navigation. Options:
It would be nice if the implementation were configurable. For example,
number_of_levels = nwhere n is1,2,3, etc. or-1for all.