Structure and customize your documentation’s navigation hierarchy
The navigation property in docs.json defines how users will browse through your documentation. Think of it as the blueprint for your documentation’s menu structure.With proper navigation configuration, you can organize your content into a logical hierarchy that makes it easy for users to find exactly what they’re looking for.
Anchors are another way to section your content. They show up on top of your side navigation.The configuration is very similar to tabs.While not required, we highly recommend that you set an icon field as well.
Dropdowns show up in the same place as anchors, but are consolidated into a single dropdown.While not required, we also recommend that you set an icon for each dropdown item.
It’s important to note that you can use any combination of anchors, tabs, and dropdowns - either one can be nested within each other interchangeably.This way, you can create a very complex navigation structure that is easy to manage.