mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Documentation... add missing trailing slash to table for use_directory_urls (#4042)
This commit is contained in:
committed by
GitHub
parent
f68e5fc18d
commit
26212481ad
@@ -704,10 +704,10 @@ The default style of `use_directory_urls: true` creates more user friendly URLs,
|
|||||||
and is usually what you'll want to use.
|
and is usually what you'll want to use.
|
||||||
|
|
||||||
Source file | Generated File | URL Format
|
Source file | Generated File | URL Format
|
||||||
---------------- | ------------------------- | --------------
|
---------------- | ------------------------- | ---------------
|
||||||
index.md | /index.html | /
|
index.md | /index.html | /
|
||||||
api-guide.md | /api-guide/index.html | /api-guide/
|
api-guide.md | /api-guide/index.html | /api-guide/
|
||||||
about/license.md | /about/license/index.html | /about/license
|
about/license.md | /about/license/index.html | /about/license/
|
||||||
|
|
||||||
**default**: `true`
|
**default**: `true`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user