You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: replace docs/samples with git-ignored private-samples directory
Move sample API responses to docs/private-samples/ (git-ignored) to
prevent PII exposure when the repository is made public. Update all
references in tests, documentation, and linting configuration.
Replace shields.io dynamic license badge with a static badge that
works regardless of repository visibility.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
A pure Python client library for the Rouvy indoor cycling platform with a CLI tool and a native Home Assistant integration (HACS-compatible).
8
8
@@ -218,7 +218,7 @@ See `scripts/demo_parser.py` for comprehensive examples of parsing different end
218
218
Comprehensive documentation and reference materials are in the `docs/` directory:
219
219
220
220
-[**docs/architecture/turbo-stream.md**](docs/architecture/turbo-stream.md) - Detailed explanation of the turbo-stream format discovery and implementation
221
-
-[**docs/samples/**](docs/samples/) - Sample API responses for reference
221
+
-[**docs/private-samples/**](docs/private-samples/) - Sample API responses for reference (git-ignored, local only)
0 commit comments