This monorepo holds the content for the TL500 (aka DO500). The structure is roughly as follows:
...
βββ README.md
βββ docs
βΒ Β βββ 1-the-manual-menace
βΒ Β βββ ...
βΒ Β βββ facilitation
βΒ Β βββ slides
βββ pet-battle
βΒ Β βββ stage
βΒ Β βββ test
βββ quick-starts
βΒ Β βββ README.md
βΒ Β βββ ...
βββ tekton
βΒ Β βββ ...
βββ ubiquitous-journey
Β βββ ...
whereby
docs
- contains the student and teacher guides for the technical exercises as well as the classroom activities. Theslides/content
are written in markdown and automatically published to the site when pushed to main.pet-battle
- contains the application configs used by the tech exerciseubiquitous-journey
- contains a lightweight fork of the rht-labs ci/cd stacktekton
- contains the OpenShift pipeline definitions used in the tech exercise.
To launch the slides, ensure you have NodeJS installed or run it in a NodeJS container if you prefer.
npm i -g docsify-cli@4.4.3
docsify serve ./docs
- Open the browser to http://localhost:3000 to view the tech exercise.
- Open the browser to http://localhost:3000/slides to view the slides.
Pull requests welcome π. Please π, review π the Contribution Guide to become a contributor.
Changes approved and pushed to main will automatically be published to the docs site.