mirror of
https://github.com/Dasharo/docs.git
synced 2026-03-06 14:46:22 -08:00
1737166a4b
Signed-off-by: Piotr Król <piotr.krol@3mdeb.com>
213 B
213 B
About
This repository contains source code for Dasharo documentation webpage
Local build
virtualenv -p $(which python3) venv
source venv/bin/activate
pip install mkdocs mkdocs-material
mkdocs build