Closed (fixed)
Project:
Yoyaku Booking Engine
Component:
Documentation
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2026 at 12:12 UTC
Updated:
22 Jul 2026 at 12:25 UTC
Jump to comment: Most recent
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 Yoyaku 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).
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 !6.
Comment #5
mably commented