docs: simplify the support page messenger section - #38083
Draft
claude[bot] wants to merge 3 commits into
Draft
Conversation
Drop the "Messenger App" subheading so the messenger prose reads directly under the "Materialize Support" heading, and remove the note announcing the retirement of the Slack and Microsoft Teams support workspaces. Repoint the in-page "messenger's" link from the now-removed `#messenger-app` anchor to `#materialize-support`. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016XfigUauXbf1SnKCHjfyhV
maheshwarip
reviewed
Aug 6, 2026
|
|
||
| ## Materialize Support | ||
|
|
||
| We offer multiple support pathways depending on your platform and plan: |
Contributor
Author
There was a problem hiding this comment.
Address review feedback on the support page. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016XfigUauXbf1SnKCHjfyhV
The self-managed editions comparison table, rendered on the docs home page and the get-started page, described Community Edition support as "Community slack or messenger app". "Messenger app" is the AI support agent, Matty, so name it directly. Also capitalize Slack. The change is applied to both the data file that drives the rendered table and the unreferenced near-duplicate shortcode, so the two copies do not drift. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016XfigUauXbf1SnKCHjfyhV
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requested by Pranshu Maheshwari · Slack thread
Motivation
Cleanups to https://materialize.com/docs/support/ and to the support row of the self-managed editions table, requested in the Slack thread linked above.
Description
The first two changes are in
doc/user/content/support.md. No prose, bullets, or callouts were reworded.Removing the "Messenger App" heading
Before:
After:
The
### Messenger Appheading line is deleted rather than renamed. Renaming it to "Materialize Support" would have produced a duplicate of the## Materialize Supportheading directly above it. Deleting it makes the messenger content the lead-in for the "Materialize Support" section, with### Emailand### Join the Materialize Slack communityremaining as sibling subsections. The bullets, the Matty paragraph, and the TIP callout about "Report Production Outage" are all untouched.Deleting the heading also removes the
#messenger-appanchor. The "Urgent Issues" section further down linked to it, so that link is repointed to#materialize-support, which is the section the messenger content now lives in. That was the only reference to#messenger-appanywhere in the repo.Removing the retirement note
The following
{{< note >}}block is deleted in full:It sat between the page's opening line and the "Materialize Support" heading, so removing it leaves no orphaned prose or empty section. The intro line "Whether you're building, scaling, or debugging, we're here to help." now runs straight into the "Materialize Support" heading.
Note that this only removes the retirement announcement. The separate "Join the Materialize Slack community" subsection, which points at the community Slack, is a different thing and is left in place.
Naming Matty in the self-managed editions table
The self-managed editions comparison table renders on the docs home page (
/) and on/get-started/. Its Support row described Community Edition support as "Community slack or messenger app". The link text is now "Community Slack or Matty". The link target stays/support/, so readers still land on the support page to open a ticket, and the lowercase "slack" is capitalized on the way past.Before:
After:
The change is applied in two places:
doc/user/data/self_managed/self_managed_editions_table.yml, the data file that actually drives the rendered table.doc/user/layouts/shortcodes/self-managed/self-managed-editions-table.html, an unreferenced near-duplicate of the same table. Nothing renders it today, so it is left in place rather than deleted, but it is updated in step so the two copies do not drift.Verification
Built the docs site locally with the pinned toolchain, Hugo extended v0.152.2, from
doc/user. The build completes with no shortcode or template errors (598 pages, 427 aliases).Checked the rendered
support/index.htmlto confirm:Messenger Appheading is emitted, and nomessenger-appstring remains on the page.retiringstring on the page).href=#...on the support page resolves to a headingidthat exists in the rendered output, including the repointedhref=#materialize-support.Checked the rendered
index.htmlandget-started/index.htmlto confirm:<a href="/support/" >Community Slack or Matty</a>in the Support row of the editions table.messengeranywhere any more.The Hugo output directory
doc/user/publicis gitignored and is not part of this branch.Generated by Claude Code