-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmkdocs.yml
33 lines (32 loc) · 909 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
site_name: Hyacinth
theme:
name: material
palette:
- scheme: default
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
nav:
- Overview: "index.md"
- "Getting started": "getting-started.md"
- "Usage":
- "Creating a search": "usage/creating-a-search.md"
- "Adding filters": "usage/adding-filters.md"
- "Configuration": "usage/configuration.md"
- "Monitoring": "usage/monitoring.md"
- "Plugins":
- "Craigslist": "usage/plugins/craigslist.md"
- "Facebook Marketplace": "usage/plugins/marketplace.md"
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- def_list
- admonition