sidebar
The sidebar is the area on the left of your project that contains navigation. The options here allow you to hide it if your site design doesn't require a sidebar.
Options
Option | Type | Description |
---|---|---|
hide | boolean | Specifies if the sidebar should be hidden. Default: false . |
Examples
The following configuration hides the sidebar.
sidebar: hide: true
Related options
Resources
For more information about sidebars:
- learn more about navigation in Redocly projects
- read the article collection on configuring navigation elements
- the sidebars.yaml reference shows the sidebar configuration syntax and examples