title
The title property in the docmd.config.json file is used to set the title of the documentation. The title is displayed in the header of the documentation and is used as the title of the HTML document.
The title property is a string and is required in the configuration file.
{
"$schema": "https://raw.githubusercontent.com/danecwalker/docmd/main/schemas/docmd.schema.json",
"title": "Docmd",
...
}