Skip to content
Daniel Mundra edited this page Apr 4, 2023 · 4 revisions

Welcome to the CivicActions (CA) OpenACR wiki! Please refer the original repo wiki https://github.com/GSA/openacr/wiki for detailed documentation. This will contain CA specific items:

  • Default branch is ca-main.
  • Deployed changes to CA npm organization.
  • Added CA branded handlebar template (templates/openacr-ca-html-0.1.0.handlebars) that can be used to generate HTML outputs for other ACRs. To create a custom template I recommend to copy that one or the simple handlebar template (templates/openacr-simple-html-0.1.0.handlebars) and then modify it for your ACR's needs.
  • To use the CA branded handlebar template or your own pass the template file with the option -t. Example command: npx ts-node src/openacr.ts output -f openacr/drupal-9.yaml -c catalog/2.4-edition-wcag-2.1-508-en.yaml -o openacr/drupal-9-ca.html -t templates/openacr-ca-html-0.1.0.handlebars
Clone this wiki locally