Files
Admin9705 86da4fa668 Update Swaparr documentation to clarify functionality and enhance user warnings
- Revised the description of Swaparr to emphasize its role as a stalled download cleaning utility integrated with Huntarr.
- Added an important warning regarding the impact of Swaparr on all downloads initiated by *arr applications.
- Included a detailed timing example to illustrate the download monitoring process and removal timeline.
- Expanded the list of malicious file extensions to improve protection against potential threats, with a note on the significance of these additions.
2025-06-15 12:54:13 -04:00
..
2025-06-11 11:14:42 -04:00
2025-06-10 08:17:06 -04:00
2025-06-11 11:19:47 -04:00

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:

  1. Make changes to files in the /docs directory
  2. Submit a pull request to the main branch
  3. 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.