Docs7 supports the Mintlify docs.json format and adds two optional top-level fields.
Filter the sidebar#
Set filterSidebar to true to add a filter above the sidebar. Readers can press / to focus it.
docs.json
The default value is false.
Group products#
Use productGroups to move product tabs from the top navigation into named groups on the documentation sidebar.
docs.json
In this example:
Documentationis the landing tab.Redisuses the existing tab with the same name.Rate Limitowns its pages and does not need a tab.API Referencestays in the top navigation.
A product can own pages or groups, but not both. Product and group names must be unique.
Note
Do not add the landing tab to productGroups. Do not use productGroups with Mintlify navigation.products.
If productGroups is not set, Docs7 uses your regular Mintlify navigation.