Logo files were added to the module (logo.png, logo.svg) and to the docs folder (docs/logo.png, docs/favicon.png). Wire the logo and favicon into the MkDocs Material theme so the generated documentation site shows the Kessai branding.
Change in mkdocs.yml:
theme: name: material logo: logo.png favicon: favicon.png
Paths are resolved relative to docs_dir (docs/). The docs site is generated from the default branch (1.x).
Issue fork kessai-3609277
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
mably commentedWired the logo and favicon into the MkDocs Material theme in MR !4.
Comment #5
mably commented