-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmkdocs.yml
28 lines (28 loc) · 814 Bytes
/
mkdocs.yml
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
site_name: INCIDENTS
site_dir: "_site"
theme:
name: "material"
logo:
icon: "feedback"
palette:
primary: "blue"
accent: "blue"
repo_name: "veeral-patel/incidents"
repo_url: "https://github.com/veeral-patel/incidents"
edit_uri: ""
nav:
- Home: "index.md"
- Quickstart: "quickstart.md"
- Installing for Production: "installing_in_production.md"
- Concepts:
- "Incidents": "incidents.md"
- "Tickets": "tickets.md"
- "Leads": "leads.md"
- "Tags": "tags.md"
- "Observables": "observables.md"
- Features:
- "Custom Statuses": "custom_statuses.md"
- "Custom Priorities": "custom_priorities.md"
- "Restrict Access to an Incident": "restrict_incident_access.md"
- "User Management": "user_management.md"
- "Dark Theme": "dark_theme.md"