Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 43 for MD (0.06 sec)

  1. docs/metrics/prometheus/grafana/README.md

    ## Prerequisites
    
    - Prometheus and MinIO configured as explained in [document here](https://github.com/minio/minio/blob/master/docs/metrics/prometheus/README.md).
    - Grafana installed as explained [here](https://grafana.com/grafana/download).
    
    ## MinIO Grafana Dashboard
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Oct 31 17:38:53 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  2. docs/en/docs/tutorial/dependencies/index.md

    If you have an older version, you would get errors when trying to use `Annotated`.
    
    Make sure you [Upgrade the FastAPI version](../../deployment/versions.md#upgrading-the-fastapi-versions){.internal-link target=_blank} to at least 0.95.1 before using `Annotated`.
    
    ///
    
    ### Import `Depends`
    
    {* ../../docs_src/dependencies/tutorial001_an_py310.py hl[3] *}
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Oct 28 11:18:17 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  3. CONTRIBUTING.md

    * For error messages related changes, follow the [ErrorMessages Guide](contributing/ErrorMessages.md).
    * For Javadocs, follow the [Javadoc Style Guide](contributing/JavadocStyleGuide.md).
    * For new features, the feature should be mentioned in the [Release Notes](platforms/documentation/docs/src/docs/release/notes.md).
    
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Nov 05 15:15:33 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  4. docs/en/docs/deployment/cloud.md

    In most of the cases, the main cloud providers have guides to deploy FastAPI with them.
    
    ## Cloud Providers - Sponsors
    
    Some cloud providers ✨ [**sponsor FastAPI**](../help-fastapi.md#sponsor-the-author){.internal-link target=_blank} ✨, this ensures the continued and healthy **development** of FastAPI and its **ecosystem**.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Oct 31 09:13:26 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  5. README.md

    ---
    
    ### 🌱 **Contributing to Gradle**
    
    - **Contribution Guide**: [Contribute](https://github.com/gradle/gradle/blob/master/CONTRIBUTING.md) to Gradle by submitting patches or pull requests for code or documentation improvements.
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Fri Nov 01 05:30:25 UTC 2024
    - 8K bytes
    - Viewed (0)
  6. manifests/charts/README.md

    Chart publishing is handled by [release builder](https://github.com/istio/release-builder).
    
    ---
    
    Note: If making any changes to the charts or values.yaml in this dir, first read [UPDATING-CHARTS.md](UPDATING-CHARTS.md)
    
    Istio installer is a modular, 'a-la-carte' installer for Istio. It is based on a
    fork of the Istio helm templates, refactored to increase modularity and isolation.
    
    Goals:
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Oct 31 16:56:50 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  7. docs/ko/docs/tutorial/metadata.md

    `tags` λ§€κ°œλ³€μˆ˜λ₯Ό *경둜 μž‘λ™* 및 `APIRouter`와 ν•¨κ»˜ μ‚¬μš©ν•˜μ—¬ νƒœκ·Έμ— ν• λ‹Ήν•  수 μžˆμŠ΅λ‹ˆλ‹€:
    
    ```Python hl_lines="21  26"
    {!../../docs_src/metadata/tutorial004.py!}
    ```
    
    /// info
    
    νƒœκ·Έμ— λŒ€ν•œ μžμ„Έν•œ λ‚΄μš©μ€ [경둜 μž‘λ™ ꡬ성](path-operation-configuration.md#tags){.internal-link target=_blank}μ—μ„œ μ½μ–΄λ³΄μ„Έμš”.
    
    ///
    
    ### λ¬Έμ„œ 확인
    
    이제 λ¬Έμ„œλ₯Ό ν™•μΈν•˜λ©΄ λͺ¨λ“  μΆ”κ°€ 메타데이터가 ν‘œμ‹œλ©λ‹ˆλ‹€:
    
    <img src="/img/tutorial/metadata/image02.png">
    
    ### νƒœκ·Έ μˆœμ„œ
    
    각 νƒœκ·Έ 메타데이터 λ”•μ…”λ„ˆλ¦¬μ˜ μˆœμ„œλŠ” λ¬Έμ„œ UI에 ν‘œμ‹œλ˜λŠ” μˆœμ„œλ₯Ό μ •μ˜ν•©λ‹ˆλ‹€.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Oct 29 10:36:06 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  8. docs/pt/docs/advanced/websockets.md

    ## Instalando `WebSockets`
    
    Garanta que vocΓͺ criou um [ambiente virtual](../virtual-environments.md){.internal-link target=_blank}, o ativou e instalou o `websockets`:
    
    <div class="termy">
    
    ```console
    $ pip install websockets
    
    ---> 100%
    ```
    
    </div>
    
    ## Cliente WebSockets
    
    ### Em produção
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Oct 31 12:20:59 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  9. docs/en/docs/advanced/dataclasses.md

        As always, in FastAPI you can combine `def` and `async def` as needed.
    
        If you need a refresher about when to use which, check out the section _"In a hurry?"_ in the docs about [`async` and `await`](../async.md#in-a-hurry){.internal-link target=_blank}.
    
    9. This *path operation function* is not returning dataclasses (although it could), but a list of dictionaries with internal data.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Oct 28 10:35:06 UTC 2024
    - 4K bytes
    - Viewed (0)
  10. docs/en/docs/advanced/events.md

    ///
    
    ## Sub Applications
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Oct 28 10:36:22 UTC 2024
    - 7.6K bytes
    - Viewed (0)
Back to top