forked from gleitz/howdoi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
42 lines (37 loc) · 941 Bytes
/
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
site_name: howdoi
theme:
name: 'material'
palette:
primary: ''
accent: 'teal'
icon:
repo: fontawesome/brands/github
repo_name: gleitz/howdoi
repo_url: https://github.com/gleitz/howdoi
edit_uri: ''
nav:
- howdoi: index.md
- Installation: installation.md
- "User Guide": user-guide.md
- Contributing: contributing.md
- Troubleshooting: troubleshooting.md
markdown_extensions:
- toc:
permalink: true
- markdown.extensions.codehilite:
guess_lang: false
- admonition
- codehilite
- extra
- pymdownx.snippets:
base_path: docs
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
- pymdownx.tabbed
extra:
social:
- icon: fontawesome/brands/github
link: 'https://github.com/gleitz/howdoi'