From 26212481ad56b1c8282a24be2e14044687e07c7e Mon Sep 17 00:00:00 2001 From: "Jasper J.F. van den Bosch" Date: Mon, 20 Oct 2025 14:16:09 +0100 Subject: [PATCH] Documentation... add missing trailing slash to table for use_directory_urls (#4042) --- docs/user-guide/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/configuration.md b/docs/user-guide/configuration.md index 0d76b428..5f925a9e 100644 --- a/docs/user-guide/configuration.md +++ b/docs/user-guide/configuration.md @@ -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`