Replace Docusaurus with static HTML site #33

Open
technobaboo wants to merge 2 commits from codex/convert-website-to-static-html/css/js into main
technobaboo commented 2025-08-19 06:05:25 -04:00 (Migrated from github.com)

Summary

  • replace Docusaurus site with standalone HTML/CSS/JS implementation
  • load documentation markdown files on demand using marked.js
  • simplify repository by removing Node-based build system

Testing

  • npm test (fails: could not read package.json)

https://chatgpt.com/codex/tasks/task_e_68a4471d16588324865a40f057e3aecd

## Summary - replace Docusaurus site with standalone HTML/CSS/JS implementation - load documentation markdown files on demand using marked.js - simplify repository by removing Node-based build system ## Testing - `npm test` (fails: could not read package.json) ------ https://chatgpt.com/codex/tasks/task_e_68a4471d16588324865a40f057e3aecd
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin codex/convert-website-to-static-html/css/js:codex/convert-website-to-static-html/css/js
git checkout codex/convert-website-to-static-html/css/js
Sign in to join this conversation.