doc/development/documentation/drawers.md
In the GitLab UI, you can display help content in a drawer component. The component for Markdown is in the storybook.
The component points to a Markdown file. Any time you update the Markdown file, the contents of the drawer are updated.
Drawer content is displayed in drawers only, and not on docs.gitlab.com.
The content is rendered in GitLab Flavored Markdown.
To create this content:
In the GitLab repository,
go to the /doc/drawers folder.
Create a Markdown file. Use a descriptive filename. Do not create subfolders.
Add the standard page metadata. Also, include:
type: drawer
Author the content.
If the page includes content that is also on a page on docs.gitlab.com,
on the page's metadata, include a path to the other file. For example:
source: /doc/user/search/global_search/advanced_search_syntax.md
Work with the developer to view the content in the drawer and verify that the content appears correctly.
H1 heading is the drawer title.H1.