Fix style inconsistencies across docs#717
Conversation
Generated-By: mintlify-agent
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
|
|
| Filename | Overview |
|---|---|
| docs/configuration/bot-settings.mdx | H1 heading lowercased from "Bot Settings" to "Bot settings" for sentence-case consistency — clean, no issues |
| docs/configuration/permissions.mdx | Passive voice converted to active ("after you restart the dashboard process") — accurate and cleaner |
| docs/features/moderation.mdx | "Auto-moderation" aligned to "Auto-mod"; two run-on sentences split; "or" changed to "and" in the global enforcement listing — all changes preserve meaning |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR #717 — Style Fixes] --> B[bot-settings.mdx]
A --> C[permissions.mdx]
A --> D[moderation.mdx]
B --> B1["H1: 'Bot Settings' → 'Bot settings'\n(sentence-case)"]
C --> C1["Passive → Active voice\n'after you restart the dashboard process'"]
D --> D1["'Auto-moderation' → 'Auto-mod'\n(term alignment)"]
D --> D2["Split run-on sentences\n(2 instances)"]
Reviews (1): Last reviewed commit: "Fix style inconsistencies across docs" | Re-trigger Greptile



Summary
Tightens voice and tone consistency across the docs. The set was already mostly clean — second person and sentence-case headings throughout — but a handful of small deviations slipped in. This PR fixes them without touching technical content.
Changes
configuration/bot-settings.mdx— Lowercase# Bot settingsH1 to match the sentence-case norm used in every other page (# Getting started,# Security & privacy, etc.).configuration/permissions.mdx— Convert passive "after the dashboard process is restarted" to active "after you restart the dashboard process".features/moderation.mdx— Align bullet term**Auto-mod**with the form already used elsewhere in the same file (table label, body text).features/moderation.mdx— Split two run-on sentences (35 and ~55 words) into shorter, easier-to-scan ones. No meaning lost.What I left alone
# Temp Roles,# Audit Log— Title-case but match the dashboard sidebar labels; reads as proper feature names.title=props — intentional and consistent within their own conventions.