Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mouton (0.14 sec)

  1. docs/de/docs/how-to/custom-docs-ui-assets.md

    │   ├── main.py
    └── static
        ├── redoc.standalone.js
        ├── swagger-ui-bundle.js
        └── swagger-ui.css
    ```
    
    ### Die statischen Dateien bereitstellen
    
    * Importieren Sie `StaticFiles`.
    * „Mounten“ Sie eine `StaticFiles()`-Instanz in einem bestimmten Pfad.
    
    ```Python hl_lines="7  11"
    {!../../../docs_src/custom_docs_ui/tutorial002.py!}
    ```
    
    ### Die statischen Dateien testen
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 18:17:36 GMT 2024
    - 9.2K bytes
    - Viewed (0)
Back to top