diff --git a/.github/DISCUSSION_TEMPLATE/questions.yml b/.github/DISCUSSION_TEMPLATE/questions.yml index 98424a341db7b..cc35984d87f5f 100644 --- a/.github/DISCUSSION_TEMPLATE/questions.yml +++ b/.github/DISCUSSION_TEMPLATE/questions.yml @@ -42,6 +42,8 @@ body: required: true - label: I already checked if it is not related to FastAPI but to [ReDoc](https://github.com/Redocly/redoc). required: true + - label: I already checked if it is not related to FastAPI but to [Scalar](https://github.com/scalar/scalar). + required: true - type: checkboxes id: help attributes: diff --git a/fastapi/applications.py b/fastapi/applications.py index 87e54a119ffec..7c73685dc6b66 100644 --- a/fastapi/applications.py +++ b/fastapi/applications.py @@ -453,7 +453,7 @@ async def read_items(): Doc( """ The path to the alternative automatic interactive API documentation - provided by ReDoc. + provided by Scalar. The default URL is `/scalar`. You can disable it by setting it to `None`.