31 lines
1.3 KiB
Markdown
31 lines
1.3 KiB
Markdown
# Documentation - sdk_relay
|
|
|
|
## Guides
|
|
- [Architecture](ARCHITECTURE.md) - Architecture technique détaillée
|
|
- [API](API.md) - Référence complète des APIs WebSocket et HTTP
|
|
- [Installation](INSTALLATION.md) - Installation et vérifications
|
|
- [Utilisation](USAGE.md) - Guide d'utilisation
|
|
- [Configuration](CONFIGURATION.md) - Paramètres et env vars
|
|
- [Développement](DEVELOPMENT.md) - Environnement développeur
|
|
- [Tests](TESTING.md) - Stratégie et commandes
|
|
- [Performance](PERFORMANCE.md) - Objectifs et mesures
|
|
- [Dépannage](TROUBLESHOOTING.md) - Problèmes courants
|
|
- [Open Source Checklist](OPEN_SOURCE_CHECKLIST.md) - Préparation open source
|
|
- [Gitea Setup](GITEA_SETUP.md) - CI/TEMPLATES Gitea
|
|
- [Plan de Release](RELEASE_PLAN.md) - Processus de release
|
|
- [Roadmap](ROADMAP.md) - Évolution
|
|
- [Audit de Sécurité](SECURITY_AUDIT.md) - Contrôles et recommandations
|
|
- [Contribution](../CONTRIBUTING.md) - Guide de contribution
|
|
- [Sécurité](../SECURITY.md) - Politique de sécurité
|
|
- [Changelog](../CHANGELOG.md) - Historique des versions
|
|
|
|
## Tests
|
|
- Exécuter: `cargo test --all`
|
|
- Lint: `cargo clippy -- -D warnings`
|
|
- Format: `cargo fmt -- --check`
|
|
|
|
## Développement
|
|
- Build: `cargo build --release`
|
|
- Run: `cargo run -- --config .conf`
|
|
- Docker: `docker build -f Dockerfile .`
|