Skip to content

rht-labs/tech-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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 -g docsify-cli@4.4.3
docsify serve ./docs

πŸŽƒ Contribution

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.