forked from armbian/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
134 lines (117 loc) · 4.63 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
site_name: Armbian Documentation
site_author: "Armbian team"
copyright: Copyright © 2015 - 2024 Armbian team
repo_url: https://github.com/armbian/documentation
repo_name: armbian/documentation
theme:
name: material
custom_dir: overrides
logo: images/logo.svg
icon:
repo: fontawesome/brands/github-alt
palette:
- scheme: default
primary: red
accent: red
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: red
accent: red
toggle:
icon: material/toggle-switch
name: Switch to light mode
favicon: images/logo.png
features:
- navigation.tabs
- navigation.top
- toc.integrate
extra:
analytics:
provider: google
property: UA-284946-9
social:
- icon: fontawesome/brands/github
link: https://github.com/armbian
- icon: fontawesome/brands/twitter
link: https://twitter.com/armbian
plugins:
- search
- with-pdf:
author: Armbian documentation team
copyright: © 2024 by Armbian
cover_title: Armbian documentation
cover_subtitle: Linux for ARM development boards
markdown_extensions:
- smarty
- footnotes
- mdx_truly_sane_lists
- toc:
permalink: True
- pymdownx.highlight:
auto_title: true
linenums: true
use_pygments: true
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
nav:
- Home: index.md
- 'Board' :
- 'Maintainers_Procedures_and_Guidelines' : 'Board_Maintainers_Procedures_and_Guidelines.md'
- 'Community' :
- 'Governance' : 'Community_Governance.md'
- 'IRC' : 'Community_IRC.md'
- 'Torrent' : 'Community_Torrent.md'
- 'Developer Guide' :
- 'User Configurations' : 'Developer-Guide_User-Configurations.md'
- 'Extensions Hooks' : 'Developer-Guide_Extensions-Hooks.md'
- 'Welcome' : 'Developer-Guide_Welcome.md'
- 'Build Process' : 'Developer-Guide_Build-Process.md'
- 'Building with Multipass' : 'Developer-Guide_Building-with-Multipass.md'
- 'Build Options' : 'Developer-Guide_Build-Options.md'
- 'Building with Docker' : 'Developer-Guide_Building-with-Docker.md'
- 'Adding Board Family' : 'Developer-Guide_Adding-Board-Family.md'
- 'Extensions' : 'Developer-Guide_Extensions.md'
- 'Testing Procedures' : 'Developer-Guide_Testing-Procedures.md'
- 'Build Preparation' : 'Developer-Guide_Build-Preparation.md'
- 'Development Code' :
- 'Review_Procedures_and_Guidelines' : 'Development-Code_Review_Procedures_and_Guidelines.md'
- 'Hardware' :
- 'Marvell' : 'Hardware_Marvell.md'
- 'Allwinner A20' : 'Hardware_Allwinner-A20.md'
- 'Rockchip' : 'Hardware_Rockchip.md'
- 'Allwinner H5 A64' : 'Hardware_Allwinner-H5-A64.md'
- 'Allwinner' : 'Hardware_Allwinner.md'
- 'Allwinner H3' : 'Hardware_Allwinner-H3.md'
- 'Allwinner H6' : 'Hardware_Allwinner-H6.md'
- 'Freescale imx6' : 'Hardware_Freescale-imx6.md'
- 'Process' :
- 'Documentation' : 'Process_Documentation.md'
- 'Contribute' : 'Process_Contribute.md'
- 'CI' : 'Process_CI.md'
- 'Managing_Workflow' : 'Process_Managing_Workflow.md'
- 'Armbian Task Tracking' : 'Process_Armbian-Task-Tracking.md'
- 'Merge Policy' : 'Process_Merge-Policy.md'
- 'Release Model' : 'Process_Release-Model.md'
- 'Quick' :
- 'facts' : 'Quick_facts.md'
- 'Release' :
- 'Changelog' : 'Release_Changelog.md'
- 'Board Maintainers' : 'Release_Board-Maintainers.md'
- 'User Guide' :
- 'FAQ' : 'User-Guide_FAQ.md'
- 'Getting Started' : 'User-Guide_Getting-Started.md'
- 'Recovery' : 'User-Guide_Recovery.md'
- 'Allwinner_overlays' : 'User-Guide_Allwinner_overlays.md'
- 'Armbian Config' : 'User-Guide_Armbian-Config.md'
- 'Basic Troubleshooting' : 'User-Guide_Basic-Troubleshooting.md'
- 'Getting Started Download Page' : 'User-Guide_Getting-Started-Download-Page.md'
- 'Migration_from_Bananian' : 'User-Guide_Migration_from_Bananian.md'
- 'Fine Tuning' : 'User-Guide_Fine-Tuning.md'
- 'Board Support Rules' : 'User-Guide_Board-Support-Rules.md'
- 'Advanced Features' : 'User-Guide_Advanced-Features.md'
- 'Networking' : 'User-Guide_Networking.md'
- 'Armbian_overlays' : 'User-Guide_Armbian_overlays.md'