mirror of
https://github.com/Dispatcharr/Dispatcharr-Docs.git
synced 2026-03-04 11:53:50 -05:00
No description
|
|
||
|---|---|---|
| .github/workflows | ||
| docs | ||
| .gitignore | ||
| mkdocs.yml | ||
| README.md | ||
| requirements.txt | ||
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
- Create a Virtual Environment
python3 -m venv venv source venv/bin/activate # On Windows use: venv\Scripts\activate
- Install Requirements
pip install -r requirements.txt
- Serve the Documentation Site
mkdocs serve
Then visit http://127.0.0.1:8000 in your browser to view the site.