Progress Note — 2026-02-27

Session with Claude (Sonnet 4.6) covering the switch from MkDocs to Quartz v4 and full deployment pipeline setup via GitHub Actions + Cloudflare Pages.


Decisions Made

Publishing target — switched to Quartz v4 (replaces MkDocs permanently)

After evaluating Quartz v4 (todo item #22), it was selected as the publishing solution. MkDocs is retired. Quartz is purpose-built for Obsidian vaults, renders callouts and Mermaid natively, and exposes the full content graph at build time — which will be needed for the planned n8n relationship traversal.

quartz.config.ts was already in place from a prior session. No mkdocs.yml changes were needed — MkDocs config remains in the repo but is no longer used.

Deployment pipeline

Push to v4 branch → GitHub Actions builds Quartz → deploys to Cloudflare Pages.

See [Deployment Setup](../Deployment Setup.md) for full details.

Site is live at https://docs.cornillaud.com


To-Do Items Resolved

#TaskNotes
22Investigate Quartz v4Resolved — Quartz selected and deployed

To-Do Items Added

#Task
24Delete legacy home-knowledge-base Cloudflare Pages project
25Delete home-docs Cloudflare Worker (created in error during setup)