Docusaurus uses 'Front matter' to override common template metadata, for example, page titles, OG meta data and more. A full list is available here.
So far internally, we are using the following properties:
- sidebar_position (in
docs/intro.md) - custom_edit_url (in
docs/projects/**.md)
Be aware that in the current import setup, any metadata in imported markdown files (files in frontend, general and projects) will be overwritten.