🌐 Add Korean translation for docs/ko/docs/how-to/conditional-openapi.md#12731
Conversation
Remove one period
Change /// to !!!
|
📝 Docs preview for commit 2c15947 at: https://45149659.fastapitiangolo.pages.dev Modified Pages |
|
📝 Docs preview for commit 3b47d2c at: https://71e0624e.fastapitiangolo.pages.dev Modified Pages |
| 그런 다음 `FastAPI` 앱을 만들 때 사용합니다. | ||
|
|
||
| 그런 다음 환경 변수 `OPENAPI_URL`을 빈 문자열로 설정하여 OpenAPI(문서 UI 포함)를 비활성화할 수 있습니다. 예를 들어: | ||
|
|
||
| <div class="termy"> | ||
|
|
||
| ```console | ||
| $ OPENAPI_URL= uvicorn main:app | ||
|
|
||
| <span style="color: green;">INFO</span>: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) | ||
| ``` | ||
|
|
||
| </div> | ||
|
|
||
| 그런 다음 `/openapi.json`, `/docs` 또는 `/redoc`의 URL로 이동하면 `404 Not Found`라는 오류가 다음과 같이 표시됩니다: |
There was a problem hiding this comment.
원문에도 "Then", "And then" 이런 식으로 되어 있긴 하지만..
"그런 다음"이 너무 반복되어서 조금 어색합니다. 가능하다면 접속사를 조금 다듬었으면 좋겠습니다.
Co-authored-by: hy.lee <rurouni24@gmail.com>
|
📝 Docs preview for commit 90922f8 at: https://9810c56b.fastapitiangolo.pages.dev Modified Pages |
Modifying conjunctions
|
📝 Docs preview for commit 1cd7daa at: https://025b2062.fastapitiangolo.pages.dev Modified Pages |
hard-coders
left a comment
There was a problem hiding this comment.
Great job! Only one thing left to do.
Co-authored-by: hy.lee <rurouni24@gmail.com>
|
📝 Docs preview for commit 8ed1e0e at: https://16a8d3dd.fastapitiangolo.pages.dev Modified Pages |
|
📝 Docs preview for commit 4bf13c3 at: https://e39e74b9.fastapitiangolo.pages.dev Modified Pages |
|
📝 Docs preview for commit fb9fbb1 at: https://d0715f90.fastapitiangolo.pages.dev Modified Pages |
|
Cool! Thanks for the contribution @sptcnl ✨ And thanks for the review @hard-coders 🤓 |
No description provided.