This commit is contained in:
JonnyWong16 2021-05-23 22:30:01 -07:00
commit e715b0dc5c
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
50 changed files with 6429 additions and 2208 deletions

26
docs/SUMMARY.md Normal file
View file

@ -0,0 +1,26 @@
# Table of Contents
- [Introduction](README.md)
## Getting Started
- [Installation](Installation.md)
- [Upgrading to Python 3](Upgrading-to-Python-3.md)
## Using Tautulli
- [Notifications Agents Guide](Notification-Agents-Guide.md)
- [Custom Notification Conditions](Custom-Notification-Conditions.md)
- [Exporter Guide](Exporter-Guide.md)
- [3rd Party APIs Guide](3rd-Party-APIs-Guide.md)
## Support
- [Asking for Support](Asking-for-Support.md)
- [Frequently Asked Questions (FAQ)](Frequently-Asked-Questions.md)
- [Debugging Tautulli](Debugging.md)
## Extending Tautulli
- [Custom Scripts](Custom-Scripts.md)
- [API Reference](API-Reference.md)