This repository contains the source files for the kubescape.io website.
The site is built using mkdocs with the mkdocs-material theme.
With Python and pip
installed, you can install both of these, and all the required dependencies, using the requirements.txt
file:
pip install -r requirements.txt
To make changes to the site:
- Clone the repo, create a branch and make your changes
- Run
mkdocs serve
and connect to the local server on the URL shown (default http://127.0.0.1:8000/) - Verify your changes look good, and then submit them via a Pull Request. Please read our contributing guide for more information.
If needed, mkdocs build
will build an entire static copy 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. Read about the GitHub/Netlify integration.