This commit is contained in:
Oleh Prypin
2023-10-14 12:45:02 +02:00
parent a6fef567bf
commit 79ae55e0cb

View File

@@ -72,8 +72,8 @@ class MkDocsConfig(base.Config):
"""The address on which to serve the live reloading docs server."""
use_directory_urls = c.Type(bool, default=True)
"""If `True`, use `<page_name>/index.hmtl` style files with hyperlinks to
the directory.If `False`, use `<page_name>.html style file with
"""If `True`, use `<page_name>/index.html` style files with hyperlinks to
the directory. If `False`, use `<page_name>.html style file with
hyperlinks to the file.
True generates nicer URLs, but False is useful if browsing the output on
a filesystem."""