-
Notifications
You must be signed in to change notification settings - Fork 11
/
mkdocs.yml
43 lines (43 loc) · 1004 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
36
37
38
39
40
41
42
43
site_name: Indicator Fanger/Defanger Docs
site_url: ""
repo_url: https://github.com/ioc-fang/ioc-fanger
repo_name: ioc-fanger
theme:
name: material
custom_dir: docs/overrides
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
primary: deep orange
accent: deep orange
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/lightbulb
name: Switch to light mode
primary: deep orange
accent: deep orange
font: false
icon:
logo: material/magnify
features:
- navigation.instant
- navigation.top
- header.autohide
- toc.integrate
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- attr_list
- admonition
- pymdownx.details
- meta
- toc:
permalink: true
nav:
- Home: index.md
- Quick Start: quick-start.md
- Local Development: local-dev.md