Replace Discord links with Upsun Community Forum (sites/platform)#5576
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
anacidre
left a comment
There was a problem hiding this comment.
Nice cleanup — the shortcode swaps and the stale support.platform.sh link removal all look correct. A few things to address:
1. Remove the discord key from params.yaml
We won't be using Discord going forward, so the discord: https://discord.gg/upsun entry in sites/platform/config/_default/params.yaml should be removed rather than kept alongside the new community key. Keeping it risks someone accidentally reusing it.
2. Awkward adjacent headings in get-support.md
After this PR, sites/platform/src/learn/overview/get-support.md has ## Upsun Community Forum immediately followed by ## Community. These should be merged or the second heading renamed to avoid confusion.
3. Upsun site needs the same treatment
sites/upsun still has Discord references in the equivalent files (e.g., get-support.md, request-features/_index.md). Please include those in this PR or open a follow-up.
Minor
- Good catch on the leading space fix in the
get-support.mdtitle.
|
@anacidre Latest commits should capture the the changes requested, plus a few changes. |
The second button ("Ask a question on the forum") linked to the old
support.platform.sh forum and is now redundant since the first button
already points to community.upsun.com.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
anacidre
left a comment
There was a problem hiding this comment.
Looks good — all Discord references replaced with the Upsun Community Forum. Removed the redundant second button in the community-buttons shortcode.
Summary
community: https://community.upsun.comtosites/platform/config/_default/params.yamlsites/platformwith the Upsun Community Forum link using the{{< vendor/url "community" ... >}}shortcode## Discordsection heading inget-support.mdto## Upsun Community Forumsupport.platform.sh/hc/en-us/community/topicsFiles changed:
sites/platform/config/_default/params.yamlsites/platform/src/_index.mdsites/platform/src/learn/overview/get-support.mdsites/platform/src/request-features/_index.mdTest plan
{{< vendor/url "community" ... >}}resolves tohttps://community.upsun.comon the platform sitesites/platform(excluding the Discord integration docs)🤖 Generated with Claude Code