Skip to content

Commit

Permalink
docs: update discord invite link
Browse files Browse the repository at this point in the history
  • Loading branch information
shumailxyz authored and vvagaytsev committed Mar 29, 2023
1 parent c72ee06 commit 1bcfd29
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Below are our guiding principles for developing Garden.

### **Community**

Join our [Discord community](https://discord.gg/gxeuDgp6Xt) to ask questions, give feedback or just say hi 🙂
Join our [Discord community](https://discord.gg/FrmhuUjFs6) to ask questions, give feedback or just say hi 🙂

### **Security**

Expand Down
2 changes: 1 addition & 1 deletion core/src/commands/get/get-debug-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ export class GetDebugInfoCommand extends Command<Args, Opts> {
NOTE: Please be aware that the output file might contain sensitive information.
If you plan to make the file available to the general public (e.g. GitHub), please review the content first.
If you need to share a file containing sensitive information with the Garden team, please contact us on
our Discord community: https://discord.gg/gxeuDgp6Xt.
our Discord community: https://discord.gg/FrmhuUjFs6.
`)
)

Expand Down
2 changes: 1 addition & 1 deletion docs/advanced/cert-manager-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ Please find more info in the ["Issuing an ACME certificate using HTTP validation

---

If have any issue, find a bug, or something is not clear from the documentation, please don't hesitate opening a new [GitHub issue](https://github.com/garden-io/garden/issues/new?template=BUG_REPORT.md) or ask us questions in [our Discord community](https://discord.gg/gxeuDgp6Xt).
If have any issue, find a bug, or something is not clear from the documentation, please don't hesitate opening a new [GitHub issue](https://github.com/garden-io/garden/issues/new?template=BUG_REPORT.md) or ask us questions in [our Discord community](https://discord.gg/FrmhuUjFs6).
2 changes: 1 addition & 1 deletion docs/basics/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,4 @@ If you like to dive right in and configure your own project for Garden, we recom
projects on GitHub](https://github.com/garden-io/garden/tree/0.12.51/examples) for reference and reading through the different pages
of the [Using Garden section](../using-garden/configuration-overview.md) of our docs.

And if you have any questions or feedback—or just want to say hi 🙂—we encourage you to join our [Discord community](https://discord.gg/gxeuDgp6Xt)!
And if you have any questions or feedback—or just want to say hi 🙂—we encourage you to join our [Discord community](https://discord.gg/FrmhuUjFs6)!
6 changes: 3 additions & 3 deletions docs/guides/adopting-garden.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ Depending on the size of your project, you may want to add a handful of modules

## Step 3 — Add more plugins and environments

Garden works great during development, and for running tests and creating preview environments in CI.
Garden works great during development, and for running tests and creating preview environments in CI.

We recommend adopting Garden in one part of your software delivery cycle to begin and then gradually introducing more.
We recommend adopting Garden in one part of your software delivery cycle to begin and then gradually introducing more.

A common path looks something like this:

Expand Down Expand Up @@ -192,4 +192,4 @@ At this point you'll have codified all your workflows such that they are portabl

Now that you have a feel for how our users typically adopt Garden, we recommend heading to the documentation for your plugin of choice, and to start Gardenifying your project.

And if you have any questions, don't hesitate to reach out to our [our Discord community](https://discord.gg/gxeuDgp6Xt).
And if you have any questions, don't hesitate to reach out to our [our Discord community](https://discord.gg/FrmhuUjFs6).
2 changes: 1 addition & 1 deletion docs/guides/migrating-from-docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,5 @@ To build and deploy your project, terminate the `garden dev` process and run `ga

## Larger migrations

This was a simple example, but it should give you what you need to migrate larger projects too. If you have feedback on how we could make migrating from Docker Compose easier, please send us feedback via [GitHub issues](https://github.com/garden-io/garden/issues), or reach out on [our Discord community](https://discord.gg/gxeuDgp6Xt).
This was a simple example, but it should give you what you need to migrate larger projects too. If you have feedback on how we could make migrating from Docker Compose easier, please send us feedback via [GitHub issues](https://github.com/garden-io/garden/issues), or reach out on [our Discord community](https://discord.gg/FrmhuUjFs6).

2 changes: 1 addition & 1 deletion docs/k8s-plugins/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ For tests and tasks, Garden spins up Pods from the respective image that execute

For live code synchronization, Garden uses a tool called Mutagen to sync changes to the running container.

There's a lot more to the Kubernetes plugin and if you're interested in the "nitty-gritty", we're more than happy to answer questions us on our [Discord channel](https://discord.gg/gxeuDgp6Xt).
There's a lot more to the Kubernetes plugin and if you're interested in the "nitty-gritty", we're more than happy to answer questions us on our [Discord channel](https://discord.gg/FrmhuUjFs6).
2 changes: 1 addition & 1 deletion docs/k8s-plugins/advanced/deploying-to-production.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ The flag is also given to each provider, which may modify behavior accordingly.
4. Increase the `RevisionHistoryLimit` on workloads to 10.
5. By default, running `garden deploy --force` will propagate the `--force` flag to `helm upgrade`, and set the `--replace` flag on `helm install` when deploying `helm` modules. This may be okay while developing but risky in production, so the `production` flag prevents both of those.

We would highly appreciate feedback on other configuration settings that should be altered when `production: true`. Please send us feedback via [GitHub issues](https://github.com/garden-io/garden/issues) or reach out on [our Discord Community](https://discord.gg/gxeuDgp6Xt)!
We would highly appreciate feedback on other configuration settings that should be altered when `production: true`. Please send us feedback via [GitHub issues](https://github.com/garden-io/garden/issues) or reach out on [our Discord Community](https://discord.gg/FrmhuUjFs6)!
4 changes: 2 additions & 2 deletions docs/k8s-plugins/remote-k8s/create-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Below you'll find basic guides for some common cloud providers:
* [GCP](./gcp.md)
* [Azure](./azure.md)

Let us know on [our Discord community](https://discord.gg/gxeuDgp6Xt) if you'd like guides for more providers.
Let us know on [our Discord community](https://discord.gg/FrmhuUjFs6) if you'd like guides for more providers.

Note that there are multiple ways to create Kubernetes clusters (e.g. point-and-click, Terraform, Pulumi, etc) and feel free to pick whatever approach you're most comfortable with.
Note that there are multiple ways to create Kubernetes clusters (e.g. point-and-click, Terraform, Pulumi, etc) and feel free to pick whatever approach you're most comfortable with.

As long as you have a cluster and are able to perform basic operations on it with kubectl, you should be good to go.
2 changes: 1 addition & 1 deletion docs/misc/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ No, it doesn't. See [this question](#how-do-i-access-files-that-are-generated-at

Garden is currently in use by many teams. We don’t have a set date or plan to label it as 1.0, but we don't expect to do it anytime soon. For comparison, very widely used tools like Terraform are still not at 1.0.

We have a team of people working on it full-time, and we make it a priority to address all non-trivial bugs. We’re also happy to help out and answer questions via [our Discord community](https://discord.gg/gxeuDgp6Xt).
We have a team of people working on it full-time, and we make it a priority to address all non-trivial bugs. We’re also happy to help out and answer questions via [our Discord community](https://discord.gg/FrmhuUjFs6).

### Does Garden work offline?

Expand Down
6 changes: 3 additions & 3 deletions docs/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ Here you'll find (hopefully) everything you need to know on how to set up and us
**If you're new to Garden and are working on setting up your project**, we recommend the following:

* Start by going through our [Quickstart Guide](./basics/quickstart.md). This will give you a basic overview of Garden's main features.
* Next, go through the [Your First Project tutorial](./tutorials/your-first-project/README.md). This tutorial helps you create configuration for an example project that you can then apply to your own. And if you get stuck, don't hesitate to reach out to our [our Discord community](https://discord.gg/gxeuDgp6Xt).
* Next, go through the [Your First Project tutorial](./tutorials/your-first-project/README.md). This tutorial helps you create configuration for an example project that you can then apply to your own. And if you get stuck, don't hesitate to reach out to our [our Discord community](https://discord.gg/FrmhuUjFs6).
* Finally, check-out our [Adopting Garden guide](./guides/adopting-garden.md) which gives you a high-level overview of how to adopt Garden and roll it out to your team.

**If your team has already set up a project for Garden**, and you just need to learn how to use the Garden CLI, you may find it helpful to skip straight to the [Installation](./basics/quickstart.md#step-1-install-garden) and [Using the CLI](./using-garden/using-the-cli.md) guides, but we do still recommend learning [How Garden Works](./basics/how-garden-works.md) and about [The Stack Graph and the general terminology](./basics/stack-graph.md).

**If you need help as an open source user**, please get in touch via [our Discord community](https://discord.gg/gxeuDgp6Xt). Our team monitors it closely, and we encourage you to reach out with questions about Garden.
**If you need help as an open source user**, please get in touch via [our Discord community](https://discord.gg/FrmhuUjFs6). Our team monitors it closely, and we encourage you to reach out with questions about Garden.

**If you'd like to learn more about Garden Cloud**, please see [our website](https://garden.io/plans).

If there's something you can't find in our docs, we happily encourage you to [join our Discord community](https://discord.gg/gxeuDgp6Xt) and/or file an issue on [our GitHub repo](https://github.com/garden-io/garden). We're more than happy to help!
If there's something you can't find in our docs, we happily encourage you to [join our Discord community](https://discord.gg/FrmhuUjFs6) and/or file an issue on [our GitHub repo](https://github.com/garden-io/garden). We're more than happy to help!

0 comments on commit 1bcfd29

Please sign in to comment.