-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
50 lines (46 loc) · 980 Bytes
/
mkdocs.yml
File metadata and controls
50 lines (46 loc) · 980 Bytes
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: dcHook Docs
site_url: https://trc-loop.github.io/dchook/
theme:
name: material
language: en
features:
- navigation.top
- navigation.tabs
- navigation.instant
- search.suggest
- content.code.copy
- content.action.edit
palette:
- scheme: slate
primary: indigo
accent: indigo
font:
text: Roboto
code: Roboto Mono
nav:
- Home: index.md
- Installation: installation.md
- Commands:
- Send: commands/send.md
- Version: commands/version.md
- Info: commands/info.md
- Delete: commands/delete.md
markdown_extensions:
- admonition
- codehilite
- footnotes
- meta
- toc:
permalink: true
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.emoji
- pymdownx.tasklist
- pymdownx.details
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/TRC-Loop/dchook
repo_url: https://github.com/TRC-Loop/dchook
repo_name: dcHook