Documentation... add missing trailing slash to table for use_directory_urls (#4042)

This commit is contained in:
Jasper J.F. van den Bosch
2025-10-20 14:16:09 +01:00
committed by GitHub
parent f68e5fc18d
commit 26212481ad

View File

@@ -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.
Source file | Generated File | URL Format
---------------- | ------------------------- | --------------
---------------- | ------------------------- | ---------------
index.md | /index.html | /
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`