Quick Start Clone the repository: git clone https://github.com/yevgen-ponomarenko/victor-bio-docs-processor cd victor-bio-docs-processor Install dependencies: curl -LsSf https://astral.sh/uv/install.sh | sh uv sync Run locally: uv run mkdocs serve # or for product site: uv run mkdocs serve -f mkdocs-product.yml --dev-addr 0.0.0.0:8001 Open in browser: Book: http://localhost:8000/ Product/Docs: http://localhost:8001/ For more, see How It Works and Contributing.