forked from TheGreatCodeholio/icad_dispatch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
44 lines (37 loc) · 1.76 KB
/
Copy path_config.yml
File metadata and controls
44 lines (37 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# ─────────────────────────────────────────────────────────────────────────────
# iCAD Dispatch v2
# Real-time Emergency Services Dispatch System
# ─────────────────────────────────────────────────────────────────────────────
#
# iCAD Dispatch is a real-time radio call processing and notification system
# designed for fire, EMS, and emergency services dispatch in North America.
# It ingests audio from radio systems, detects tones, transcribes speech,
# extracts addresses, geocodes locations, and sends notifications to multiple
# channels (Discord, Telegram, Email, Pushover, n8n, Make, Ntfy).
#
# License: MIT
# Docs: https://YOUR_GITHUB_USERNAME.github.io/icad_dispatch_v2/
# ─────────────────────────────────────────────────────────────────────────────
title: iCAD Dispatch v2
description: Real-time Emergency Services Dispatch System for North America
remote_theme: pages-themes/cayman@v0.2.0
plugins:
- jekyll-relative-links
relative_links:
enabled: true
collections: true
include:
- docs
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
github:
repository_url: https://github.com/YOUR_GITHUB_USERNAME/icad_dispatch_v2
# Navigation
header_pages:
- docs/quickstart.md
- docs/installation/docker.md
- docs/configuration/env-variables.md
- docs/api.md
- docs/troubleshooting.md