Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Raines (0.16 sec)

  1. docs/pt/docs/contributing.md

    ```
    docs/en/docs/mkdocs.yml
    ```
    
    * Procure o lugar onde `docs/features.md` estรก localizado no arquivo de configuraรงรฃo. Algum lugar como:
    
    ```YAML hl_lines="8"
    site_name: FastAPI
    # Mais coisas
    nav:
    - FastAPI: index.md
    - Languages:
      - en: /
      - es: /es/
    - features.md
    ```
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sun Jun 11 21:38:15 GMT 2023
    - 14.9K bytes
    - Viewed (0)
  2. docs/em/docs/contributing.md

    ```
    
    * ๐Ÿ”Ž ๐Ÿฅ‰ ๐ŸŒโ” ๐Ÿ‘ˆ `docs/features.md` ๐Ÿ”Ž ๐Ÿ“ ๐Ÿ“. ๐Ÿ‘ฑ ๐Ÿ’–:
    
    ```YAML hl_lines="8"
    site_name: FastAPI
    # More stuff
    nav:
    - FastAPI: index.md
    - Languages:
      - en: /
      - es: /es/
    - features.md
    ```
    
    * ๐Ÿ“‚ โฌœ ๐Ÿ“ ๐Ÿ“ ๐Ÿ‡ช๐Ÿ‡ธ ๐Ÿ‘† โœ, โœ…:
    
    ```
    docs/es/mkdocs.yml
    ```
    
    * ๐Ÿšฎ โšซ๏ธ ๐Ÿ“ค โ˜‘ ๐ŸŽ ๐Ÿ—บ โšซ๏ธ ๐Ÿ‡ช๐Ÿ‡ธ, โœ…:
    
    ```YAML hl_lines="8"
    site_name: FastAPI
    # More stuff
    nav:
    - FastAPI: index.md
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sun Jun 11 21:38:15 GMT 2023
    - 11.4K bytes
    - Viewed (0)
  3. docs/en/docs/contributing.md

    * In code blocks within the Markdown document, translate comments (`# a comment`), but leave the rest unchanged.
    
    * Do not change anything enclosed in "``" (inline code).
    
    * In lines starting with `===` or `!!!`, translate only the ` "... Text ..."` part. Leave the rest unchanged.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Jan 11 17:42:43 GMT 2024
    - 14.1K bytes
    - Viewed (0)
  4. docs/ja/docs/contributing.md

    ```
    
    * ่จญๅฎšใƒ•ใ‚กใ‚คใƒซใฎไธญใงใ€`docs/features.md`ใŒ่จ˜่ฟฐใ•ใ‚Œใฆใ„ใ‚‹็ฎ‡ๆ‰€ใ‚’่ฆ‹ใคใ‘ใพใ™:
    
    ```YAML hl_lines="8"
    site_name: FastAPI
    # More stuff
    nav:
    - FastAPI: index.md
    - Languages:
      - en: /
      - es: /es/
    - features.md
    ```
    
    * ็ทจ้›†ใ—ใฆใ„ใ‚‹่จ€่ชžใฎMkDocsๆง‹ๆˆใƒ•ใ‚กใ‚คใƒซใ‚’้–‹ใใพใ™ใ€‚ไพ‹ใˆใฐ:
    
    ```
    docs/es/docs/mkdocs.yml
    ```
    
    * ่‹ฑ่ชžใจใพใฃใŸใๅŒใ˜ๅ ดๆ‰€ใซ่ฟฝๅŠ ใ—ใพใ™ใ€‚ไพ‹ใˆใฐ:
    
    ```YAML hl_lines="8"
    site_name: FastAPI
    # More stuff
    nav:
    - FastAPI: index.md
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sun Jun 11 21:38:15 GMT 2023
    - 16.6K bytes
    - Viewed (0)
Back to top