An open API service indexing awesome lists of open source software.

https://github.com/epam/hubctl.io

Documentation for HubCTL
https://github.com/epam/hubctl.io

hubctl mkdocs mkdocs-material

Last synced: 11 months ago
JSON representation

Documentation for HubCTL

Awesome Lists containing this project

README

          

# This project is build for hubctl.io website

This website is based on [mkdocs](https://www.mkdocs.org/) static site generator with [mkdocs-material](https://squidfunk.github.io/mkdocs-material/) theme.

## Prepare

Run next commands in the root directory of repository

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

## Local development

To run site locally just call command:

```shell
mkdocs serve
```