Skip to content

Replace Discord links with Upsun Community Forum (sites/platform)#5576

Merged
catplat merged 7 commits into
mainfrom
fix/replace-discord-with-community-forum
May 14, 2026
Merged

Replace Discord links with Upsun Community Forum (sites/platform)#5576
catplat merged 7 commits into
mainfrom
fix/replace-discord-with-community-forum

Conversation

@catplat
Copy link
Copy Markdown
Collaborator

@catplat catplat commented May 12, 2026

Summary

  • Adds community: https://community.upsun.com to sites/platform/config/_default/params.yaml
  • Replaces all Discord references in sites/platform with the Upsun Community Forum link using the {{< vendor/url "community" ... >}} shortcode
  • Updates the ## Discord section heading in get-support.md to ## Upsun Community Forum
  • Removes the now-redundant hardcoded link to support.platform.sh/hc/en-us/community/topics

Files changed:

  • sites/platform/config/_default/params.yaml
  • sites/platform/src/_index.md
  • sites/platform/src/learn/overview/get-support.md
  • sites/platform/src/request-features/_index.md

Test plan

  • Verify {{< vendor/url "community" ... >}} resolves to https://community.upsun.com on the platform site
  • Confirm no remaining Discord references in sites/platform (excluding the Discord integration docs)

🤖 Generated with Claude Code

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy link
Copy Markdown
Contributor

@anacidre anacidre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md title.

@catplat catplat requested a review from anacidre May 13, 2026 18:46
@catplat
Copy link
Copy Markdown
Collaborator Author

catplat commented May 13, 2026

@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>
Copy link
Copy Markdown
Contributor

@anacidre anacidre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good — all Discord references replaced with the Upsun Community Forum. Removed the redundant second button in the community-buttons shortcode.

@catplat catplat merged commit bb670dc into main May 14, 2026
12 of 14 checks passed
@catplat catplat deleted the fix/replace-discord-with-community-forum branch May 14, 2026 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants