-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathmkdocs.yml
60 lines (56 loc) · 1.4 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
48
49
50
51
52
53
54
55
56
57
58
59
60
site_name: Xbox One Research Wiki
site_description: Wiki for everything related to Xbox One/Series-family research.
site_url: https://xboxoneresearch.github.io/wiki
repo_url: https://github.com/xboxoneresearch/wiki
theme:
name: material
custom_dir: overrides
icon:
repo: fontawesome/brands/github
features:
- content.action.view
- content.action.edit
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
validation:
nav:
omitted_files: warn
not_found: warn
absolute_links: warn
links:
not_found: warn
absolute_links: warn
unrecognized_links: warn
plugins:
- rss
- search
- literate-nav:
nav_file: NAVIGATION.md
tab_length: 2
- git-authors:
enabled: !ENV [CI, false]
show_email_address: false
strict: false
- git-revision-date-localized:
enabled: !ENV [CI, false]
strict: false
enable_creation_date: true
markdown_extensions:
- pymdownx.magiclink
- attr_list
- pymdownx.highlight:
anchor_linenums: true
use_pygments: true
pygments_lang_class: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format