Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for Tip (0.02 seconds)

  1. docs/en/docs/advanced/vibe.md

    * **No code reviews**: There's no code to review. No PRs to approve. No comments to address. Embrace vibe coding fully, replace the theater of approving and merging vibe coded PRs that no one looks at with full proper vibes only.
    
    /// tip
    
    This is the ultimate **vibe-driven development** experience. You don't need to think about what your API does, just let the LLM handle it. 🧘
    
    ///
    
    ## Try It { #try-it }
    
    Go ahead, try it:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Apr 01 16:16:24 GMT 2026
    - 2K bytes
    - Click Count (0)
  2. docs/en/mkdocs.yml

      pymdownx.tilde: null
      pymdownx.blocks.admonition:
        types:
        - note
        - attention
        - caution
        - danger
        - error
        - tip
        - hint
        - warning
        - info
        - check
      pymdownx.blocks.details: null
      pymdownx.blocks.tab:
        alternate_style: true
      mdx_include: null
      markdown_include_variants: null
    extra:
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Apr 01 16:16:24 GMT 2026
    - 9.9K bytes
    - Click Count (0)
  3. docs/en/docs/release-notes.md

    ### Docs
    
    * 📝 Add tip on how to install `pip` in case of `No module named pip` error in `virtual-environments.md`. PR [#14211](https://github.com/fastapi/fastapi/pull/14211) by [@zadevhub](https://github.com/zadevhub).
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Apr 03 12:07:04 GMT 2026
    - 631K bytes
    - Click Count (0)
Back to Top