Browse Source

Update outdated ReDoc GitHub link

pull/15501/head
Siddharth 1 month ago
parent
commit
8bfa2a2710
  1. 2
      README.md
  2. 2
      docs/de/docs/alternatives.md
  3. 2
      docs/de/docs/deployment/docker.md
  4. 2
      docs/de/docs/features.md
  5. 2
      docs/de/docs/how-to/extending-openapi.md
  6. 2
      docs/de/docs/index.md
  7. 2
      docs/de/docs/tutorial/first-steps.md
  8. 2
      docs/en/docs/alternatives.md
  9. 2
      docs/en/docs/deployment/docker.md
  10. 2
      docs/en/docs/features.md
  11. 2
      docs/en/docs/how-to/extending-openapi.md
  12. 2
      docs/en/docs/index.md
  13. 2
      docs/en/docs/tutorial/first-steps.md
  14. 2
      docs/es/docs/alternatives.md
  15. 2
      docs/es/docs/deployment/docker.md
  16. 2
      docs/es/docs/features.md
  17. 2
      docs/es/docs/how-to/extending-openapi.md
  18. 2
      docs/es/docs/index.md
  19. 2
      docs/es/docs/tutorial/first-steps.md
  20. 2
      docs/fr/docs/alternatives.md
  21. 2
      docs/fr/docs/deployment/docker.md
  22. 2
      docs/fr/docs/features.md
  23. 2
      docs/fr/docs/how-to/extending-openapi.md
  24. 2
      docs/fr/docs/index.md
  25. 2
      docs/fr/docs/tutorial/first-steps.md
  26. 2
      docs/ja/docs/alternatives.md
  27. 2
      docs/ja/docs/deployment/docker.md
  28. 2
      docs/ja/docs/features.md
  29. 2
      docs/ja/docs/how-to/extending-openapi.md
  30. 2
      docs/ja/docs/index.md
  31. 2
      docs/ja/docs/tutorial/first-steps.md
  32. 2
      docs/ko/docs/alternatives.md
  33. 2
      docs/ko/docs/deployment/docker.md
  34. 2
      docs/ko/docs/features.md
  35. 2
      docs/ko/docs/how-to/extending-openapi.md
  36. 2
      docs/ko/docs/index.md
  37. 2
      docs/ko/docs/tutorial/first-steps.md
  38. 2
      docs/pt/docs/alternatives.md
  39. 2
      docs/pt/docs/deployment/docker.md
  40. 2
      docs/pt/docs/features.md
  41. 2
      docs/pt/docs/how-to/extending-openapi.md
  42. 2
      docs/pt/docs/index.md
  43. 2
      docs/pt/docs/tutorial/first-steps.md
  44. 2
      docs/ru/docs/alternatives.md
  45. 2
      docs/ru/docs/deployment/docker.md
  46. 2
      docs/ru/docs/features.md
  47. 2
      docs/ru/docs/how-to/extending-openapi.md
  48. 2
      docs/ru/docs/index.md
  49. 2
      docs/ru/docs/tutorial/first-steps.md
  50. 2
      docs/tr/docs/alternatives.md
  51. 2
      docs/tr/docs/deployment/docker.md
  52. 2
      docs/tr/docs/features.md
  53. 2
      docs/tr/docs/how-to/extending-openapi.md
  54. 2
      docs/tr/docs/index.md
  55. 2
      docs/tr/docs/tutorial/first-steps.md
  56. 2
      docs/uk/docs/alternatives.md
  57. 2
      docs/uk/docs/deployment/docker.md
  58. 2
      docs/uk/docs/features.md
  59. 2
      docs/uk/docs/how-to/extending-openapi.md
  60. 2
      docs/uk/docs/index.md
  61. 2
      docs/uk/docs/tutorial/first-steps.md
  62. 2
      docs/zh-hant/docs/alternatives.md
  63. 2
      docs/zh-hant/docs/deployment/docker.md
  64. 2
      docs/zh-hant/docs/features.md
  65. 2
      docs/zh-hant/docs/how-to/extending-openapi.md
  66. 2
      docs/zh-hant/docs/index.md
  67. 2
      docs/zh-hant/docs/tutorial/first-steps.md
  68. 2
      docs/zh/docs/alternatives.md
  69. 2
      docs/zh/docs/deployment/docker.md
  70. 2
      docs/zh/docs/features.md
  71. 2
      docs/zh/docs/how-to/extending-openapi.md
  72. 2
      docs/zh/docs/index.md
  73. 2
      docs/zh/docs/tutorial/first-steps.md

2
README.md

@ -270,7 +270,7 @@ You will see the automatic interactive API documentation (provided by [Swagger U
And now, go to [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc).
You will see the alternative automatic documentation (provided by [ReDoc](https://github.com/Rebilly/ReDoc)):
You will see the alternative automatic documentation (provided by [ReDoc](https://github.com/Redocly/redoc)):
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/de/docs/alternatives.md

@ -125,7 +125,7 @@ Einen offenen Standard für API-Spezifikationen zu übernehmen und zu verwenden,
Und Standard-basierte Tools für die Oberfläche zu integrieren:
* [Swagger UI](https://github.com/swagger-api/swagger-ui)
* [ReDoc](https://github.com/Rebilly/ReDoc)
* [ReDoc](https://github.com/Redocly/redoc)
Diese beiden wurden ausgewählt, weil sie ziemlich beliebt und stabil sind, aber bei einer schnellen Suche könnten Sie Dutzende alternativer Benutzeroberflächen für OpenAPI finden (welche Sie mit **FastAPI** verwenden können).

2
docs/de/docs/deployment/docker.md

@ -372,7 +372,7 @@ Sie sehen die automatische interaktive API-Dokumentation (bereitgestellt von [Sw
Sie können auch auf [http://192.168.99.100/redoc](http://192.168.99.100/redoc) oder [http://127.0.0.1/redoc](http://127.0.0.1/redoc) gehen (oder ähnlich, unter Verwendung Ihres Docker-Hosts).
Sie sehen die alternative automatische Dokumentation (bereitgestellt von [ReDoc](https://github.com/Rebilly/ReDoc)):
Sie sehen die alternative automatische Dokumentation (bereitgestellt von [ReDoc](https://github.com/Redocly/redoc)):
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/de/docs/features.md

@ -19,7 +19,7 @@ Interaktive API-Dokumentation und erkundbare Web-Benutzeroberflächen. Da das Fr
![Swagger UI Interaktion](https://fastapi.tiangolo.com/img/index/index-03-swagger-02.png)
* Alternative API-Dokumentation mit [**ReDoc**](https://github.com/Rebilly/ReDoc).
* Alternative API-Dokumentation mit [**ReDoc**](https://github.com/Redocly/redoc).
![ReDoc](https://fastapi.tiangolo.com/img/index/index-06-redoc-02.png)

2
docs/de/docs/how-to/extending-openapi.md

@ -37,7 +37,7 @@ Der Parameter `summary` ist in OpenAPI 3.1.0 und höher verfügbar und wird von
Mithilfe der oben genannten Informationen können Sie dieselbe Hilfsfunktion verwenden, um das OpenAPI-Schema zu generieren und jeden benötigten Teil zu überschreiben.
Fügen wir beispielsweise [ReDocs OpenAPI-Erweiterung zum Einbinden eines benutzerdefinierten Logos](https://github.com/Rebilly/ReDoc/blob/master/docs/redoc-vendor-extensions.md#x-logo) hinzu.
Fügen wir beispielsweise [ReDocs OpenAPI-Erweiterung zum Einbinden eines benutzerdefinierten Logos](https://github.com/Redocly/redoc/blob/master/docs/redoc-vendor-extensions.md#x-logo) hinzu.
### Normales **FastAPI** { #normal-fastapi }

2
docs/de/docs/index.md

@ -274,7 +274,7 @@ Sie sehen die automatische interaktive API-Dokumentation (bereitgestellt von [Sw
Und jetzt gehen Sie auf [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc).
Sie sehen die alternative automatische Dokumentation (bereitgestellt von [ReDoc](https://github.com/Rebilly/ReDoc)):
Sie sehen die alternative automatische Dokumentation (bereitgestellt von [ReDoc](https://github.com/Redocly/redoc)):
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/de/docs/tutorial/first-steps.md

@ -78,7 +78,7 @@ Sie werden die automatisch erzeugte, interaktive API-Dokumentation sehen (bereit
Gehen Sie nun auf [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc).
Dort sehen Sie die alternative, automatische Dokumentation (bereitgestellt durch [ReDoc](https://github.com/Rebilly/ReDoc)):
Dort sehen Sie die alternative, automatische Dokumentation (bereitgestellt durch [ReDoc](https://github.com/Redocly/redoc)):
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/en/docs/alternatives.md

@ -125,7 +125,7 @@ Adopt and use an open standard for API specifications, instead of a custom schem
And integrate standards-based user interface tools:
* [Swagger UI](https://github.com/swagger-api/swagger-ui)
* [ReDoc](https://github.com/Rebilly/ReDoc)
* [ReDoc](https://github.com/Redocly/redoc)
These two were chosen for being fairly popular and stable, but doing a quick search, you could find dozens of alternative user interfaces for OpenAPI (that you can use with **FastAPI**).

2
docs/en/docs/deployment/docker.md

@ -372,7 +372,7 @@ You will see the automatic interactive API documentation (provided by [Swagger U
And you can also go to [http://192.168.99.100/redoc](http://192.168.99.100/redoc) or [http://127.0.0.1/redoc](http://127.0.0.1/redoc) (or equivalent, using your Docker host).
You will see the alternative automatic documentation (provided by [ReDoc](https://github.com/Rebilly/ReDoc)):
You will see the alternative automatic documentation (provided by [ReDoc](https://github.com/Redocly/redoc)):
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/en/docs/features.md

@ -19,7 +19,7 @@ Interactive API documentation and exploration web user interfaces. As the framew
![Swagger UI interaction](https://fastapi.tiangolo.com/img/index/index-03-swagger-02.png)
* Alternative API documentation with [**ReDoc**](https://github.com/Rebilly/ReDoc).
* Alternative API documentation with [**ReDoc**](https://github.com/Redocly/redoc).
![ReDoc](https://fastapi.tiangolo.com/img/index/index-06-redoc-02.png)

2
docs/en/docs/how-to/extending-openapi.md

@ -37,7 +37,7 @@ The parameter `summary` is available in OpenAPI 3.1.0 and above, supported by Fa
Using the information above, you can use the same utility function to generate the OpenAPI schema and override each part that you need.
For example, let's add [ReDoc's OpenAPI extension to include a custom logo](https://github.com/Rebilly/ReDoc/blob/master/docs/redoc-vendor-extensions.md#x-logo).
For example, let's add [ReDoc's OpenAPI extension to include a custom logo](https://github.com/Redocly/redoc/blob/master/docs/redoc-vendor-extensions.md#x-logo).
### Normal **FastAPI** { #normal-fastapi }

2
docs/en/docs/index.md

@ -309,7 +309,7 @@ You will see the automatic interactive API documentation (provided by [Swagger U
And now, go to [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc).
You will see the alternative automatic documentation (provided by [ReDoc](https://github.com/Rebilly/ReDoc)):
You will see the alternative automatic documentation (provided by [ReDoc](https://github.com/Redocly/redoc)):
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/en/docs/tutorial/first-steps.md

@ -78,7 +78,7 @@ You will see the automatic interactive API documentation (provided by [Swagger U
And now, go to [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc).
You will see the alternative automatic documentation (provided by [ReDoc](https://github.com/Rebilly/ReDoc)):
You will see the alternative automatic documentation (provided by [ReDoc](https://github.com/Redocly/redoc)):
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/es/docs/alternatives.md

@ -125,7 +125,7 @@ Adoptar y usar un estándar abierto para especificaciones de API, en lugar de us
Y a integrar herramientas de interfaz de usuario basadas en estándares:
* [Swagger UI](https://github.com/swagger-api/swagger-ui)
* [ReDoc](https://github.com/Rebilly/ReDoc)
* [ReDoc](https://github.com/Redocly/redoc)
Estas dos fueron elegidas por ser bastante populares y estables, pero haciendo una búsqueda rápida, podrías encontrar docenas de interfaces de usuario alternativas para OpenAPI (que puedes usar con **FastAPI**).

2
docs/es/docs/deployment/docker.md

@ -372,7 +372,7 @@ Verás la documentación interactiva automática de la API (proporcionada por [S
Y también puedes ir a [http://192.168.99.100/redoc](http://192.168.99.100/redoc) o [http://127.0.0.1/redoc](http://127.0.0.1/redoc) (o equivalente, usando tu host de Docker).
Verás la documentación alternativa automática (proporcionada por [ReDoc](https://github.com/Rebilly/ReDoc)):
Verás la documentación alternativa automática (proporcionada por [ReDoc](https://github.com/Redocly/redoc)):
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/es/docs/features.md

@ -19,7 +19,7 @@ Interfaces web de documentación y exploración de APIs interactivas. Como el fr
![Interacción Swagger UI](https://fastapi.tiangolo.com/img/index/index-03-swagger-02.png)
* Documentación alternativa de API con [**ReDoc**](https://github.com/Rebilly/ReDoc).
* Documentación alternativa de API con [**ReDoc**](https://github.com/Redocly/redoc).
![ReDoc](https://fastapi.tiangolo.com/img/index/index-06-redoc-02.png)

2
docs/es/docs/how-to/extending-openapi.md

@ -37,7 +37,7 @@ El parámetro `summary` está disponible en OpenAPI 3.1.0 y versiones superiores
Usando la información anterior, puedes usar la misma función de utilidad para generar el esquema de OpenAPI y sobrescribir cada parte que necesites.
Por ejemplo, vamos a añadir [la extensión OpenAPI de ReDoc para incluir un logo personalizado](https://github.com/Rebilly/ReDoc/blob/master/docs/redoc-vendor-extensions.md#x-logo).
Por ejemplo, vamos a añadir [la extensión OpenAPI de ReDoc para incluir un logo personalizado](https://github.com/Redocly/redoc/blob/master/docs/redoc-vendor-extensions.md#x-logo).
### **FastAPI** normal { #normal-fastapi }

2
docs/es/docs/index.md

@ -274,7 +274,7 @@ Verás la documentación interactiva automática de la API (proporcionada por [S
Y ahora, ve a [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc).
Verás la documentación alternativa automática (proporcionada por [ReDoc](https://github.com/Rebilly/ReDoc)):
Verás la documentación alternativa automática (proporcionada por [ReDoc](https://github.com/Redocly/redoc)):
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/es/docs/tutorial/first-steps.md

@ -78,7 +78,7 @@ Verás la documentación interactiva automática de la API (proporcionada por [S
Y ahora, ve a [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc).
Verás la documentación alternativa automática (proporcionada por [ReDoc](https://github.com/Rebilly/ReDoc)):
Verás la documentación alternativa automática (proporcionada por [ReDoc](https://github.com/Redocly/redoc)):
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/fr/docs/alternatives.md

@ -135,7 +135,7 @@ Adopter et utiliser une norme ouverte pour les spécifications des API, au lieu
Intégrer des outils d'interface utilisateur basés sur des normes :
* [Swagger UI](https://github.com/swagger-api/swagger-ui)
* [ReDoc](https://github.com/Rebilly/ReDoc)
* [ReDoc](https://github.com/Redocly/redoc)
Ces deux-là ont été choisis parce qu'ils sont populaires et stables, mais en faisant une recherche rapide, vous pourriez trouver des dizaines d'alternatives supplémentaires pour OpenAPI (que vous pouvez utiliser avec **FastAPI**).

2
docs/fr/docs/deployment/docker.md

@ -372,7 +372,7 @@ Vous verrez la documentation interactive automatique de l'API (fournie par [Swag
Et vous pouvez aussi aller sur [http://192.168.99.100/redoc](http://192.168.99.100/redoc) ou [http://127.0.0.1/redoc](http://127.0.0.1/redoc) (ou équivalent, en utilisant votre hôte Docker).
Vous verrez la documentation automatique alternative (fournie par [ReDoc](https://github.com/Rebilly/ReDoc)) :
Vous verrez la documentation automatique alternative (fournie par [ReDoc](https://github.com/Redocly/redoc)) :
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/fr/docs/features.md

@ -19,7 +19,7 @@ Documentation d'API interactive et interfaces web d'exploration. Comme le framew
![Swagger UI interaction](https://fastapi.tiangolo.com/img/index/index-03-swagger-02.png)
* Documentation d'API alternative avec [**ReDoc**](https://github.com/Rebilly/ReDoc).
* Documentation d'API alternative avec [**ReDoc**](https://github.com/Redocly/redoc).
![ReDoc](https://fastapi.tiangolo.com/img/index/index-06-redoc-02.png)

2
docs/fr/docs/how-to/extending-openapi.md

@ -37,7 +37,7 @@ Le paramètre `summary` est disponible à partir d'OpenAPI 3.1.0, pris en charge
En vous appuyant sur les informations ci-dessus, vous pouvez utiliser la même fonction utilitaire pour générer le schéma OpenAPI et remplacer chaque partie dont vous avez besoin.
Par exemple, ajoutons [l’extension OpenAPI de ReDoc pour inclure un logo personnalisé](https://github.com/Rebilly/ReDoc/blob/master/docs/redoc-vendor-extensions.md#x-logo).
Par exemple, ajoutons [l’extension OpenAPI de ReDoc pour inclure un logo personnalisé](https://github.com/Redocly/redoc/blob/master/docs/redoc-vendor-extensions.md#x-logo).
### **FastAPI** normal { #normal-fastapi }

2
docs/fr/docs/index.md

@ -274,7 +274,7 @@ Vous verrez la documentation interactive automatique de l'API (fournie par [Swag
Et maintenant, rendez-vous sur [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc).
Vous verrez la documentation alternative automatique (fournie par [ReDoc](https://github.com/Rebilly/ReDoc)) :
Vous verrez la documentation alternative automatique (fournie par [ReDoc](https://github.com/Redocly/redoc)) :
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/fr/docs/tutorial/first-steps.md

@ -78,7 +78,7 @@ Vous verrez la documentation interactive de l’API générée automatiquement (
Et maintenant, allez sur [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc).
Vous verrez la documentation automatique alternative (fournie par [ReDoc](https://github.com/Rebilly/ReDoc)) :
Vous verrez la documentation automatique alternative (fournie par [ReDoc](https://github.com/Redocly/redoc)) :
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/ja/docs/alternatives.md

@ -125,7 +125,7 @@ def read_url():
そして、標準に基づくユーザーインターフェースツールを統合しています。
* [Swagger UI](https://github.com/swagger-api/swagger-ui)
* [ReDoc](https://github.com/Rebilly/ReDoc)
* [ReDoc](https://github.com/Redocly/redoc)
この二つは人気で安定したものとして選択されましたが、少し検索してみると、 (**FastAPI**と同時に使用できる) OpenAPIのための多くの代替となるツールを見つけることができます。

2
docs/ja/docs/deployment/docker.md

@ -374,7 +374,7 @@ Dockerコンテナの[http://192.168.99.100/items/5?q=somequery](http://192.168.
また、[http://192.168.99.100/redoc](http://192.168.99.100/redoc) や [http://127.0.0.1/redoc](http://127.0.0.1/redoc) (またはそれに相当するDockerホストを使用したもの)にもアクセスできます。
代替の自動ドキュメント([ReDoc](https://github.com/Rebilly/ReDoc)によって提供される)が表示されます:
代替の自動ドキュメント([ReDoc](https://github.com/Redocly/redoc)によって提供される)が表示されます:
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/ja/docs/features.md

@ -19,7 +19,7 @@
![Swagger UI interaction](https://fastapi.tiangolo.com/img/index/index-03-swagger-02.png)
* [**ReDoc**](https://github.com/Rebilly/ReDoc) による代替の API ドキュメント。
* [**ReDoc**](https://github.com/Redocly/redoc) による代替の API ドキュメント。
![ReDoc](https://fastapi.tiangolo.com/img/index/index-06-redoc-02.png)

2
docs/ja/docs/how-to/extending-openapi.md

@ -37,7 +37,7 @@
上記の情報を使って、同じユーティリティ関数で OpenAPI スキーマを生成し、必要な部分を上書きできます。
たとえば、[カスタムロゴを含めるための ReDoc の OpenAPI 拡張](https://github.com/Rebilly/ReDoc/blob/master/docs/redoc-vendor-extensions.md#x-logo)を追加してみましょう。
たとえば、[カスタムロゴを含めるための ReDoc の OpenAPI 拡張](https://github.com/Redocly/redoc/blob/master/docs/redoc-vendor-extensions.md#x-logo)を追加してみましょう。
### 通常の **FastAPI** { #normal-fastapi }

2
docs/ja/docs/index.md

@ -274,7 +274,7 @@ INFO: Application startup complete.
次に、[http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc) にアクセスします。
代替の自動ドキュメントが表示されます([ReDoc](https://github.com/Rebilly/ReDoc) が提供しています)。
代替の自動ドキュメントが表示されます([ReDoc](https://github.com/Redocly/redoc) が提供しています)。
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/ja/docs/tutorial/first-steps.md

@ -78,7 +78,7 @@ INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
次に、[http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc)にアクセスします。
先ほどとは異なる、自動生成された対話的APIドキュメントが表示されます([ReDoc](https://github.com/Rebilly/ReDoc)によって提供):
先ほどとは異なる、自動生成された対話的APIドキュメントが表示されます([ReDoc](https://github.com/Redocly/redoc)によって提供):
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/ko/docs/alternatives.md

@ -125,7 +125,7 @@ def read_url():
또한 표준 기반의 사용자 인터페이스 도구를 통합하기:
* [Swagger UI](https://github.com/swagger-api/swagger-ui)
* [ReDoc](https://github.com/Rebilly/ReDoc)
* [ReDoc](https://github.com/Redocly/redoc)
이 두 가지는 꽤 대중적이고 안정적이기 때문에 선택되었습니다. 하지만 간단히 검색해보면 OpenAPI를 위한 대안 UI가 수십 가지나 있다는 것을 알 수 있습니다(**FastAPI**와 함께 사용할 수 있습니다).

2
docs/ko/docs/deployment/docker.md

@ -372,7 +372,7 @@ Docker 컨테이너의 URL에서 확인할 수 있어야 합니다. 예를 들
또한 [http://192.168.99.100/redoc](http://192.168.99.100/redoc) 또는 [http://127.0.0.1/redoc](http://127.0.0.1/redoc)(또는 Docker 호스트를 사용해 동등하게 접근)로 이동할 수도 있습니다.
대안 자동 문서([ReDoc](https://github.com/Rebilly/ReDoc) 제공)를 볼 수 있습니다:
대안 자동 문서([ReDoc](https://github.com/Redocly/redoc) 제공)를 볼 수 있습니다:
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/ko/docs/features.md

@ -19,7 +19,7 @@
![Swagger UI interaction](https://fastapi.tiangolo.com/img/index/index-03-swagger-02.png)
* [**ReDoc**](https://github.com/Rebilly/ReDoc)을 이용한 대체 API 문서화.
* [**ReDoc**](https://github.com/Redocly/redoc)을 이용한 대체 API 문서화.
![ReDoc](https://fastapi.tiangolo.com/img/index/index-06-redoc-02.png)

2
docs/ko/docs/how-to/extending-openapi.md

@ -37,7 +37,7 @@
위 정보를 바탕으로, 동일한 유틸리티 함수를 사용해 OpenAPI 스키마를 생성하고 필요한 각 부분을 덮어쓸 수 있습니다.
예를 들어, [커스텀 로고를 포함하기 위한 ReDoc의 OpenAPI 확장](https://github.com/Rebilly/ReDoc/blob/master/docs/redoc-vendor-extensions.md#x-logo)을 추가해 보겠습니다.
예를 들어, [커스텀 로고를 포함하기 위한 ReDoc의 OpenAPI 확장](https://github.com/Redocly/redoc/blob/master/docs/redoc-vendor-extensions.md#x-logo)을 추가해 보겠습니다.
### 일반적인 **FastAPI** { #normal-fastapi }

2
docs/ko/docs/index.md

@ -274,7 +274,7 @@ INFO: Application startup complete.
그리고 이제 [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc)로 가봅시다.
다른 자동 문서를 볼 수 있습니다([ReDoc](https://github.com/Rebilly/ReDoc) 제공):
다른 자동 문서를 볼 수 있습니다([ReDoc](https://github.com/Redocly/redoc) 제공):
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/ko/docs/tutorial/first-steps.md

@ -78,7 +78,7 @@ INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
그리고 이제, [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc)로 가봅니다.
대안 자동 문서를 볼 수 있습니다 ([ReDoc](https://github.com/Rebilly/ReDoc) 제공):
대안 자동 문서를 볼 수 있습니다 ([ReDoc](https://github.com/Redocly/redoc) 제공):
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/pt/docs/alternatives.md

@ -125,7 +125,7 @@ Adotar e usar um padrão aberto para especificações de API, em vez de um schem
E integrar ferramentas de interface para usuários baseadas nos padrões:
* [Swagger UI](https://github.com/swagger-api/swagger-ui)
* [ReDoc](https://github.com/Rebilly/ReDoc)
* [ReDoc](https://github.com/Redocly/redoc)
Essas duas foram escolhidas por serem bem populares e estáveis, mas fazendo uma pesquisa rápida, você pode encontrar dúzias de interfaces alternativas adicionais para OpenAPI (que você pode utilizar com **FastAPI**).

2
docs/pt/docs/deployment/docker.md

@ -372,7 +372,7 @@ Você verá a documentação interativa automática da API (fornecida pelo [Swag
E você também pode ir para [http://192.168.99.100/redoc](http://192.168.99.100/redoc) ou [http://127.0.0.1/redoc](http://127.0.0.1/redoc) (ou equivalente, usando seu host Docker).
Você verá a documentação alternativa automática (fornecida pelo [ReDoc](https://github.com/Rebilly/ReDoc)):
Você verá a documentação alternativa automática (fornecida pelo [ReDoc](https://github.com/Redocly/redoc)):
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/pt/docs/features.md

@ -19,7 +19,7 @@ Documentação interativa da API e navegação web da interface de usuário. Com
![Interação Swagger UI](https://fastapi.tiangolo.com/img/index/index-03-swagger-02.png)
* Documentação alternativa da API com [**ReDoc**](https://github.com/Rebilly/ReDoc).
* Documentação alternativa da API com [**ReDoc**](https://github.com/Redocly/redoc).
![ReDoc](https://fastapi.tiangolo.com/img/index/index-06-redoc-02.png)

2
docs/pt/docs/how-to/extending-openapi.md

@ -37,7 +37,7 @@ O parâmetro `summary` está disponível no OpenAPI 3.1.0 e superior, suportado
Com as informações acima, você pode usar a mesma função utilitária para gerar o esquema OpenAPI e sobrescrever cada parte que precisar.
Por exemplo, vamos adicionar [Extensão OpenAPI do ReDoc para incluir um logo personalizado](https://github.com/Rebilly/ReDoc/blob/master/docs/redoc-vendor-extensions.md#x-logo).
Por exemplo, vamos adicionar [Extensão OpenAPI do ReDoc para incluir um logo personalizado](https://github.com/Redocly/redoc/blob/master/docs/redoc-vendor-extensions.md#x-logo).
### **FastAPI** Normal { #normal-fastapi }

2
docs/pt/docs/index.md

@ -274,7 +274,7 @@ Você verá a documentação automática interativa da API (fornecida por [Swagg
E agora, vá para [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc).
Você verá a documentação automática alternativa (fornecida por [ReDoc](https://github.com/Rebilly/ReDoc)):
Você verá a documentação automática alternativa (fornecida por [ReDoc](https://github.com/Redocly/redoc)):
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/pt/docs/tutorial/first-steps.md

@ -78,7 +78,7 @@ Você verá a documentação interativa automática da API (fornecida por [Swagg
E agora, vá para [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc).
Você verá a documentação alternativa automática (fornecida por [ReDoc](https://github.com/Rebilly/ReDoc)):
Você verá a documentação alternativa automática (fornecida por [ReDoc](https://github.com/Redocly/redoc)):
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/ru/docs/alternatives.md

@ -125,7 +125,7 @@ def read_url():
И интегрировать основанные на стандартах инструменты пользовательского интерфейса:
* [Swagger UI](https://github.com/swagger-api/swagger-ui)
* [ReDoc](https://github.com/Rebilly/ReDoc)
* [ReDoc](https://github.com/Redocly/redoc)
Эти два инструмента выбраны за популярность и стабильность, но даже при беглом поиске можно найти десятки альтернативных интерфейсов для OpenAPI (которые можно использовать с **FastAPI**).

2
docs/ru/docs/deployment/docker.md

@ -372,7 +372,7 @@ $ docker run -d --name mycontainer -p 80:80 myimage
Также можно открыть [http://192.168.99.100/redoc](http://192.168.99.100/redoc) или [http://127.0.0.1/redoc](http://127.0.0.1/redoc) (или аналогичный URL вашего Docker-хоста).
Вы увидите альтернативную автоматическую документацию (на базе [ReDoc](https://github.com/Rebilly/ReDoc)):
Вы увидите альтернативную автоматическую документацию (на базе [ReDoc](https://github.com/Redocly/redoc)):
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/ru/docs/features.md

@ -19,7 +19,7 @@
![Swagger UI interaction](https://fastapi.tiangolo.com/img/index/index-03-swagger-02.png)
* Альтернативная документация API в [**ReDoc**](https://github.com/Rebilly/ReDoc).
* Альтернативная документация API в [**ReDoc**](https://github.com/Redocly/redoc).
![ReDoc](https://fastapi.tiangolo.com/img/index/index-06-redoc-02.png)

2
docs/ru/docs/how-to/extending-openapi.md

@ -37,7 +37,7 @@
Используя информацию выше, вы можете той же вспомогательной функцией сгенерировать схему OpenAPI и переопределить любые нужные части.
Например, добавим [расширение OpenAPI ReDoc для включения собственного логотипа](https://github.com/Rebilly/ReDoc/blob/master/docs/redoc-vendor-extensions.md#x-logo).
Например, добавим [расширение OpenAPI ReDoc для включения собственного логотипа](https://github.com/Redocly/redoc/blob/master/docs/redoc-vendor-extensions.md#x-logo).
### Обычный **FastAPI** { #normal-fastapi }

2
docs/ru/docs/index.md

@ -274,7 +274,7 @@ INFO: Application startup complete.
Теперь откройте [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc).
Вы увидите альтернативную автоматическую документацию (предоставлена [ReDoc](https://github.com/Rebilly/ReDoc)):
Вы увидите альтернативную автоматическую документацию (предоставлена [ReDoc](https://github.com/Redocly/redoc)):
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/ru/docs/tutorial/first-steps.md

@ -78,7 +78,7 @@ INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
И теперь перейдите по адресу [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc).
Вы увидите альтернативную автоматически сгенерированную документацию (предоставлено [ReDoc](https://github.com/Rebilly/ReDoc)):
Вы увидите альтернативную автоматически сгенерированную документацию (предоставлено [ReDoc](https://github.com/Redocly/redoc)):
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/tr/docs/alternatives.md

@ -125,7 +125,7 @@ API spesifikasyonları için özel bir şema yerine açık bir standart benimsem
Ve standartlara dayalı kullanıcı arayüzü araçlarını entegre etmek:
* [Swagger UI](https://github.com/swagger-api/swagger-ui)
* [ReDoc](https://github.com/Rebilly/ReDoc)
* [ReDoc](https://github.com/Redocly/redoc)
Bu ikisi oldukça popüler ve istikrarlı oldukları için seçildi; hızlı bir aramayla OpenAPI için onlarca alternatif kullanıcı arayüzü bulabilirsiniz (**FastAPI** ile de kullanabilirsiniz).

2
docs/tr/docs/deployment/docker.md

@ -372,7 +372,7 @@ Otomatik etkileşimli API dokümantasyonunu görürsünüz ( [Swagger UI](https:
Ayrıca [http://192.168.99.100/redoc](http://192.168.99.100/redoc) veya [http://127.0.0.1/redoc](http://127.0.0.1/redoc) adresine de gidebilirsiniz (ya da Docker host'unuzla eşdeğeri).
Alternatif otomatik dokümantasyonu görürsünüz ([ReDoc](https://github.com/Rebilly/ReDoc) tarafından sağlanır):
Alternatif otomatik dokümantasyonu görürsünüz ([ReDoc](https://github.com/Redocly/redoc) tarafından sağlanır):
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/tr/docs/features.md

@ -19,7 +19,7 @@ Etkileşimli API dokümantasyonu ve keşif için web arayüzleri. Framework Open
![Swagger UI interaction](https://fastapi.tiangolo.com/img/index/index-03-swagger-02.png)
* [**ReDoc**](https://github.com/Rebilly/ReDoc) ile alternatif API dokümantasyonu.
* [**ReDoc**](https://github.com/Redocly/redoc) ile alternatif API dokümantasyonu.
![ReDoc](https://fastapi.tiangolo.com/img/index/index-06-redoc-02.png)

2
docs/tr/docs/how-to/extending-openapi.md

@ -37,7 +37,7 @@ Ve `get_openapi()` fonksiyonu şu parametreleri alır:
Yukarıdaki bilgileri kullanarak aynı yardımcı fonksiyonla OpenAPI şemasını üretebilir ve ihtiyacınız olan her parçayı override edebilirsiniz.
Örneğin, [özel bir logo eklemek için ReDoc'un OpenAPI extension'ını](https://github.com/Rebilly/ReDoc/blob/master/docs/redoc-vendor-extensions.md#x-logo) ekleyelim.
Örneğin, [özel bir logo eklemek için ReDoc'un OpenAPI extension'ını](https://github.com/Redocly/redoc/blob/master/docs/redoc-vendor-extensions.md#x-logo) ekleyelim.
### Normal **FastAPI** { #normal-fastapi }

2
docs/tr/docs/index.md

@ -274,7 +274,7 @@ Otomatik etkileşimli API dokümantasyonunu göreceksiniz ([Swagger UI](https://
Ve şimdi [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc) adresine gidin.
Alternatif otomatik dokümantasyonu göreceksiniz ([ReDoc](https://github.com/Rebilly/ReDoc) tarafından sağlanır):
Alternatif otomatik dokümantasyonu göreceksiniz ([ReDoc](https://github.com/Redocly/redoc) tarafından sağlanır):
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/tr/docs/tutorial/first-steps.md

@ -78,7 +78,7 @@ Otomatik etkileşimli API dokümantasyonunu ([Swagger UI](https://github.com/swa
Ve şimdi [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc) adresine gidin.
Alternatif otomatik dokümantasyonu ([ReDoc](https://github.com/Rebilly/ReDoc) tarafından sağlanan) göreceksiniz:
Alternatif otomatik dokümantasyonu ([ReDoc](https://github.com/Redocly/redoc) tarafından sağlanan) göreceksiniz:
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/uk/docs/alternatives.md

@ -125,7 +125,7 @@ def read_url():
Інтегрувати інструменти інтерфейсу на основі стандартів:
* [Інтерфейс Swagger](https://github.com/swagger-api/swagger-ui)
* [ReDoc](https://github.com/Rebilly/ReDoc)
* [ReDoc](https://github.com/Redocly/redoc)
Ці два було обрано через те, що вони досить популярні та стабільні, але, виконавши швидкий пошук, ви можете знайти десятки додаткових альтернативних інтерфейсів для OpenAPI (які можна використовувати з **FastAPI**).

2
docs/uk/docs/deployment/docker.md

@ -372,7 +372,7 @@ $ docker run -d --name mycontainer -p 80:80 myimage
Також ви можете перейти на [http://192.168.99.100/redoc](http://192.168.99.100/redoc) або [http://127.0.0.1/redoc](http://127.0.0.1/redoc) (або еквівалент, використовуючи ваш Docker-хост).
Ви побачите альтернативну автоматичну документацію (надається [ReDoc](https://github.com/Rebilly/ReDoc)):
Ви побачите альтернативну автоматичну документацію (надається [ReDoc](https://github.com/Redocly/redoc)):
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/uk/docs/features.md

@ -19,7 +19,7 @@
![Swagger UI interaction](https://fastapi.tiangolo.com/img/index/index-03-swagger-02.png)
* Альтернативна документація API за допомогою [**ReDoc**](https://github.com/Rebilly/ReDoc).
* Альтернативна документація API за допомогою [**ReDoc**](https://github.com/Redocly/redoc).
![ReDoc](https://fastapi.tiangolo.com/img/index/index-06-redoc-02.png)

2
docs/uk/docs/how-to/extending-openapi.md

@ -37,7 +37,7 @@
Використовуючи наведене вище, ви можете скористатися тією ж утилітарною функцією для генерації схеми OpenAPI і переписати потрібні частини.
Наприклад, додаймо [розширення OpenAPI ReDoc для додавання власного логотипа](https://github.com/Rebilly/ReDoc/blob/master/docs/redoc-vendor-extensions.md#x-logo).
Наприклад, додаймо [розширення OpenAPI ReDoc для додавання власного логотипа](https://github.com/Redocly/redoc/blob/master/docs/redoc-vendor-extensions.md#x-logo).
### Звичайний **FastAPI** { #normal-fastapi }

2
docs/uk/docs/index.md

@ -274,7 +274,7 @@ INFO: Application startup complete.
А тепер перейдіть на [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc).
Ви побачите альтернативну автоматичну документацію (надану [ReDoc](https://github.com/Rebilly/ReDoc)):
Ви побачите альтернативну автоматичну документацію (надану [ReDoc](https://github.com/Redocly/redoc)):
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/uk/docs/tutorial/first-steps.md

@ -78,7 +78,7 @@ INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
А тепер перейдіть сюди [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc).
Ви побачите альтернативну автоматичну документацію (надається [ReDoc](https://github.com/Rebilly/ReDoc)):
Ви побачите альтернативну автоматичну документацію (надається [ReDoc](https://github.com/Redocly/redoc)):
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/zh-hant/docs/alternatives.md

@ -125,7 +125,7 @@ def read_url():
並整合基於標準的使用者介面工具:
* [Swagger UI](https://github.com/swagger-api/swagger-ui)
* [ReDoc](https://github.com/Rebilly/ReDoc)
* [ReDoc](https://github.com/Redocly/redoc)
選擇這兩個是因為它們相當受歡迎且穩定,但稍加搜尋,你會發現有數十種 OpenAPI 的替代使用者介面(都能與 **FastAPI** 一起使用)。

2
docs/zh-hant/docs/deployment/docker.md

@ -372,7 +372,7 @@ $ docker run -d --name mycontainer -p 80:80 myimage
你也可以前往 [http://192.168.99.100/redoc](http://192.168.99.100/redoc) 或 [http://127.0.0.1/redoc](http://127.0.0.1/redoc)(或等效的、使用你的 Docker 主機)。
你會看到另一種自動產生的文件(由 [ReDoc](https://github.com/Rebilly/ReDoc) 提供):
你會看到另一種自動產生的文件(由 [ReDoc](https://github.com/Redocly/redoc) 提供):
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/zh-hant/docs/features.md

@ -19,7 +19,7 @@ FastAPI 能生成互動式 API 文件和探索性的 Web 使用者介面。由
![Swagger UI interaction](https://fastapi.tiangolo.com/img/index/index-03-swagger-02.png)
* 使用 [**ReDoc**](https://github.com/Rebilly/ReDoc) 的替代 API 文件。
* 使用 [**ReDoc**](https://github.com/Redocly/redoc) 的替代 API 文件。
![ReDoc](https://fastapi.tiangolo.com/img/index/index-06-redoc-02.png)

2
docs/zh-hant/docs/how-to/extending-openapi.md

@ -37,7 +37,7 @@
基於上述資訊,你可以用相同的工具函式來產生 OpenAPI 結構,並覆寫你需要客製的部分。
例如,我們要加入 [ReDoc 的 OpenAPI 擴充,插入自訂 logo](https://github.com/Rebilly/ReDoc/blob/master/docs/redoc-vendor-extensions.md#x-logo)。
例如,我們要加入 [ReDoc 的 OpenAPI 擴充,插入自訂 logo](https://github.com/Redocly/redoc/blob/master/docs/redoc-vendor-extensions.md#x-logo)。
### 一般的 **FastAPI** { #normal-fastapi }

2
docs/zh-hant/docs/index.md

@ -274,7 +274,7 @@ INFO: Application startup complete.
現在前往 [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc)。
你會看到另一種自動文件(由 [ReDoc](https://github.com/Rebilly/ReDoc) 提供):
你會看到另一種自動文件(由 [ReDoc](https://github.com/Redocly/redoc) 提供):
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/zh-hant/docs/tutorial/first-steps.md

@ -78,7 +78,7 @@ INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
現在,前往 [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc)。
你將看到另一種自動文件(由 [ReDoc](https://github.com/Rebilly/ReDoc) 提供):
你將看到另一種自動文件(由 [ReDoc](https://github.com/Redocly/redoc) 提供):
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/zh/docs/alternatives.md

@ -124,7 +124,7 @@ def read_url():
并集成基于标准的用户界面工具:
* [Swagger UI](https://github.com/swagger-api/swagger-ui)
* [ReDoc](https://github.com/Rebilly/ReDoc)
* [ReDoc](https://github.com/Redocly/redoc)
选择这两者是因为它们相当流行且稳定;但稍作搜索,你就能找到数十种 OpenAPI 的替代用户界面(都可以与 **FastAPI** 搭配使用)。

2
docs/zh/docs/deployment/docker.md

@ -372,7 +372,7 @@ $ docker run -d --name mycontainer -p 80:80 myimage
你还可以访问 [http://192.168.99.100/redoc](http://192.168.99.100/redoc) 或 [http://127.0.0.1/redoc](http://127.0.0.1/redoc)(或其他等价地址,取决于你的 Docker 主机)。
你将看到备选的自动文档(由 [ReDoc](https://github.com/Rebilly/ReDoc) 提供):
你将看到备选的自动文档(由 [ReDoc](https://github.com/Redocly/redoc) 提供):
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/zh/docs/features.md

@ -19,7 +19,7 @@
![Swagger UI interaction](https://fastapi.tiangolo.com/img/index/index-03-swagger-02.png)
* 另外的 API 文档:[**ReDoc**](https://github.com/Rebilly/ReDoc)
* 另外的 API 文档:[**ReDoc**](https://github.com/Redocly/redoc)
![ReDoc](https://fastapi.tiangolo.com/img/index/index-06-redoc-02.png)

2
docs/zh/docs/how-to/extending-openapi.md

@ -37,7 +37,7 @@
基于以上信息,你可以用同一个工具函数生成 OpenAPI 架构,并按需覆盖其中的各个部分。
例如,让我们添加 [ReDoc 的 OpenAPI 扩展以包含自定义 Logo](https://github.com/Rebilly/ReDoc/blob/master/docs/redoc-vendor-extensions.md#x-logo)。
例如,让我们添加 [ReDoc 的 OpenAPI 扩展以包含自定义 Logo](https://github.com/Redocly/redoc/blob/master/docs/redoc-vendor-extensions.md#x-logo)。
### 常规 **FastAPI** { #normal-fastapi }

2
docs/zh/docs/index.md

@ -274,7 +274,7 @@ INFO: Application startup complete.
然后访问 [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc)。
你会看到另一个自动生成的文档(由 [ReDoc](https://github.com/Rebilly/ReDoc) 提供):
你会看到另一个自动生成的文档(由 [ReDoc](https://github.com/Redocly/redoc) 提供):
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

2
docs/zh/docs/tutorial/first-steps.md

@ -78,7 +78,7 @@ INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
前往 [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc)。
你将会看到可选的自动生成文档 (由 [ReDoc](https://github.com/Rebilly/ReDoc) 提供):
你将会看到可选的自动生成文档 (由 [ReDoc](https://github.com/Redocly/redoc) 提供):
![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)

Loading…
Cancel
Save