From d7d618e708fc2b8a75f5b12910f51a1c07855b91 Mon Sep 17 00:00:00 2001 From: JRS1986 <1651269+JRS1986@users.noreply.github.com> Date: Tue, 19 May 2026 19:03:05 +0200 Subject: [PATCH] Note the published docs site and post-v0.5.0 infra under [Unreleased] No version bump. The rspress docs site, the docs.yml workflow, the Node 24 action bumps, and the base-path fix don't change the coding-scaffold Python package. Recording them under [Unreleased] gives the work an entry in the changelog without burning a release tag for infrastructure-only changes. --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99fe090..2190490 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,30 @@ All notable changes to CodingScaffold are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and the project aims to follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Infrastructure (no package changes) + +These changes affect the repo's tooling and the published docs site, not the +`coding-scaffold` Python package. No version bump. + +- **Docs site live at https://jrs1986.github.io/CodingScaffold/.** Contributed in + [#68](https://github.com/JRS1986/CodingScaffold/pull/68) by @YanPes: an [rspress](https://rspress.dev) + static site under `docs/`, with an `llms-full.txt` discoverability plugin so the docs + surface is also crawlable by LLMs. Wiki content moved from `docs/wiki/` to + `docs/docs/wiki/` (the rspress content root). +- **Dedicated GitHub Pages workflow.** `.github/workflows/docs.yml` builds rspress on + every push to `main` (and validates on PRs touching `docs/**`); the deploy job uses + `actions/configure-pages@v5` with `enablement: true` so the workflow self-bootstraps on + a fork ([#69](https://github.com/JRS1986/CodingScaffold/pull/69), + [#72](https://github.com/JRS1986/CodingScaffold/pull/72)). +- **GitHub Actions Node 24 readiness.** `actions/checkout` and `actions/setup-node` bumped + v4 → v5 ahead of the 2026-06-02 forced cutover, closing + [#70](https://github.com/JRS1986/CodingScaffold/issues/70) via + [#71](https://github.com/JRS1986/CodingScaffold/pull/71). +- **rspress `base` path.** Set to `/CodingScaffold/` so the project-page asset URLs resolve + correctly under the `jrs1986.github.io` apex ([#73](https://github.com/JRS1986/CodingScaffold/pull/73)). + ## [0.5.0] — 2026-05-18 ### Added