Loading README.md +29 −1 Original line number Diff line number Diff line # Create Kind Cluster # Operator Platform Automation This repository contains the automation for deploying the Operator Platform. ## Documentation Full documentation is available in the `docs/` directory and can be viewed locally. ### Running Documentation Locally 1. Create and activate the documentation virtual environment: ```bash python3 -m venv docs/.venv source docs/.venv/bin/activate ``` 2. Install dependencies: ```bash pip install -r docs/requirements.txt ``` 3. Serve the documentation: ```bash mkdocs serve ``` 4. Open http://127.0.0.1:8000 in your browser. ## Quick Start (Cluster Creation) Install kind: Loading Loading
README.md +29 −1 Original line number Diff line number Diff line # Create Kind Cluster # Operator Platform Automation This repository contains the automation for deploying the Operator Platform. ## Documentation Full documentation is available in the `docs/` directory and can be viewed locally. ### Running Documentation Locally 1. Create and activate the documentation virtual environment: ```bash python3 -m venv docs/.venv source docs/.venv/bin/activate ``` 2. Install dependencies: ```bash pip install -r docs/requirements.txt ``` 3. Serve the documentation: ```bash mkdocs serve ``` 4. Open http://127.0.0.1:8000 in your browser. ## Quick Start (Cluster Creation) Install kind: Loading