-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
50 lines (42 loc) · 1.05 KB
/
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
44
45
46
47
48
49
50
site_name: Reconmap docs
site_url: https://docs.reconmap.com
repo_url: https://github.com/reconmap/documentation
edit_uri: edit/main/docs/
theme:
name: material
logo: images/icon-512.png
favicon: images/favicon.ico
features:
- content.action.edit
- content.code.copy
- navigation.footer
palette:
- scheme: default
primary: red
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: red
toggle:
icon: material/weather-sunny
name: Switch to light mode
plugins:
- search
- git-revision-date-localized:
enable_creation_date: false
extra:
generator: false
social:
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/reconmap
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/reconmap/
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences