chore: Add explicit MySQL version support documentation#1076
chore: Add explicit MySQL version support documentation#1076justinegeffen merged 16 commits intomasterfrom
Conversation
Add clear MySQL version support statements across key Enterprise documentation pages to inform users that MySQL 8.0 is the only supported database version from version 23.4 onwards. Changes: - Add MySQL version requirement notes to install and overview pages - Enhance configuration database requirements section - Add MySQL 8.0 requirement to upgrade considerations - Standardize MySQL version references to "MySQL 8.0" All admonitions follow existing documentation patterns and explicitly state that MySQL 5.6 and 5.7 are no longer supported. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
✅ Deploy Preview for seqera-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
📝 Documentation Review Summary
Review powered by Claude Code SME agents To apply fixes: Comment |
4a75e98 to
7d1914e
Compare
gavinelder
left a comment
There was a problem hiding this comment.
Comment still stands maybe just drop the .0 but happy to defer to yourself on best approach.
It's better to ship this and update.
Signed-off-by: Justine Geffen <justinegeffen@users.noreply.github.com>
Signed-off-by: Justine Geffen <justinegeffen@users.noreply.github.com>
Signed-off-by: Justine Geffen <justinegeffen@users.noreply.github.com>
Signed-off-by: Justine Geffen <justinegeffen@users.noreply.github.com>
Updated the last updated date and corrected MySQL version references in the production checklist. Signed-off-by: Justine Geffen <justinegeffen@users.noreply.github.com>
Signed-off-by: Justine Geffen <justinegeffen@users.noreply.github.com>
Signed-off-by: Justine Geffen <justinegeffen@users.noreply.github.com>
📚 Terminology ReviewI've reviewed the changed documentation files for terminology consistency. Here are the findings:
|
🎭 Voice & Tone ReviewI've reviewed the changed documentation files for voice and tone consistency. Here are the findings: 📊 Overall SummaryTotal Issues Found:
Priority Files for Revision:
📝 Key Patterns to Fix1. Person Issues (Use "you" instead of "the user")
2. Passive Voice (Use active voice)
3. Future Tense (Use present tense for instructions)
4. Hedging Language (Be direct and confident)
📋 File-by-File Detailsplatform-enterprise_docs/enterprise/configuration/overview.mdx (7 issues)Person issues:
Passive voice:
Hedging:
platform-enterprise_docs/enterprise/install-platform.md (11+ issues) 🔴Person issues:
Passive voice:
Tense issues:
Hedging:
platform-enterprise_docs/enterprise/overview.md (6 issues)Person issues:
Passive voice:
Hedging:
platform-enterprise_docs/enterprise/upgrade.md (9 issues) 🔴Person issues:
Passive voice:
Tense issues:
Hedging:
platform-enterprise_docs/getting-started/production-checklist.md (12+ issues) 🟡Person issues:
Passive voice:
Hedging:
✅ RecommendationsTo fix these issues efficiently:
Note: Line numbers are approximate and may vary slightly. Review each context to ensure changes maintain meaning and accuracy. |
🔍 Clarity ReviewI've reviewed the changed documentation files for clarity issues. Here are the findings: 📊 SummaryIssues found across all files:
📄 platform-enterprise_docs/enterprise/configuration/overview.mdxSentence length issues (30+ words):
Undefined jargon:
Missing prerequisites:
📄 platform-enterprise_docs/enterprise/install-platform.mdSentence length issues (30+ words):
Undefined jargon:
Missing prerequisites:
📄 platform-enterprise_docs/enterprise/overview.mdSentence length issues (30+ words):
Undefined jargon:
Missing prerequisites:
📄 platform-enterprise_docs/enterprise/upgrade.mdSentence length issues (30+ words):
Undefined jargon:
Readability issues:
Missing prerequisites:
📄 platform-enterprise_docs/getting-started/production-checklist.mdSentence length issues (30+ words):
Undefined jargon:
Missing prerequisites:
🎯 Priority Recommendations
📚 Suggested Glossary AdditionsThese terms appear frequently and would benefit from glossary definitions:
Files needing most attention:
|
📝 Documentation Review Summary
Review powered by Claude Code SME agents To apply fixes: Comment |
Editorial Review - PR #1076This comprehensive editorial review covers all changed documentation files in this PR using the voice-tone, terminology, punctuation, and clarity agents. SummaryFiles reviewed: 5
File 1:
|
Summary
This PR adds clear, explicit MySQL version support statements across key Enterprise documentation pages to inform users that MySQL 8.0 is the only supported database version from Seqera Enterprise version 23.4 onwards, and that MySQL 5.6 and 5.7 are no longer supported.
What changed
Documentation updates (5 files)
Improvements
Before:
After:
Quality enhancements:
Coverage:
What to review
All changes are in Enterprise documentation:
Installation and prerequisites
Configuration
Upgrade guidance
Production guidance
Focus on:
Context
Previously, MySQL version support was not explicitly documented with end-of-support notices. While the documentation mentioned MySQL 8.0 was "tested against" and changelogs documented the transition in v23.4, there were no explicit admonitions stating that MySQL 5.6 and 5.7 are unsupported. This PR addresses that gap by adding clear version support statements following the existing Redis documentation pattern.