-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
62 lines (57 loc) · 1.3 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
site_name: SourceBots Docs
site_url: https://docs.sourcebots.co.uk
strict: true
theme:
logo: assets/favicon.ico
favicon: assets/favicon.ico
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- toc.follow
- navigation.top
- navigation.sections
palette:
primary: deep purple
accent: purple
copyright: "© SourceBots"
extra:
generator: false
social:
- icon: fontawesome/solid/globe
link: https://sourcebots.co.uk
- icon: fontawesome/brands/github-alt
link: https://github.com/sourcebots
# Extensions
markdown_extensions:
- attr_list
- abbr
- pymdownx.highlight
- pymdownx.superfences
- footnotes
- markdown.extensions.admonition
- markdown.extensions.def_list
- markdown.extensions.toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.progressbar
- pymdownx.smartsymbols
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- mdx_include:
base_path: docs
plugins:
- search
- awesome-pages
- glightbox