-
Notifications
You must be signed in to change notification settings - Fork 870
/
mkdocs.yml
47 lines (42 loc) · 1.1 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
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
- Introduction: introduction.md
- Usage: usage.md
- Setting up development environment: development_env.md
- Contributing: contributing_to_howdoi.md
- Contributing documentation: contributing_docs.md
- Extension development: extension_dev.md
- Howdoi advanced usage: howdoi_advanced_usage.md
- Troubleshooting: troubleshooting.md
- Development for Windows: windows-contributing.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"