Open artanderson opened 1 year ago
This adds a default <link/> with a favicon path to the <head></head> of the layout template.
<link/>
<head></head>
A custom path/name for the favicon can be configured in the jsdoc.json like so:
{ ..., "docdash": { "favicon": "/path/to/icon.ico", ..., } }
This adds a default
<link/>
with a favicon path to the<head></head>
of the layout template.A custom path/name for the favicon can be configured in the jsdoc.json like so: