Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1010 Bytes

README.md

File metadata and controls

45 lines (33 loc) · 1010 Bytes

NIST 800-53 (Revision 4) Docset for Dash

This repository contains the code and files to format the NIST 800-53 (Revision 4) security control documentation for Dash.

screenshot

Generating

  1. Install dependencies.

  2. Get the latest version of the documentation.

    ./download.sh
  3. Run the documentation cleanup script.

    bundle exec ruby cleanup.rb
  4. Generate the docset.

    cd src
    dashing build
  5. Open the docset in Dash.

    1. Open Dash menu in the menubar
    2. Click Preferences...
    3. Click Docsets
    4. Click the + icon
    5. Click Add Local Docset
    6. Navigate to src/nist-800-53-r4.docset
    7. Click Open