From 2bb288e04a4a8692173464e99bbae400f5e911f2 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 18 Mar 2026 06:17:31 +0000 Subject: [PATCH] embed wiki content in index.html instead of fetching at runtime The old index.html used fetch() to load .md files at runtime, which fails on GitHub Pages. Following the pattern from the Basilect repo, all wiki markdown is now embedded directly as JS objects in the HTML. Also added wiki/** as a trigger path for the pages deployment workflow. https://claude.ai/code/session_01BgQZR5yFQxP94gNvDkvavs --- .github/workflows/pages.yml | 1 + docs/index.html | 80 ++++++++++++++----------------------- 2 files changed, 31 insertions(+), 50 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index f3e2794..d2bb421 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -5,6 +5,7 @@ on: branches: [main] paths: - "docs/**" + - "wiki/**" workflow_dispatch: permissions: diff --git a/docs/index.html b/docs/index.html index 48ae599..4c2083a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -369,34 +369,41 @@

Support