From 1da759ba8adb7e491e5670456d749a261d548024 Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Sat, 9 May 2026 14:16:36 +0100 Subject: [PATCH] docs(pages): add .nojekyll to disable Jekyll Jekyll's Liquid parser breaks on Go template syntax ({{.Field}}) inside gomarkdoc-generated reference docs and on planning artefacts in docs/superpowers/. Pages source set to 'Deploy from branch' triggers a Jekyll build that fails on these files; .nojekyll makes Pages serve docs/ as static content, which is what index.html actually wants. --- docs/.nojekyll | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 docs/.nojekyll diff --git a/docs/.nojekyll b/docs/.nojekyll new file mode 100644 index 0000000..e69de29