This repo holds and hosts the site for SIG-Multicluster, a special interest group of the Kubernetes project.
Learn how to engage with the Kubernetes community on the community page.
You can reach the maintainers of this project at:
Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.
Install Python and the requirements.
python3 -m venv venv/
source venv/bin/activate
pip install -r requirements.txt
Install the mkdocs plugins
pip install mkdocs-awesome-pages-plugin
pip install mkdocs-macros-plugin
pip install mkdocs-redirects
Use the mkdocs CLI to serve a development version of the site.
mkdocs serve
Navigate to localhost:8000 to see the site.
Use the mkdocs CLI to deploy to the gh-pages
branch of the repo.
mkdocs gh-deploy
Navigate to the live version hosted using Github Pages at https://lauralorenz.github.io/sig-multicluster-site-proposal/.