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

Removing references in docs to community RocketChat and replacing with Discord. #3194

Merged
merged 2 commits into from
Jun 23, 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
4 changes: 3 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ Lagoon gives developers what they dream about. It's a system that allows develop

Questions? Ideas? Meet the maintainers and contributors.

Head to `#lagoon` in the amazee.io RocketChat: [https://amazeeio.rocket.chat](https://amazeeio.rocket.chat/)
Chat with us on the Lagoon Discord: [https://discord.gg/te5hHe95JE
](https://discord.gg/te5hHe95JE
)

## A couple of things about Lagoon

Expand Down
4 changes: 2 additions & 2 deletions docs/contributing-to-lagoon/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

We really value anything that you can offer us!

We've made building and viewing the documentation really easy, and the team is always ready to help out with reviews or pointers.
We've made building and viewing the documentation really straightforward, and the team is always ready to help out with reviews or pointers.

We use [mkdocs](https://www.mkdocs.org/) with the excellent [Material](https://squidfunk.github.io/mkdocs-material/) theme.

## Viewing and updating docs locally

From the root of the Lagoon repo, (you'll need Docker) run:
From the root of the Lagoon repo (you'll need Docker), run:

```bash
docker run --rm -it -p 127.0.0.1:8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material
Expand Down
4 changes: 2 additions & 2 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Bonus points for anyone that helps contribute to tests for any of these examples

Help us to document our other examples better – we’re not expecting a full manuscript, but tidy-ups, links to helpful resources and clarifying statements are all super-awesome.

If you have any questions, reach out to us on RocketChat!
If you have any questions, reach out to us on [Discord](https://discord.gg/te5hHe95JE)!

## I found a security issue 🔓

Expand All @@ -47,7 +47,7 @@ We're always interested in fixing issues, therefore issue reports are very welco

Cool! Create an [issue](https://github.com/uselagoon/lagoon/issues) and we're happy to look over it. We can't guarantee that it will be implemented. But we are always interested in hearing ideas of what we could bring to Lagoon.

Another good way is also to talk to us via RocketChat about your idea. [Join today](https://amazeeio.rocket.chat/) in the channel \#lagoon.
Another good way is also to talk to us via Discord about your idea. [Join today](https://discord.gg/te5hHe95JE)!

## I wrote some code

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,4 @@ We suggest only exposing web services \(NGINX/Varnish/Node.js\) in your deployed

## I have a question that isn't answered here

You can reach out to the team via [RocketChat](https://amazeeio.rocket.chat/home) or email at [uselagoon@amazee.io](mailto:uselagoon@amazee.io).
You can reach out to the team via [Discord](https://discord.gg/te5hHe95JE) or email at [uselagoon@amazee.io](mailto:uselagoon@amazee.io).