-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
35 lines (35 loc) · 870 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
29
30
31
32
33
34
35
site_name: GetAccept
nav:
- "Documentation":
- "Overview": "index.md"
- "Requirements": "requirements.md"
- "How it Works": "howitworks.md"
- "Installation": "installation.md"
- "Configuration": "configuration.md"
- "Upgrading": "upgrading.md"
- "Technical": "technical.md"
- "Troubleshooting": "troubleshooting.md"
- "Changelog":
- "GetAccept add-on": "changelog.md"
repo_url: https://github.com/getaccept/addon-getaccept-lime
repo_name: "getaccept/addon-getaccept-lime"
site_description: GetAccept
site_author: GetAccept AB
docs_dir: docs
dev_addr: localhost:3002
theme:
name: "material"
logo:
icon: "home"
feature:
tabs: true
palette:
primary: "teal"
accent: "teal"
favicon: "images/favicon.ico"
site_url: ""
markdown_extensions:
- codehilite
- admonition
- meta
- footnotes