diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 836ed812ef..b57b00bc3b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -74,7 +74,7 @@ The following section explains various suggestions and procedures to note during It's key to get familiarized with the style guide and mechanics of Thanos, especially if your contribution touches more than one component of the Thanos distributed system. We recommend: -* Reading the [getting started docs](docs/getting-started.md) and working through them, or alternatively working through the [Thanos tutorial](https://katacoda.com/thanos). +* Reading the [getting started docs](docs/getting-started.md) and working through them. * Familiarizing yourself with our [coding style guidelines.](docs/contributing/coding-style-guide.md). * Familiarizing yourself with the [Makefile](Makefile) commands, for example `format`, `build`, `proto`, `docker` and `test`. `make help` will print most of available commands with relevant details. * Spin up a prebuilt dev environment using Gitpod.io [![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/thanos-io/thanos) diff --git a/docs/getting-started.md b/docs/getting-started.md index 0246caa697..6655ec6987 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -79,7 +79,6 @@ If you want to add yourself to this list, let us know! ## Deploying Thanos -* [WIP] Detailed, free, in-browser interactive tutorial [as Katacoda Thanos Course](https://katacoda.com/thanos/courses/thanos/1-globalview) * [Quick Tutorial](quick-tutorial.md) on Thanos website. ## Operating diff --git a/docs/quick-tutorial.md b/docs/quick-tutorial.md index 86f4ef1abc..fcb9a7f0b2 100644 --- a/docs/quick-tutorial.md +++ b/docs/quick-tutorial.md @@ -1,9 +1,5 @@ # Quick Tutorial -Feel free to check the free, in-browser interactive tutorial [as Katacoda Thanos Course](https://katacoda.com/thanos/courses/thanos) We will be progressively updating our Katacoda Course with more scenarios. - -On top of this feel free to go through our tutorial presented here: - ## Prometheus Thanos is based on Prometheus. With Thanos you use more or less Prometheus features depending on the deployment model, however Prometheus always stays as integral foundation for *collecting metrics* and alerting using local data. diff --git a/tutorials/katacoda/README.md b/tutorials/katacoda/README.md index 06be653b56..5b113487af 100644 --- a/tutorials/katacoda/README.md +++ b/tutorials/katacoda/README.md @@ -4,16 +4,4 @@ Definitions of our courses for Katacoda. ## Development -Process of adding / editing tutorials: - -1. Sign up to [Katacoda website](https://katacoda.com). -2. Link your fork of Thanos to your account, see [this](https://www.katacoda.community/essentials/author-profile.html#github). -3. Add / edit tutorials. -4. Push to `main` branch of your fork. - * You should see the updated preview of the tutorials on https://katacoda.com/. -5. Make a PR to Thanos repo. -6. Once PR is merged the official profile https://katacoda.com/thanos will be updated. - -Find more docs [here](https://katacoda.com/docs) - -Thanos repo is hooked to [this](https://katacoda.com/thanos) Katacoda account. +We are currently in process of moving to an alternative interactive tutorial platform, since Katacoda has been decomissioned. Follow [this issue](https://github.com/thanos-io/thanos/issues/5385) to learn more.