Document channel category sorting GA and default category behavior (v11.8)#9037
Document channel category sorting GA and default category behavior (v11.8)#9037Combs7th wants to merge 4 commits into
Conversation
…9029) * Remove CJK search feature flag mention now that it defaults to true * Clarify CJK search defaults to true on v11.9, flag-gated on v11.5-v11.8 * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
…11.8) Documents that, from Mattermost v11.8.0, channel category sorting is enabled by default (TeamSettings.EnableChannelCategorySorting). Channel admins can set a Default category (optional) when creating or editing a channel, and members who join see the channel under that sidebar category. - Adds the Channel category sorting setting under Site Configuration > Users and Teams in site-configuration-settings.rst. - Notes graduation to GA on the legacy experimental settings entry. - Updates the end-user create-channels and rename-channels guides. Co-authored-by: Combs7th <Combs7th@users.noreply.github.com>
|
Newest code from mattermost has been published to preview environment for Git SHA ccdcdbe |
📝 WalkthroughWalkthroughThis PR updates Mattermost documentation to reflect channel category sorting moving from experimental to generally available in v11.8. The changes add a note to experimental settings, document the new non-experimental configuration option, and update end-user guidance for channel creation and renaming to reflect the feature's default-enabled status. ChangesChannel Category Sorting v11.8 Documentation
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@source/end-user-guide/collaborate/create-channels.rst`:
- Line 24: The linked fallback URL in create-channels.rst (and similarly in
rename-channels.rst) still points to the old `customize-your-channel-sidebar`
page which contains experimental-settings wording; update the link target or
surrounding text to point to the revised GA sidebar-category documentation (or
update the downstream `customize-your-channel-sidebar` page to match GA wording)
so the channel creation and rename flows are consistent with the v11.8
default-on channel category sorting messaging; locate the link in
create-channels.rst and rename-channels.rst and replace the
`customize-your-channel-sidebar` reference with the new GA sidebar-category doc
path or adjust the sentence to reference the updated guide.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 97fb9f76-d4f7-4dee-bdcb-74bf47ad625b
📒 Files selected for processing (4)
source/administration-guide/configure/experimental-configuration-settings.rstsource/administration-guide/configure/site-configuration-settings.rstsource/end-user-guide/collaborate/create-channels.rstsource/end-user-guide/collaborate/rename-channels.rst
|
Newest code from mattermost has been published to preview environment for Git SHA eb046b8 |
Aligns the customize-your-channel-sidebar note with the v11.8 default-on messaging by referencing the new Site Configuration setting instead of the experimental settings anchor. Co-authored-by: Combs7th <Combs7th@users.noreply.github.com>
|
Newest code from mattermost has been published to preview environment for Git SHA 1ab7a1a |
|
@marianunez - Can you help give this one a dev review for Devin since he's on PTO? |
|
@wiersgallak - This one will need editor review as well after dev review is complete. |
Documents that, from Mattermost v11.8.0, channel category sorting is enabled by default (
TeamSettings.EnableChannelCategorySorting). Channel admins can set or clear a Default category (optional) when creating or editing a channel, and members who join see it under that sidebar category.Per mattermost/mattermost#36289. Closes #9033
Generated with Claude Code