Documentation site for Moodlicious Moodle plugins.
Built with Nextra — a static site generator built on Next.js.
bun install
bun run devOpen http://localhost:3000.
Plugin documentation is fetched from GitHub repos at build time:
bun run fetch-plugin-docs| Script | Description |
|---|---|
bun run dev |
Start dev server |
bun run build |
Build for production |
bun run lint |
Run ESLint |
bun run format:check |
Check formatting with Prettier |
bun run format:write |
Format all files with Prettier |
bun run fetch-plugin-docs |
Clone latest docs from GitHub |
- CI (
.github/workflows/ci.yml) — runs on every PR: fetch docs → format check → lint → build - Deploy (
.github/workflows/deploy.yml) — deploys to GitHub Pages on push tomain