Documentation for Smartbox — SMART on FHIR app launcher and authorization 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 AVIF + update refsdocs/ # Markdown documentation files
assets/ # Images and other assets
SUMMARY.md # Navigation structure
redirects.yaml # URL redirects
bun 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 runs on push to main.