Conversation
Move all report files from docs/ to reports/ directory for better organization: - aap-architecture-validation-report.md - documentation-audit-report.md - dr-architecture-validation-report.md - dr-replication-validation-report.md Update all references across documentation: - CONTRIBUTING.md - docs/INDEX.md (8 references updated) - docs/aap-containerized-enterprise-dr-architecture.md - docs/aap-containerized-growth-dr-architecture.md - docs/aap-containerized-quickstart.md - docs/dr-replication-implementation-status.md - docs/dr-testing-guide.md - reports/documentation-audit-report.md All paths updated to maintain proper linking between documents. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Ensure all documentation correctly specifies RHEL 9.4+ for AAP 2.6: - README.md: Update platform prerequisites from "RHEL 8+" to "RHEL 9.4+" - scripts-guide.md: Update RHEL scripts requirements to "RHEL 9.4+ with AAP 2.6" - install-rhel-manual.md: Update PostgreSQL prerequisites to "RHEL 9+" with note about AAP 2.6 requiring 9.4+ AAP 2.6 requires RHEL 9.4+ per Red Hat documentation. This change aligns all documentation with the correct platform requirements. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* docs: Relocate reports to reports/ directory and update all references Move all report files from docs/ to reports/ directory for better organization: - aap-architecture-validation-report.md - documentation-audit-report.md - dr-architecture-validation-report.md - dr-replication-validation-report.md Update all references across documentation: - CONTRIBUTING.md - docs/INDEX.md (8 references updated) - docs/aap-containerized-enterprise-dr-architecture.md - docs/aap-containerized-growth-dr-architecture.md - docs/aap-containerized-quickstart.md - docs/dr-replication-implementation-status.md - docs/dr-testing-guide.md - reports/documentation-audit-report.md All paths updated to maintain proper linking between documents. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * docs: Update RHEL version requirements for AAP 2.6 compatibility Ensure all documentation correctly specifies RHEL 9.4+ for AAP 2.6: - README.md: Update platform prerequisites from "RHEL 8+" to "RHEL 9.4+" - scripts-guide.md: Update RHEL scripts requirements to "RHEL 9.4+ with AAP 2.6" - install-rhel-manual.md: Update PostgreSQL prerequisites to "RHEL 9+" with note about AAP 2.6 requiring 9.4+ AAP 2.6 requires RHEL 9.4+ per Red Hat documentation. This change aligns all documentation with the correct platform requirements. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Add blank lines before all fenced code blocks to comply with MD031: - Added blank lines after bold text before code blocks - Added blank lines after headings before code blocks - Added blank lines in numbered list items before code blocks - Added language tags to commit message examples (text) This ensures proper markdown formatting and passes linting checks. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
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.
Summary
Changes
README.md:
textlanguage tag to repository structure code block (MD040)CONTRIBUTING.md:
textlanguage tags to commit message examplesIssues Fixed
MD031 (Fenced code blocks should be surrounded by blank lines)
Fixed in 20+ locations including:
MD032 (Lists should be surrounded by blank lines)
Fixed in README.md and CONTRIBUTING.md
MD022 (Headings should be surrounded by blank lines)
Fixed in README.md section headings
MD040 (Fenced code blocks should have a language specified)
Added language tags to code blocks
Why This Matters
Proper markdown formatting:
Test plan
🤖 Generated with Claude Code