Documentation for Aidbox — open-source FHIR platform.
- Bun installed
bun installThis installs docs-tools and sets up a pre-push git hook that runs lint before every push.
bun lint # run all doc checks
bun lint:check broken-links # run a single check
bun images:check # find unoptimized images
bun images:optimize # convert to WebP + update refs
bun og:generate # generate OG preview imagesbun install(once, sets up tools + pre-push hook)- Edit markdown files in
docs/ - Update
SUMMARY.mdif adding new pages bun lintto check before pushing- Submit a pull request
CI runs lint automatically on PRs. Image optimization and OG generation run on push to main.