📝 Add location info to tutorial/bigger-applications.md#10552
Merged
tiangolo merged 9 commits intofastapi:masterfrom Jan 11, 2024
Merged
📝 Add location info to tutorial/bigger-applications.md#10552tiangolo merged 9 commits intofastapi:masterfrom
tutorial/bigger-applications.md#10552tiangolo merged 9 commits intofastapi:masterfrom
Conversation
added 2 commits
October 30, 2023 02:32
docs_src/bigger applicationsdocs_src/bigger applications
Member
|
📝 Docs preview for commit 5f58aab at: https://0c00ab7a.fastapitiangolo.pages.dev |
nilslindemann
pushed a commit
to nilslindemann/fastapi
that referenced
this pull request
Oct 30, 2023
…ns.md` * Full translation * In sync with fastapi#10552 * Google Translate used * Manually checked * Checked for errors using LanguageTool
Member
|
Good idea! 🤓 I would prefer to do it outside the file, in the code block title: https://squidfunk.github.io/mkdocs-material/reference/code-blocks/#adding-a-title |
added 3 commits
October 31, 2023 05:02
Contributor
Author
|
Good Idea, I will do that. |
nilslindemann
pushed a commit
to nilslindemann/fastapi
that referenced
this pull request
Oct 31, 2023
nilslindemann
pushed a commit
to nilslindemann/fastapi
that referenced
this pull request
Oct 31, 2023
Member
|
📝 Docs preview for commit 666885c at: https://d6855de5.fastapitiangolo.pages.dev |
Member
|
📝 Docs preview for commit 44fcd3b at: https://b3bcaaa7.fastapitiangolo.pages.dev |
docs_src/bigger applicationsbigger-applications.md
bigger-applications.mdtutorial/bigger-applications.md
nilslindemann
pushed a commit
to nilslindemann/fastapi
that referenced
this pull request
Nov 2, 2023
nilslindemann
pushed a commit
to nilslindemann/fastapi
that referenced
this pull request
Nov 2, 2023
nilslindemann
pushed a commit
to nilslindemann/fastapi
that referenced
this pull request
Nov 3, 2023
Member
|
📝 Docs preview for commit b23067d at: https://3fa4a649.fastapitiangolo.pages.dev |
Member
|
📝 Docs preview for commit ed53eea at: https://63d02863.fastapitiangolo.pages.dev |
Member
|
📝 Docs preview for commit 3703989 at: https://cc942a9c.fastapitiangolo.pages.dev |
alejsdev
approved these changes
Jan 11, 2024
Member
|
Amazing, thank you @nilslindemann! 🚀 🙇 |
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.
This will help the reader when reading Bigger Applications, which is about structuring a FastAPI app in multiple modules. So it uses code examples for multiple modules.
This PR adds a comment on top of each module, denoting the location of the current module (commit 1). The code highlights in the documentation are updated accordingly (commit 2).
#10554 is a translation of this.