Skip to content
Discussion options

You must be logged in to vote

Regarding 1.: Yes, as stated in the documentation:
https://squidfunk.github.io/mkdocs-material/setup/changing-the-logo-and-icons/#logo

Normally, the logo in the header and sidebar links to the homepage of the documentation, which is the same as site_url. This behavior can be changed with the following configuration:

extra:
 homepage: https://example.com

Regarding 2.: Yes. Set appropriate cache headers on your web server, so the browser cache it. Note that the built-in dev server does not set those headers, which is why the logo might flash on mkdocs serve.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@aforsythe
Comment options

Answer selected by aforsythe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants