logoPath

The logoPath property in the docmd.config.json file is used to set the path to the logo image that will be displayed in the header of the documentation.

The logoPath 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",
  "logoPath": "/logo.png",
  ...
}
← domain theme →