Docusaurus Snippets
The id is the unique identifier for the record in the database. The title is the name of the record, and the sidebar_label is the label for the sidebar containing the record. The description and keywords are the fields used to populate the record's detail view.
Shortcut: docusaurus.header
---
id: id
title: title
sidebar_label: sidebarlabel
description: description
keywords:
- description
---