Skip to main content
Context7 MCP

Docs7 configuration

Configure Docs7-only fields in docs.json
1 min read

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:

  • Documentation is the landing tab.
  • Redis uses the existing tab with the same name.
  • Rate Limit owns its pages and does not need a tab.
  • API Reference stays 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.