From 99862106af8ef831907da8213c311f33f3bd253e Mon Sep 17 00:00:00 2001 From: Nick Vigilante Date: Tue, 18 Aug 2026 22:16:33 +0000 Subject: [PATCH] docs: add markdown_url front matter so the About page links to /docs.md The About page renders at /docs/about but its Markdown lives at /docs.md. Add a markdown_url override so the docs site advertises the correct Markdown alternate instead of the nonexistent /docs/about.md. > This PR was created with AI assistance (Coder Agents). --- docs/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/README.md b/docs/README.md index 96f4ed49565..e9d2f0a2a3d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,3 +1,7 @@ +--- +markdown_url: /docs.md +--- + # About