Status: {{STATUS}} Domain: IHE Devices (DEV) Revision: {{REVISION}}
{{DESCRIPTION}}
The supplement source files are in AsciiDoc_Source/ as AsciiDoc (.adoc) files.
AsciiDoc_Source/main.adoc— the master document (includes all other files)AsciiDoc_Source/metadata.adoc— supplement metadata (title, status, revision)
If you have Asciidoctor installed:
make html # Render HTML
make pdf # Render PDF
make all # Both
make clean # Remove build outputOr use Docker:
make docker-html
make docker-pdfGitHub renders AsciiDoc natively — just click any .adoc file to read it in your browser.
Every push to main (and every PR) triggers a GitHub Actions build that produces HTML and PDF versions. To download them:
- Go to the Actions tab
- Click the latest successful build
- Scroll to Artifacts and download
supplement-output
See CONTRIBUTING.md for guidelines.
This repo was created from DEV.supplement-template.