From 3f3a3dd6640f0639f27202cf049fb9b24b6c53a6 Mon Sep 17 00:00:00 2001
From: Pavlo Pohorieltsev <49622129+makisukurisu@users.noreply.github.com>
Date: Fri, 4 Oct 2024 14:34:57 +0300
Subject: [PATCH] =?utf8?q?=F0=9F=93=9D=20Update=20link=20to=20Swagger=20UI?=
=?utf8?q?=20configuration=20docs=20(#12264)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit
---
docs/de/docs/how-to/configure-swagger-ui.md | 4 ++--
docs/en/docs/how-to/configure-swagger-ui.md | 4 ++--
docs/pt/docs/how-to/configure-swagger-ui.md | 4 ++--
docs/zh/docs/how-to/configure-swagger-ui.md | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/docs/de/docs/how-to/configure-swagger-ui.md b/docs/de/docs/how-to/configure-swagger-ui.md
index c18091efd1..7d62a14d3e 100644
--- a/docs/de/docs/how-to/configure-swagger-ui.md
+++ b/docs/de/docs/how-to/configure-swagger-ui.md
@@ -1,6 +1,6 @@
# Swagger-Oberfläche konfigurieren
-Sie können einige zusätzliche Parameter der Swagger-Oberfläche konfigurieren.
+Sie können einige zusätzliche Parameter der Swagger-Oberfläche konfigurieren.
Um diese zu konfigurieren, übergeben Sie das Argument `swagger_ui_parameters` beim Erstellen des `FastAPI()`-App-Objekts oder an die Funktion `get_swagger_ui_html()`.
@@ -58,7 +58,7 @@ Um beispielsweise `deepLinking` zu deaktivieren, könnten Sie folgende Einstellu
## Andere Parameter der Swagger-Oberfläche
-Um alle anderen möglichen Konfigurationen zu sehen, die Sie verwenden können, lesen Sie die offizielle Dokumentation für die Parameter der Swagger-Oberfläche.
+Um alle anderen möglichen Konfigurationen zu sehen, die Sie verwenden können, lesen Sie die offizielle Dokumentation für die Parameter der Swagger-Oberfläche.
## JavaScript-basierte Einstellungen
diff --git a/docs/en/docs/how-to/configure-swagger-ui.md b/docs/en/docs/how-to/configure-swagger-ui.md
index 108afb929b..040c3926bd 100644
--- a/docs/en/docs/how-to/configure-swagger-ui.md
+++ b/docs/en/docs/how-to/configure-swagger-ui.md
@@ -1,6 +1,6 @@
# Configure Swagger UI
-You can configure some extra Swagger UI parameters.
+You can configure some extra Swagger UI parameters.
To configure them, pass the `swagger_ui_parameters` argument when creating the `FastAPI()` app object or to the `get_swagger_ui_html()` function.
@@ -58,7 +58,7 @@ For example, to disable `deepLinking` you could pass these settings to `swagger_
## Other Swagger UI Parameters
-To see all the other possible configurations you can use, read the official docs for Swagger UI parameters.
+To see all the other possible configurations you can use, read the official docs for Swagger UI parameters.
## JavaScript-only settings
diff --git a/docs/pt/docs/how-to/configure-swagger-ui.md b/docs/pt/docs/how-to/configure-swagger-ui.md
index b40dad6959..ceb8c634e7 100644
--- a/docs/pt/docs/how-to/configure-swagger-ui.md
+++ b/docs/pt/docs/how-to/configure-swagger-ui.md
@@ -1,6 +1,6 @@
# Configurar Swagger UI
-Você pode configurar alguns parâmetros extras da UI do Swagger.
+Você pode configurar alguns parâmetros extras da UI do Swagger.
Para configurá-los, passe o argumento `swagger_ui_parameters` ao criar o objeto de aplicativo `FastAPI()` ou para a função `get_swagger_ui_html()`.
@@ -58,7 +58,7 @@ Por exemplo, para desabilitar `deepLinking` você pode passar essas configuraç
## Outros parâmetros da UI do Swagger
-Para ver todas as outras configurações possÃveis que você pode usar, leia a documentação oficial dos parâmetros da UI do Swagger.
+Para ver todas as outras configurações possÃveis que você pode usar, leia a documentação oficial dos parâmetros da UI do Swagger.
## Configurações somente JavaScript
diff --git a/docs/zh/docs/how-to/configure-swagger-ui.md b/docs/zh/docs/how-to/configure-swagger-ui.md
index c0d09f943f..17f89b22f8 100644
--- a/docs/zh/docs/how-to/configure-swagger-ui.md
+++ b/docs/zh/docs/how-to/configure-swagger-ui.md
@@ -1,6 +1,6 @@
# é
ç½® Swagger UI
-ä½ å¯ä»¥é
ç½®ä¸äºé¢å¤ç Swagger UI åæ°.
+ä½ å¯ä»¥é
ç½®ä¸äºé¢å¤ç Swagger UI åæ°.
妿éè¦é
ç½®å®ä»¬ï¼å¯ä»¥å¨å建 `FastAPI()` åºç¨å¯¹è±¡æ¶æè°ç¨ `get_swagger_ui_html()` 彿°æ¶ä¼ é `swagger_ui_parameters` åæ°ã
@@ -58,7 +58,7 @@ FastAPI å
å«äºä¸äºé»è®¤é
ç½®åæ°ï¼éç¨äºå¤§å¤æ°ç¨ä¾ã
## å
¶ä» Swagger UI åæ°
-æ¥çå
¶ä» Swagger UI åæ°ï¼è¯·é
读 docs for Swagger UI parametersã
+æ¥çå
¶ä» Swagger UI åæ°ï¼è¯·é
读 docs for Swagger UI parametersã
## JavaScript-only é
ç½®
--
2.47.3