Why don't I display the logo and favicon? #6179
Closed
pomponchik
started this conversation in
General
Replies: 1 comment 6 replies
-
From the image I see you have two So put them into the second inner Also you could rename the first |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I have a small project and I decided to add
mkdocs
documentation there. I placed thedocs
directory in the root directory of the project. Here's what's inside this folder:This is what my
mkdocs.yml
file looks like:Next, I start the server using the command:
I do this from the root directory of the project.
But! The documentation does not display the logo and favicon. I see logs like these, the request for the favicon does not pass with a 404 error, and there is no request for the logo at all:
Here are the versions of the libraries I use:
What am I doing wrong? Why aren't the logo and favicon displayed? How to fix it?
Beta Was this translation helpful? Give feedback.
All reactions