Skip to content

runwhen-contrib/codecollection-registry

Repository files navigation

codecollection-registry

CodeCollection Registry Site

Requesting or Tracking CodeBundles

CodeBundles can be requested through the Issues templats

CodeBundle development status can be tracked in the following GitHub Project

Repository 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