-
Notifications
You must be signed in to change notification settings - Fork 11
/
mkdocs.yml
44 lines (44 loc) · 927 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
site_name: Flexpa OS
site_url: https://os.flexpa.com
theme:
name: material
palette:
scheme: flexpa
logo: assets/logo.png
features:
- navigation.sections
- content.action.edit
extra_css:
- stylesheets/flexpa.css
extra:
homepage: https://flexpa.com
generator: false
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/flexpa
- icon: fontawesome/brands/github
link: https://github.com/flexpa
repo_url: https://github.com/flexpa/os
repo_name: flexpa/os
edit_uri: edit/master/docs/
markdown_extensions:
- admonition
- tables
- def_list
- pymdownx.tasklist:
custom_checkbox: true
nav:
- ...
- Culture:
- what-makes-a-flexpal.md
- ddo.md
- Process:
- ... | flat | process/*.md
- Policy:
- ... | flat | policy/*.md
- People:
- ... | flat | people/*.md
- IT:
- ... | flat | it/*.md
plugins:
- awesome-pages