Skip to content

Model reference pages for the OSCAL project

License

Notifications You must be signed in to change notification settings

JustKuzya/OSCAL-Reference

 
 

Repository files navigation

OSCAL-Reference

This repository houses the infrastructure for the OSCAL model generation pipeline.

Usage

  1. Clone the repository and initialize submodules:
git clone
cd OSCAL-Reference
git submodule update --init
  1. Generate the site
make site

To see other common operations, refer to the Makefile or simply run make help.

Local development

The target make serve runs builds the site dependencies and runs hugo serve.

Speeding up the build

Some tasks such as generating the model documentation can be done in parallel for each target release.

Passing the -j <number> flag will allow for parallel execution of makefile targets and can significantly speed up build times. Pass in an appropriate value (usually the core count of the current machine), e.x.:

make site -j 8

About

Model reference pages for the OSCAL project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 37.6%
  • SCSS 28.5%
  • Shell 26.1%
  • Makefile 6.7%
  • JavaScript 1.1%