mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Fix a typo in the use_directory_urls config name
This commit is contained in:
@@ -28,7 +28,7 @@ DEFAULT_CONFIG = {
|
||||
# If `True`, use `<page_name>/index.hmtl` 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.
|
||||
'use_direcory_urls': True,
|
||||
'use_directory_urls': True,
|
||||
|
||||
# Specify a link to the project source repo to be included
|
||||
# in the documentation pages.
|
||||
|
||||
Reference in New Issue
Block a user