From: eykamp Date: Sat, 4 Mar 2023 12:42:55 +0000 (-0800) Subject: ✏ Fix formatting in `docs/en/docs/tutorial/metadata.md` for `ReDoc` (#6005) X-Git-Tag: 0.93.0~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e570371003874f406231395b8fb30c106e4e0930;p=thirdparty%2Ffastapi%2Ffastapi.git ✏ Fix formatting in `docs/en/docs/tutorial/metadata.md` for `ReDoc` (#6005) --- diff --git a/docs/en/docs/tutorial/metadata.md b/docs/en/docs/tutorial/metadata.md index 78f17031a1..cf13e7470f 100644 --- a/docs/en/docs/tutorial/metadata.md +++ b/docs/en/docs/tutorial/metadata.md @@ -101,7 +101,7 @@ You can configure the two documentation user interfaces included: * **Swagger UI**: served at `/docs`. * You can set its URL with the parameter `docs_url`. * You can disable it by setting `docs_url=None`. -* ReDoc: served at `/redoc`. +* **ReDoc**: served at `/redoc`. * You can set its URL with the parameter `redoc_url`. * You can disable it by setting `redoc_url=None`.