-
-
Notifications
You must be signed in to change notification settings - Fork 39
/
mkdocs.yml
71 lines (66 loc) · 1.45 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
66
67
68
69
70
71
site_name: Tourmaline
repo_url: https://github.com/protoncr/tourmaline
edit_uri: https://github.com/protoncr/tourmaline/tree/master/docs/
site_url: https://tourmaline.dev
theme:
name: material
palette:
- scheme: default
primary: teal
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.instant
- navigation.tabs
- navigation.sections
- navigation.tracking
- content.code.annotate
icon:
logo: fontawesome/brands/telegram
repo: fontawesome/brands/github
favicon: images/logo.png
extra_css:
- stylesheets/extra.css
plugins:
- search:
indexing: full
- mkdocstrings:
default_handler: crystal
watch: [src]
- gen-files:
scripts:
- docs/gen_doc_stubs.py
- literate-nav:
nav_file: SUMMARY.md
- section-index
- macros:
modules:
- mkdocstrings.handlers.crystal.macros
markdown_extensions:
- meta
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.saneheaders
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.critic
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- attr_list
- deduplicate-toc
- admonition
- def_list
- toc:
permalink: "#"
# extra:
# version:
# method: mike