domain
The domain property in the docmd.config.json file is used to set the domain where the documentation will be hosted. The domain is used to generate links absolute links to the documentation pages.
The domain property is a string and is optional in the configuration file.
{
"$schema": "https://raw.githubusercontent.com/danecwalker/docmd/main/schemas/docmd.schema.json",
"title": "Docmd",
"description": "A simple documentation generator for markdown files",
"domain": "https://www.docmd.com",
...
}