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
- Host: GitHub
- URL: https://github.com/epam/hubctl.io
- Owner: epam
- Created: 2023-03-23T10:56:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-18T00:14:57.000Z (over 2 years ago)
- Last Synced: 2025-07-07T20:33:28.318Z (12 months ago)
- Topics: hubctl, mkdocs, mkdocs-material
- Homepage: https://hubctl.io
- Size: 2.34 MB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```