Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Remove Katacoda links #5454

Merged
merged 2 commits into from
Jun 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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.