docs: sync README/SUPPORT_MATRIX/CHANGELOG with actual repo inventory - #45
Merged
Conversation
- README: document existing but unlisted examples (quickstart/5min-sqlalchemy, templates/flask, templates/django, fundamentals/pycubrid, sqlalchemy, pandas); refresh Templates table, Fundamentals table, Framework Map, and Project Structure tree to match disk. - SUPPORT_MATRIX: correct recipe total (55/58 -> 62, actual sum of category table) and mark Python 3.12 as the CI default (CI runs 3.12, not 3.10). - CHANGELOG: remove false multilingual README claim (only English README.md exists). Closes #42
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
Fixes documentation drift found in the code↔docs sync audit (#42). Docs now match what is actually on disk and in CI.
Changes
quickstart/5min-sqlalchemy,templates/flask(11 recipes),templates/django,fundamentals/pycubrid(16),fundamentals/sqlalchemy(7),fundamentals/pandas(6).55/58→ 62 (actual sum of the category table: 16+7+6+11+12+5+1+4).ci.ymlandsmoke-test.ymlrun 3.12);3.10reframed as supported minimum.README.mdexists.Verification
Closes #42