forked from xboxoneresearch/wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
47 lines (43 loc) · 1006 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
site_name: Xbox One Research Wiki
repo_url: https://github.com/xboxoneresearch/wiki
theme:
name: material
custom_dir: docs/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:
- 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