This repository contains the source files for the kubescape.io website.
We use mkdocs with the mkdocs-material theme.
To build and test locally:
- install mkdocs-material with
pip
or Docker - run
mkdocs serve
Run mkdocs build
, and the site will be built in the site/
directory.
The site is hosted with thanks to Netlify. On each successful push to the repository, the site will be published by their bot.