epam / hubctl.io

Documentation for HubCTL
https://hubctl.io
0 stars 0 forks source link
hubctl mkdocs mkdocs-material

This project is build for hubctl.io website

This website is based on mkdocs static site generator with mkdocs-material theme.

Prepare

Run next commands in the root directory of repository

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Local development

To run site locally just call command:

mkdocs serve