github.com/thanos-io/thanos@v0.32.5/tutorials/killercoda/README.md (about) 1 # Killercoda tutorials 2 3 Our interactive, in-browser tutorials are available under https://killercoda.com/thanos. 4 5 ## Development 6 7 Process of adding / editing tutorials: 8 9 1. Sign up to [Killercoda website](https://killercoda.com). 10 2. Link your fork of Thanos to your account, see [this](https://killercoda.com/creators/get-started). 11 3. Add / edit tutorials. 12 4. Push to `main` branch of your fork. 13 * You should see the updated preview of the tutorials on https://killercoda.com/<your-profile>. 14 5. Make a PR to Thanos [tutorials repo](https://github.com/thanos-io/tutorials) with your changes. 15 6. Once PR is merged the official profile https://killercoda.com/thanos will be updated. 16 17 Find more docs [here](https://killercoda.com/creators) 18 19 Thanos repo is hooked to [this](https://killercoda.com/thanos) Katacoda account. 20 21 Tutorials scenario definitions can be found under our Thanos [tutorials repo](https://github.com/thanos-io/tutorials).