-
Hi Definitely a newbie question, and not sure if this is the right place to ask. I'm using mkdocs to generate a static site that I want to host on S3. The issue seems to be that mkdocs creates a folder for every source markdown file, and converting the markdown to a file called index.html, regardless of the source filename. This means that S3 needs to serve Is there some way to configure mkdocs to simply generate I only have some web development experience. I'm curious about the rationale for mkdocs creating a folder for every source markdown file. Is that a convention used by static web sites in general? Many thanks Ronny |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Add this to your use_directory_urls: false |
Beta Was this translation helpful? Give feedback.
-
Thanks for the super quick response! My bad... I did see that option, but the description Cheers |
Beta Was this translation helpful? Give feedback.
-
Thanks for the suggestion @squidfunk I've suggested this in mkdocs/mkdocs#3797 |
Beta Was this translation helpful? Give feedback.
Add this to your
mkdocs.yml
, as explained in MkDocs' documentation: