From: Alissa <96190409+alissadb@users.noreply.github.com> Date: Tue, 12 Nov 2024 19:56:10 +0000 (+0100) Subject: 📝 Update includes for `docs/de/docs/how-to/conditional-openapi.md` (#12689) X-Git-Tag: 0.115.6~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b81c635a11eba38ca9fa936aa6e07ffa32fef4f2;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Update includes for `docs/de/docs/how-to/conditional-openapi.md` (#12689) Co-authored-by: alissa-debruijn Co-authored-by: Sebastián Ramírez --- diff --git a/docs/de/docs/how-to/conditional-openapi.md b/docs/de/docs/how-to/conditional-openapi.md index a0a4983bb4..50ae11f905 100644 --- a/docs/de/docs/how-to/conditional-openapi.md +++ b/docs/de/docs/how-to/conditional-openapi.md @@ -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"`.