Official documentation for Mycelium Cloud - Deploy and manage Kubernetes clusters on the decentralized ThreeFold Grid.
Visit: https://codescalers.github.io/www_kubecloud
- Home - Overview and introduction
- Getting Started - Quick start guide
- Kubernetes Concepts - Kubernetes fundamentals
- Tutorials - Deployment examples
- FAQ - Frequently asked questions
cd docs
bundle install
bundle exec jekyll serveVisit http://localhost:4000/www_kubecloud
GitHub Pages is configured to serve from the docs/ directory using Jekyll with the Cayman theme.
- Go to repository Settings β Pages
- Set Source to "Deploy from a branch"
- Set Branch to
mainand folder to/docs - Save and wait for deployment
- Create or edit markdown files in
docs/ - Test locally with
bundle exec jekyll serve - Commit and push to GitHub
- Site updates automatically
- Jekyll - Static site generator
- GitHub Pages - Hosting
- Cayman Theme - Clean, simple theme
- Markdown - Content format
See the main kubecloud repository for license information.