Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX] Generate database documentation via typo3 command #1486

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

thomaslow
Copy link
Contributor

Fixes #1437

This pull request moves the Build/Documentation/dbdocs code to the Classes/Command/DbDocs directory and uses a typo3 command (instead of a composer script) to trigger the generation of the rst file Documentation/Developers/Database.rst.

Todo

  • generated rst file does not include general table description

@sebastian-meyer sebastian-meyer self-requested a review February 17, 2025 13:21
@sebastian-meyer sebastian-meyer added 🐛 bug A non-security related bug. 📖 documentation An update on documentation. labels Feb 17, 2025
Copy link

codecov bot commented Feb 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (da70a47) to head (733aa4b).
Report is 1 commits behind head on main.

Additional details and impacted files
@@     Coverage Diff      @@
##   main   #1486   +/-   ##
============================
============================

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug A non-security related bug. 📖 documentation An update on documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Running composer docs:db fails
2 participants