-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmkdocs.yml
66 lines (60 loc) · 1.6 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
# Site information
site_name: hazzy
site_author: Kurt Jacobson
site_description: Documentation for hazzy, a modular Gtk3 based LinuxCNC interface written in python.
site_url: https://kurtjacobson.github.io/hazzy/
# Copyright
copyright: Copyright © 2017 - 2018 Kurt Jacobson
# Repository
repo_name: KurtJacobson/hazzy
repo_url: https://github.com/KurtJacobson/hazzy/
edit_uri: ""
# Configuration
theme:
name: material
palette:
primary: grey
accent: indigo
feature:
tabs: true
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
# Customization
extra:
social:
- type: github
link: https://github.com/KurtJacobson
# Extensions
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.codehilite(guess_lang=false, linenums=true)
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc(permalink=true)
- pymdownx.arithmatex
- pymdownx.betterem(smart_enable=all)
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist(custom_checkbox=true)
- pymdownx.tilde
# Page tree
pages:
- Home: index.md
- Installing: installing.md
- Dependencies: dependencies.md
- Utilities:
- Status Monitor: utilities/status_monitor.md
- Widgets:
- Miscellaneous:
- Video: widgets/miscellaneous/video.md
- Terminal: widgets/miscellaneous/terminal.md