Files
tyto/docs/README.md
vikingowl 52c10b3d55 docs: add comprehensive documentation
Documentation structure:
- docs/README.md - Documentation index
- docs/getting-started.md - Installation and first run
- docs/usage.md - Dashboard features and usage
- docs/configuration.md - Full configuration reference
- docs/multi-device.md - Agent setup and PKI management
- docs/security.md - Authentication, RBAC, mTLS
- docs/api.md - Complete REST API reference
- docs/deployment.md - Production deployment guide
- docs/troubleshooting.md - Common issues and solutions
- docs/development.md - Contributing and building

Total: ~80KB of documentation covering all features

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-28 09:23:02 +01:00

41 lines
1.2 KiB
Markdown

# Tyto Documentation
Welcome to the Tyto documentation. Choose a guide based on your needs.
## Getting Started
| Guide | Description |
|-------|-------------|
| [Getting Started](getting-started.md) | First-time setup and installation |
| [Usage Guide](usage.md) | Using the dashboard and features |
| [Configuration](configuration.md) | All configuration options |
## Multi-Device Monitoring
| Guide | Description |
|-------|-------------|
| [Multi-Device Setup](multi-device.md) | Setting up agents and central server |
| [Security & Authentication](security.md) | Users, roles, LDAP, mTLS |
## Reference
| Guide | Description |
|-------|-------------|
| [API Reference](api.md) | REST API endpoints |
| [Deployment](deployment.md) | Production deployment guide |
| [Troubleshooting](troubleshooting.md) | Common issues and solutions |
## Contributing
| Guide | Description |
|-------|-------------|
| [Development](development.md) | Building from source, contributing |
---
## Quick Links
- **Repository**: [somegit.dev/vikingowl/tyto](https://somegit.dev/vikingowl/tyto)
- **Issues**: [somegit.dev/vikingowl/tyto/issues](https://somegit.dev/vikingowl/tyto/issues)
- **License**: [MIT](../LICENSE)