User documentation for Obsyk - Observability & Security for AI Workloads.
- Python 3.9+
- pip
# Install dependencies
pip install -r requirements.txt
# Serve locally with live reload
mkdocs serve
# Build static site
mkdocs buildThe local server runs at http://localhost:8000
- Fork this repository
- Create a feature branch
- Make your changes in the
docs/directory - Submit a pull request
docs/
├── index.md # Home page
├── getting-started/ # Onboarding guides
├── user-guide/ # Platform usage
├── operator/ # Operator docs
└── reference/ # Technical reference
Copyright (c) 2025 Obsyk. All rights reserved.