-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
50 lines (45 loc) · 1012 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
43
44
45
46
47
48
49
50
site_name: QuantityPickerView
repo_name: GuilhE/QuantityPickerView
repo_url: https://github.com/GuilhE/QuantityPickerView
site_author: GuilhE
copyright: 'Copyright (c) 2020-present GuilhE'
remote_branch: gh-pages
theme:
name: material
palette:
primary: 'white'
accent: 'red'
font:
text: Open Sans
code: Roboto Mono
extra:
manifest: manifest.webmanifest
nav:
- "Overview": index.md
- "Changelog": changelog.md
- "Contributing": contributing.md
- "Code of Conduct": conduct.md
markdown_extensions:
- admonition
- smarty
- codehilite:
guess_lang: false
- footnotes
- meta
- toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.smartsymbols
- pymdownx.tabbed
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
- tables
plugins:
- search