Skip to content

feat(docs): publish React documentation site - #142

Merged
ImLunaHey merged 1 commit into
mainfrom
codex/issue-129-docs-site
Aug 31, 2026
Merged

ImLunaHey merged 1 commit into
mainfrom
codex/issue-129-docs-site

Conversation

@ImLunaHey

Copy link
Copy Markdown
Member

Summary

  • publish every canonical Markdown guide through a React 19 and Tailwind CSS 4 documentation site
  • add hash-safe GitHub Pages routing, responsive navigation, full-text search, page outlines, syntax highlighting, light/dark themes, and source/edit links
  • validate the complete Markdown inventory plus local links and anchors during every production build
  • deploy main through the official GitHub Pages workflow and link the canonical site from the repository README

Verification

  • npm ci --prefix site
  • VITE_BASE_PATH=/auth/ npm run build --prefix site
  • desktop and iPhone-sized shared-browser review
  • deep-link navigation to /installation#cloudflare-d1-quickstart
  • no browser console errors

Stack

This branch is based on #139. Merge #139 first; the remaining diff is the documentation site for #129.

Closes #129

Render every canonical Markdown guide in a responsive React and Tailwind site with route-aware navigation, full-text search, syntax highlighting, source links, theme controls, and automated content/link validation. Deploy the verified static build through GitHub Pages.

The stacked branch also carries the hosted-CI-verified MyISAM fixture correction.

Closes #129

Closes #141
@ImLunaHey
ImLunaHey force-pushed the codex/issue-129-docs-site branch from 736fba3 to c5c25af Compare August 31, 2026 19:23
@ImLunaHey
ImLunaHey merged commit c718ddc into main Aug 31, 2026
6 checks passed
@ImLunaHey
ImLunaHey deleted the codex/issue-129-docs-site branch August 31, 2026 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Publish the documentation as a React and Tailwind GitHub Pages site

1 participant