--no-directory-urls how to use properly? #2558
Unanswered
Drgzidjiboy4ik
asked this question in
Q&A
Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello I have problems with broken link (home button) from static site that was created using commands:
docker run -it -v ${PWD}:/docs squidfunk/mkdocs-material new .
docker run -it -v ${PWD}:/docs squidfunk/mkdocs-material build --no-directory-urls
I even added no_directory_urls: false into .yml file. Still when browsing pages through file:// I have broken urls which do not lead to /index.html, but only to directory.
Though here it is said, that this problem is fixed: 454339b
My .yml looks like this:
index.md:
Nothing fancy, standard projects.
Beta Was this translation helpful? Give feedback.
All reactions