]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update includes for `docs/de/docs/how-to/conditional-openapi.md` (#12689)
authorAlissa <96190409+alissadb@users.noreply.github.com>
Tue, 12 Nov 2024 19:56:10 +0000 (20:56 +0100)
committerGitHub <noreply@github.com>
Tue, 12 Nov 2024 19:56:10 +0000 (20:56 +0100)
Co-authored-by: alissa-debruijn <alissa.debruijn@justeattakeaway.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/de/docs/how-to/conditional-openapi.md

index a0a4983bb4f111c804fe4996ff72656232ae4bba..50ae11f905eb1988a8dc32216b9edc913101b3a6 100644 (file)
@@ -29,9 +29,7 @@ Sie können problemlos dieselben Pydantic-Einstellungen verwenden, um Ihre gener
 
 Zum Beispiel:
 
-```Python hl_lines="6  11"
-{!../../docs_src/conditional_openapi/tutorial001.py!}
-```
+{* ../../docs_src/conditional_openapi/tutorial001.py hl[6,11] *}
 
 Hier deklarieren wir die Einstellung `openapi_url` mit dem gleichen Defaultwert `"/openapi.json"`.