Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 847 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 847 Bytes

codecollection-registry

CodeCollection Registry Site - Managed by terraform

Purpose

Static site (generated by Material for MkDocs) of all community Troubleshooting and Day 2 CodeCollections from the RunWhen Community. Scripts can be shared and imported into:

Building Locally

Local System Install

pip install -r requirements.txt
python3 generate_registry.py
mkdocs serve -f cc-registry/mkdocs.yml 

Local Docker Build

If building locally, the ./rebuild.sh will build and run a docker container that can be used to test changes without installing dependencies.

Deployment

mkdocs gh-deploy -f cc-registry/mkdocs.yml