-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
81 lines (78 loc) · 2.18 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
---
site_name: Zarhus - Your Digital Chess Knight
site_url: https://docs.zarhus.com
repo_url: https://github.com/zarhus/docs
theme:
name: material
# custom_dir: overrides
favicon: images/favicon.png
logo: images/zarhus-logo-white.png
features:
- content.action.edit
- content.action.view
- content.tabs.link
- content.code.copy
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
extra:
analytics:
provider: google
property: TBD
social:
- icon: fontawesome/brands/github
link: https://github.com/zarhus
# - icon: fontawesome/brands/mastodon
# link: https://fosstodon.org/@TBD
# - icon: fontawesome/brands/twitter
# link: https://twitter.com/TBD
# - icon: fontawesome/brands/reddit
# link: https://www.reddit.com/r/TBD
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- footnotes
- pymdownx.highlight
- pymdownx.keys
- pymdownx.superfences
- attr_list
- meta
- md_in_html
- toc:
toc_depth: 3
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
plugins:
- search
- mkdocs-video
nav:
- 'Intro':
- 'About Zarhus': index.md
- 'New? Start here': newcomers.md
- 'Getting started':
- 'Building': getting-started/building.md
- 'Flashing': getting-started/flashing.md
- 'Verification': getting-started/verification.md
- 'Supported targets':
- 'Targets': supported-targets/targets.md
- 'Radxa':
- 'Radxa CM3': supported-targets/radxa-cm3.md
- 'Guides':
- 'Managing packages': guides/managing-packages.md
- 'Managing layers': guides/managing-layers.md
- 'Secure Boot Verification': guides/secure-boot/secure-boot-verification.md
- 'Development Process':
- 'Standard Release Process': development-process/standard-release-process.md
- 'FAQ': faq.md