Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for cd (0.15 sec)

  1. docs/de/docs/contributing.md

        Gehen Sie in das Verzeichnis für die entsprechende Sprache. Das für die englischsprachige Hauptdokumentation befindet sich unter `docs/en/`:
    
        ```console
        $ cd docs/en/
        ```
    
        Führen Sie dann `mkdocs` in diesem Verzeichnis aus:
    
        ```console
        $ mkdocs serve --dev-addr 8008
        ```
    
    #### Typer-CLI (optional)
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sat Mar 30 23:55:23 GMT 2024
    - 16.2K bytes
    - Viewed (0)
  2. docs/en/docs/contributing.md

    !!! tip
        Alternatively, you can perform the same steps that scripts does manually.
    
        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)
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Jan 11 17:42:43 GMT 2024
    - 14.1K bytes
    - Viewed (0)
  3. docs/zh/docs/contributing.md

    ```
    
    </div>
    
    文档服务将运行在 `http://127.0.0.1:8008`。
    
    这样,你可以编辑文档 / 源文件并实时查看更改。
    
    !!! tip
        或者你也可以手动执行和该脚本一样的操作
    
        进入语言目录,如果是英文文档,目录则是 `docs/en/`:
    
        ```console
        $ cd docs/en/
        ```
    
        在该目录执行 `mkdocs` 命令
    
        ```console
        $ mkdocs serve --dev-addr 8008
        ```
    
    #### Typer CLI (可选)
    
    本指引向你展示了如何直接用 `python` 运行 `./scripts/docs.py` 中的脚本。
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Wed Mar 13 11:57:21 GMT 2024
    - 12.9K bytes
    - Viewed (0)
Back to top