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

changes instances of 'Slack' to 'Discord' #4198

Merged
merged 1 commit into from
Sep 18, 2024
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: 2 additions & 2 deletions sites/platform/src/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,24 @@

### Get started

If you're still unfamiliar with {{% vendor/name %}} and how it works, _but_ you're also looking to quickly start working with the platform, the **Get started** section is the right place to begin.

Check warning on line 20 in sites/platform/src/_index.md

View workflow job for this annotation

GitHub Actions / Lint markdown (platform)

Emphasis should use `*` as a marker

Check warning on line 20 in sites/platform/src/_index.md

View workflow job for this annotation

GitHub Actions / Lint markdown (platform)

Line must be at most 140 characters

Learn the basics of how {{% vendor/name %}} leverages Git to produce reusable build images, identical-to-production environments in staging and development (including production data), as well as the basics of monitoring and troubleshooting your environments.

Check warning on line 22 in sites/platform/src/_index.md

View workflow job for this annotation

GitHub Actions / Lint markdown (platform)

Line must be at most 140 characters

Ready to get started? [Let's go!](/get-started/)

### Learn

After going through the **Get started** section, you may want to know more about how {{% vendor/name %}} works and the logic behind it. The **[Learn](/learn/_index.md)** section is a collection of tutorials and conceptual guides to help you understand the ins and outs of {{% vendor/name %}}.

Check warning on line 28 in sites/platform/src/_index.md

View workflow job for this annotation

GitHub Actions / Lint markdown (platform)

Line must be at most 140 characters

- [**What is {{% vendor/name %}}?**](/learn/overview/_index.md)

Check warning on line 30 in sites/platform/src/_index.md

View workflow job for this annotation

GitHub Actions / Lint markdown (platform)

Incorrect list-item indent: add 2 spaces

With this guide, find out which problem {{% vendor/name %}} is trying to solve.

Check warning on line 32 in sites/platform/src/_index.md

View workflow job for this annotation

GitHub Actions / Lint markdown (platform)

Don’t use mixed indentation for children, remove 2 spaces
Learn how {{% vendor/name %}}'s configuration, build and deploy pipelines, and the structure of environments play into the broader philosophy behind reliably deploying applications.

Check warning on line 33 in sites/platform/src/_index.md

View workflow job for this annotation

GitHub Actions / Lint markdown (platform)

Line must be at most 140 characters

- [**Tutorials**](/learn/tutorials/_index.md)

Check warning on line 35 in sites/platform/src/_index.md

View workflow job for this annotation

GitHub Actions / Lint markdown (platform)

Incorrect list-item indent: add 2 spaces

Once you're familiar with {{% vendor/name %}}, its basic rules and philosophy, you may be curious about how you can replicate common workflows in other tools on our platform.

Check warning on line 37 in sites/platform/src/_index.md

View workflow job for this annotation

GitHub Actions / Lint markdown (platform)

Don’t use mixed indentation for children, remove 2 spaces

Check warning on line 37 in sites/platform/src/_index.md

View workflow job for this annotation

GitHub Actions / Lint markdown (platform)

Line must be at most 140 characters
From scheduling dependency updates and backups to exporting data, the [**Tutorials**](/learn/tutorials/_index.md) provide all the information you need.

- [**Best practices**](/learn/bestpractices/_index.md)
Expand Down Expand Up @@ -94,11 +94,11 @@

<div style="margin-top: 3rem; text-align: center;">
<a class="start-cta font-semibold text-sm xl:text-base px-4 py-2 bg-skye rounded text-white hover:bg-skye-dark focus:bg-skye-dark"
href="https://chat.platform.sh" rel="noopener">Join us on Slack</a>
href="https://chat.platform.sh" rel="noopener">Join us on Discord</a>
</div>

### Contribute
Feel free to open an issue or pull request for any of the repositories below, or let us know on [Slack](https://chat.platform.sh) if you find a problem we can help with:
Feel free to open an issue or pull request for any of the repositories below, or let us know on [Discord](https://chat.platform.sh) if you find a problem we can help with:

{{< home/links-github >}}

Expand Down
6 changes: 3 additions & 3 deletions sites/platform/src/learn/overview/get-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ Note that once you submit the ticket, you can't modify or delete the submission.
If you have any additional information, you can select the submitted ticket and write a message.

<!-- vale off -->
## Slack
## Discord

To talk about app development or framework-related questions,
join other customers and engineers in the [public Slack channel](https://chat.platform.sh/).
join other customers and engineers in the [public Discord channel](https://chat.platform.sh/).

## Community

Expand All @@ -53,7 +53,7 @@ To permanently delete your {{% vendor/name %}} account, follow these steps:

Deleting your {{% vendor/name %}} account automatically deletes any linked Upsun, Ibexa Cloud, Pimcore PaaS, or Shopware PaaS accounts you may hold.

{{% /note %}}
{{% /note %}}

1. [Open the Console](https://console.{{< vendor/urlraw "host" >}}/).
2. Open the user menu (your name or profile picture) and select **My Profile**.
Expand Down
Loading