Шаблон проекта 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.
mkdocs new [dir-name]
- Create a new project.mkdocs serve
- Start the live-reloading docs server.mkdocs build
- Build the documentation site.mkdocs -h
- Print help message and exit.