When setting the site_url to null (default) and use_directory_urls is false to make the docs browse-able in a user friendly fashion accessible from the local file-system, in the default mkdocs theme the link to the site on the site-name:
<a class="navbar-brand" href=".">{{site_name}}</a>
is missing the /index.html added to the existing href . (dot).
When setting the
site_urltonull(default) anduse_directory_urlsisfalseto make the docs browse-able in a user friendly fashion accessible from the local file-system, in the default mkdocs theme the link to the site on the site-name:is missing the
/index.htmladded to the existing href.(dot).