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).

Issue fork yoyaku-3609280

Command icon 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

mably created an issue. See original summary.

mably’s picture

Status: Active » Needs review

Wired the logo and favicon into the MkDocs Material theme in MR !6.

  • mably committed a0f57660 on 1.x
    task: #3609280 Add the project logo and favicon to the documentation...
mably’s picture

Status: Needs review » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.