-
Notifications
You must be signed in to change notification settings - Fork 11
/
mkdocs.yml
65 lines (61 loc) · 1.58 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# main repo will be displayed in the header
main_repo_name: foliant-docs/foliant
main_repo_url: https://github.com/foliant-docs/foliant
repo_name: foliant-docs/docs
repo_url: https://github.com/foliant-docs/docs
edit_uri: edit/master/src/
theme:
name: material
custom_dir: !path ./theme/
palette:
- scheme: default
primary: "rgba(0, 0, 0, 0.87)"
accent: light blue
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
font:
text: PT Sans
code: PT Mono
logo: assets/images/octopus-white.svg
favicon: assets/images/octopus-black-32.ico
features:
- search.suggest
- search.highlight
- navigation.top
icon:
repo: fontawesome/brands/github-alt
features:
- search.suggest
- search.highlight
- navigation.instant
- navigation.top
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/foliant-docs/foliant
- icon: fontawesome/regular/file-pdf
link: /docs/assets/foliant-docs.pdf
analytics:
provider: google
property: UA-120535275-2
plugins:
- tags:
tags_file: tags.md
- search:
lang:
- en
markdown_extensions:
- def_list
- pymdownx.highlight
- toc:
permalink: true
- admonition
- pymdownx.details
- pymdownx.superfences
extra_css:
- 'stylesheets/extra.css'