This repository contains a mini static documentation site that reads Markdown files from content/
and renders them using index.html
+ app.js
.
Quick start
- Generate manifest locally:
npm install
npm run generate
-
Push to GitHub and enable Pages (branch
main
, folder/ (root)
). -
(Optional) Enable the provided GitHub Action
.github/workflows/generate.yml
to auto-generatemanifest.json
on every push tomain
.
Important: manifest.json
must exist in the repo for the frontend to know which files to load.