Skip to content

Commit

Permalink
Docs: Remove Katacoda links (#5454)
Browse files Browse the repository at this point in the history
* Remove Katacoda links

Signed-off-by: Matej Gera <matejgera@gmail.com>

* Remove one more reference

Signed-off-by: Matej Gera <matejgera@gmail.com>
  • Loading branch information
matej-g committed Jul 5, 2022
1 parent d006cbb commit 73b78d9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 19 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion docs/getting-started.md
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions 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.
Expand Down
14 changes: 1 addition & 13 deletions tutorials/katacoda/README.md
Expand Up @@ -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/<your-profile>.
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.

0 comments on commit 73b78d9

Please sign in to comment.