Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for deepLinking (0.06 sec)

  1. docs/de/docs/how-to/configure-swagger-ui.md

    ```Python
    {!../../fastapi/openapi/docs.py[ln:7-23]!}
    ```
    
    Sie können jede davon überschreiben, indem Sie im Argument `swagger_ui_parameters` einen anderen Wert festlegen.
    
    Um beispielsweise `deepLinking` zu deaktivieren, könnten Sie folgende Einstellungen an `swagger_ui_parameters` übergeben:
    
    ```Python hl_lines="3"
    {!../../docs_src/configure_swagger_ui/tutorial003.py!}
    ```
    
    ## Andere Parameter der Swagger-Oberfläche
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  2. docs/en/docs/how-to/configure-swagger-ui.md

    {* ../../fastapi/openapi/docs.py ln[8:23] hl[17:23] *}
    
    You can override any of them by setting a different value in the argument `swagger_ui_parameters`.
    
    For example, to disable `deepLinking` you could pass these settings to `swagger_ui_parameters`:
    
    {* ../../docs_src/configure_swagger_ui/tutorial003.py hl[3] *}
    
    ## Other Swagger UI Parameters
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sat Oct 26 16:50:52 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  3. docs/zh/docs/how-to/configure-swagger-ui.md

    ## 改变默认 Swagger UI 参数
    
    FastAPI 包含了一些默认配置参数,适用于大多数用例。
    
    其包括这些默认配置参数:
    
    ```Python
    {!../../fastapi/openapi/docs.py[ln:7-23]!}
    ```
    
    你可以通过在 `swagger_ui_parameters` 中设置不同的值来覆盖它们。
    
    比如,如果要禁用 `deepLinking`,你可以像这样传递设置到 `swagger_ui_parameters` 中:
    
    ```Python hl_lines="3"
    {!../../docs_src/configure_swagger_ui/tutorial003.py!}
    ```
    
    ## 其他 Swagger UI 参数
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  4. docs/pt/docs/how-to/configure-swagger-ui.md

    ```Python
    {!../../fastapi/openapi/docs.py[ln:7-23]!}
    ```
    
    Você pode substituir qualquer um deles definindo um valor diferente no argumento `swagger_ui_parameters`.
    
    Por exemplo, para desabilitar `deepLinking` você pode passar essas configurações para `swagger_ui_parameters`:
    
    ```Python hl_lines="3"
    {!../../docs_src/configure_swagger_ui/tutorial003.py!}
    ```
    
    ## Outros parâmetros da UI do Swagger
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 3.1K bytes
    - Viewed (0)
Back to top