mirror of
https://github.com/plexguide/Huntarr-Sonarr.git
synced 2025-12-16 20:04:16 -06:00
1.2 KiB
1.2 KiB
Huntarr.io Documentation
This directory contains the official documentation for the Huntarr.io project, which is automatically published to https://plexguide.github.io/Huntarr.io/docs.
Structure
The documentation is built using GitHub Pages with files directly from the /docs folder. The main entry point is index.html.
Contributing
To contribute to the documentation:
- Make changes to files in the
/docsdirectory - Submit a pull request to the main branch
- Once approved and merged, GitHub Actions will automatically deploy the changes
Local Testing
To test documentation locally, you can use Python's built-in HTTP server:
cd /path/to/Huntarr.io/docs
python -m http.server 8000
Then open your browser to http://localhost:8000.
Documentation Plan
This documentation will eventually include:
- Installation guides
- Configuration instructions
- Feature documentation for all apps (Sonarr, Radarr, Lidarr, Readarr, Whisparr, etc.)
- Frequently Asked Questions
- Troubleshooting tips
- API documentation
Contact
If you have questions about the documentation, please open an issue on GitHub or join our Discord.