/tech-exercise

TL500 Tech Exercises - ArgoCD, Helm & other cool stuff 😎

Primary LanguageShellApache License 2.0Apache-2.0

Markdown Rundoc Testsuite

TL500 Mono Repo

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. The slides/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 exercise
  • ubiquitous-journey - contains a lightweight fork of the rht-labs ci/cd stack
  • tekton - contains the OpenShift pipeline definitions used in the tech exercise.

🏃‍♀️ Running the docs & slides site locally

To launch the slides, ensure you have NodeJS installed or run it in a NodeJS container if you prefer.

npm i docsify-cli -g
docsify serve ./docs

🎃 Contribution

Pull requests welcome 🎃

Changes approved and pushed to main will automatically be published to the docs site