No description
Find a file
CtznSniiips 9eae5a9850
Merge pull request #40 from CtznSniiips/main
Update multicast troubleshooting section and retire user-guide.md
2026-03-03 15:27:42 -05:00
.github/workflows Update mkdocs_action.yml 2025-10-24 10:48:49 -04:00
docs Merge pull request #3 from Dispatcharr/main 2026-03-03 15:26:13 -05:00
.gitignore logo add and color testing 2025-04-13 15:26:07 -05:00
mkdocs.yml Split user-guide page into smaller pages 2026-02-26 12:04:01 -05:00
README.md Update README.md 2025-04-13 20:16:19 -05:00
requirements.txt Add structure for translations 2025-10-24 10:35:50 -04:00

Dispatcharr

This repository contains the documentation for the Dispatcharr project.

Visit the actual docs here! https://dispatcharr.github.io/Dispatcharr-Docs/

🚀 Getting Started

Follow these steps to clone the repo, set up a virtual environment, install dependencies, and serve the docs locally.

1. Clone the Repository

git clone https://github.com/Dispatcharr/Dispatcharr-Docs.git
cd Dispatcharr-Docs
  1. Create a Virtual Environment

python3 -m venv venv source venv/bin/activate # On Windows use: venv\Scripts\activate

  1. Install Requirements

pip install -r requirements.txt

  1. Serve the Documentation Site
mkdocs serve

Then visit http://127.0.0.1:8000 in your browser to view the site.