]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
📝 Several docs improvements, tweaks, and clarifications (#11390)
authorNils Lindemann <nilslindemann@tutanota.com>
Thu, 15 Aug 2024 23:30:12 +0000 (01:30 +0200)
committerGitHub <noreply@github.com>
Thu, 15 Aug 2024 23:30:12 +0000 (23:30 +0000)
commit8809b3685f2778b9b4b1f3edb44523cee36fdccf
tree3e03e413ec733ad5f214fc57a54cd09142ea5460
parent3c8d0abc87579fdcd7bf1a9045b62d363fed0077
📝 Several docs improvements, tweaks, and clarifications (#11390)

Co-authored-by: svlandeg <svlandeg@github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
24 files changed:
docs/de/docs/features.md
docs/en/docs/advanced/additional-responses.md
docs/en/docs/advanced/behind-a-proxy.md
docs/en/docs/advanced/custom-response.md
docs/en/docs/advanced/openapi-callbacks.md
docs/en/docs/advanced/response-directly.md
docs/en/docs/advanced/security/oauth2-scopes.md
docs/en/docs/advanced/settings.md
docs/en/docs/features.md
docs/en/docs/help-fastapi.md
docs/en/docs/python-types.md
docs/en/docs/tutorial/background-tasks.md
docs/en/docs/tutorial/body-nested-models.md
docs/en/docs/tutorial/body.md
docs/en/docs/tutorial/cookie-params.md
docs/en/docs/tutorial/cors.md
docs/en/docs/tutorial/dependencies/dependencies-with-yield.md
docs/en/docs/tutorial/extra-data-types.md
docs/en/docs/tutorial/extra-models.md
docs/en/docs/tutorial/header-params.md
docs/en/docs/tutorial/query-params-str-validations.md
docs/en/docs/tutorial/request-files.md
docs/en/docs/tutorial/response-model.md
docs/en/docs/tutorial/schema-extra-example.md