Pin info to the side panel. Or add any other component.
You can use the <Panel> component to customize the right side panel of a page with any components that you want. If a page has a <Panel> component, any RequestExample and ResponseExample components must be inside <Panel>. The components in a <Panel> will replace a page’s table of contents.
<Panel>
  <Info>Pin info to the side panel. Or add any other component.</Info>
</Panel>