Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for mkdirs (0.17 sec)

  1. docs/de/docs/contributing.md

        ```console
        $ cd docs/en/
        ```
    
        Führen Sie dann `mkdocs` in diesem Verzeichnis aus:
    
        ```console
        $ mkdocs serve --dev-addr 8008
        ```
    
    #### Typer-CLI (optional)
    
    Die Anleitung hier zeigt Ihnen, wie Sie das Skript unter `./scripts/docs.py` direkt mit dem `python` Programm verwenden.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 23:55:23 GMT 2024
    - 16.2K bytes
    - Viewed (0)
  2. docs/ru/docs/contributing.md

    ## Документация
    
    Прежде всего, убедитесь, что Вы настроили своё окружение, как описано выше, для установки всех зависимостей.
    
    Документация использует <a href="https://www.mkdocs.org/" class="external-link" target="_blank">MkDocs</a>.
    
    Также существуют дополнительные инструменты/скрипты для работы с переводами в `./scripts/docs.py`.
    
    !!! tip "Подсказка"
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sun Jun 11 21:38:15 GMT 2023
    - 22.5K bytes
    - Viewed (0)
  3. docs/pt/docs/contributing.md

    ## Documentação
    
    Primeiro, tenha certeza de configurar seu ambiente como descrito acima, isso irá instalar todas as requisições.
    
    A documentação usa <a href="https://www.mkdocs.org/" class="external-link" target="_blank">MkDocs</a>.
    
    E existem ferramentas/_scripts_ extras para controlar as traduções em `./scripts/docs.py`.
    
    !!! tip
    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)
  4. docs/zh/docs/contributing.md

    这条命令会生成一个从 `en` 版本继承了所有属性的配置文件 `docs/ht/mkdocs.yml`:
    
    ```yaml
    INHERIT: ../en/mkdocs.yml
    ```
    
    !!! tip
        你也可以自己手动创建包含这些内容的文件。
    
    这条命令还会生成一个文档主页 `docs/ht/index.md`,你可以从这个文件开始翻译。
    
    然后,你可以根据上面的"已有语言"的指引继续进行翻译。
    
    翻译完成后,你就可以用 `docs/ht/mkdocs.yml` 和 `docs/ht/index.md` 发起 PR 了。🎉
    
    #### 预览结果
    
    你可以执行 `./scripts/docs.py live` 命令来预览结果(或者 `mkdocs serve`)。
    
    但是当你完成翻译后,你可以像在线上展示一样测试所有内容,包括所有其他语言。
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Wed Mar 13 11:57:21 GMT 2024
    - 12.9K bytes
    - Viewed (0)
  5. docs/fr/docs/contributing.md

    ## Documentation
    
    Tout d'abord, assurez-vous que vous configurez votre environnement comme décrit ci-dessus, qui installera toutes les exigences.
    
    La documentation utilise <a href="https://www.mkdocs.org/" class="external-link" target="_blank">MkDocs</a>.
    
    Et il y a des outils/scripts supplémentaires en place pour gérer les traductions dans `./scripts/docs.py`.
    
    !!! tip
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Jul 27 18:51:07 GMT 2023
    - 16.3K bytes
    - Viewed (0)
  6. 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 8008
        ```
    
    #### Typer CLI (optional)
    
    The instructions here show you how to use the script at `./scripts/docs.py` with the `python` program directly.
    
    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)
  7. docs/em/docs/contributing.md

    * 🔜 📂 ⬜ 📁 📁 🇪🇸:
    
    ```
    docs/en/mkdocs.yml
    ```
    
    * 🔎 🥉 🌐❔ 👈 `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
    ```
    
    * 🚮 ⚫️ 📤 ☑ 🎏 🗺 ⚫️ 🇪🇸, ✅:
    
    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)
  8. docs/ja/docs/contributing.md

        パスとファイル名の変更は、`en`から`es`への言語コードだけであることに注意してください。
    
    * ここで、英語のMkDocs構成ファイルを開きます:
    
    ```
    docs/en/docs/mkdocs.yml
    ```
    
    * 設定ファイルの中で、`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
    ```
    
    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