Conversation
Owner
Author
|
@codex review |
Contributor
|
✅ Template Inspection Passed All changed templates have been validated successfully. Last updated: 2026-05-06T05:29:22.465Z |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Codex Review: Didn't find any major issues. Keep it up! ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
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.
Requesting Merging
Description
Part of #41
Closes #47
Closes #48
Closes #49
Refs #50
This PR completes the current documentation work for v1.3.0 around starter selection, the
fastapi-domain-starteronboarding experience, and translation transparency.The main goal is to make FastAPI-fastkit easier to choose, easier to understand after generation, and more trustworthy in multilingual docs by clearly stating that English is the source of truth and that translated locales may be partial or fall back to English.
Type of Change
Test Environment
uvuv run mkdocs buildDocumentation built in 15.88 secondsMajor Changes
Added a new beginner-facing starter selection guide
docs/en/user-guide/choosing-a-starter.mdstartdemovsinit --interactiveAdded a dedicated
fastapi-domain-startertutorialdocs/en/tutorial/domain-starter.mdcore,db,api,domains, andtestsitemsexamplefastapi-domain-startertemplate READMEAdded translation transparency and source-of-truth policy
docs/en/reference/translation-status.mddocs/en/contributing/translation-guide.mdAdded translation status notices to landing pages
docs/en/index.mddocs/ko/index.mdUpdated docs navigation and entry points
Choosing a StarterDomain-oriented Project (Domain Starter)Translation StatusKept existing docs aligned with current CLI behavior
#50Screenshots (optional)
N/A
Etc