Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for MkDocs (0.04 sec)

  1. docs/en/mkdocs.yml

    INHERIT: ../en/mkdocs.maybe-insiders.yml
    site_name: FastAPI
    site_description: FastAPI framework, high performance, easy to learn, fast to code, ready for production
    site_url: https://fastapi.tiangolo.com/
    theme:
      name: material
      custom_dir: ../en/overrides
      palette:
      - media: (prefers-color-scheme)
        toggle:
          icon: material/lightbulb-auto
          name: Switch to light mode
      - media: '(prefers-color-scheme: light)'
        scheme: default
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 9.8K bytes
    - Viewed (0)
  2. docs/bn/mkdocs.yml

    INHERIT: ../en/mkdocs.yml...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Wed Jan 10 17:43:35 UTC 2024
    - 26 bytes
    - Viewed (0)
  3. mkdocs.yml

    Jared Burrows <******@****.***> 1732173571 -0500
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Thu Nov 21 07:19:31 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  4. docs/az/mkdocs.yml

    INHERIT: ../en/mkdocs.yml...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Wed Jan 31 15:45:57 UTC 2024
    - 26 bytes
    - Viewed (0)
  5. docs/nl/mkdocs.yml

    INHERIT: ../en/mkdocs.yml...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Wed Aug 28 23:41:46 UTC 2024
    - 26 bytes
    - Viewed (0)
  6. docs/zh-hant/mkdocs.yml

    INHERIT: ../en/mkdocs.yml...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Wed Jan 17 17:15:27 UTC 2024
    - 26 bytes
    - Viewed (0)
  7. docs/hu/mkdocs.yml

    INHERIT: ../en/mkdocs.yml...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Tue Jan 09 15:16:04 UTC 2024
    - 26 bytes
    - Viewed (0)
  8. docs/it/mkdocs.yml

    INHERIT: ../en/mkdocs.yml...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Tue Jan 23 14:06:33 UTC 2024
    - 26 bytes
    - Viewed (0)
  9. docs/en/mkdocs.insiders.yml

    Sebastián Ramírez <******@****.***> 1723646007 -0500
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Wed Aug 14 14:33:27 UTC 2024
    - 192 bytes
    - Viewed (0)
  10. docs/en/docs/contributing.md

    Go into the language directory, for the main docs in English it's at `docs/en/`:
    
    ```console
    $ cd docs/en/
    ```
    
    Then run `mkdocs` in that directory:
    
    ```console
    $ mkdocs serve --dev-addr 127.0.0.1:8008
    ```
    
    ///
    
    #### Typer CLI (optional)
    
    The instructions here show you how to use the script at `./scripts/docs.py` with the `python` program directly.
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Jul 26 11:35:42 UTC 2025
    - 14.9K bytes
    - Viewed (0)
Back to top