akhud78 / mkdocs_temp

MkDocs template
0 stars 0 forks source link

mkdocs_temp

Шаблон проекта MkDocs

Ссылки

Сборка проекта

This project has a standard MkDocs layout which is built by Read the Docs almost the same way that you would build it locally (on your own laptop!).

You can build and view this documentation project locally - we recommend that you activate a local Python virtual environment first:

# Install required Python dependencies (MkDocs etc.)
pip install -r docs/requirements.txt

# Run the mkdocs development server
mkdocs serve
# Build the MkDocs documentation
mkdocs build -s --no-directory-urls

✅ Open up http://127.0.0.1:8000 in your browser.

Команды

🌎 Command Line Interface