forked from armbian/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
114 lines (101 loc) · 3.88 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
site_name: Armbian Documentation
site_author: "Armbian team"
copyright: Copyright © 2015 - 2022 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: © 2021 by Armbian
cover_title: Armbian documentation
cover_subtitle: Linux for ARM development boards
markdown_extensions:
- smarty
- footnotes
- toc:
permalink: True
- pymdownx.highlight:
auto_title: true
linenums: true
use_pygments: true
- pymdownx.superfences
nav:
- Home: index.md
- "User Guide" :
- "Getting Started" : "User-Guide_Getting-Started.md"
- "Quick facts" : "Quick_facts.md"
- "Troubleshooting" : "User-Guide_Basic-Troubleshooting.md"
- "Recovery" : "User-Guide_Recovery.md"
- "Frequently asked questions" : "User-Guide_FAQ.md"
- "Advanced Features" : "User-Guide_Advanced-Features.md"
- "Fine Tuning" : "User-Guide_Fine-Tuning.md"
- "Armbian config" : "User-Guide_Armbian-Config.md"
- "Armbian DT overlays" : "User-Guide_Armbian_overlays.md"
- "Board Support Rules" : "User-Guide_Board-Support-Rules.md"
- "Hardware Notes" :
- "Allwinner (Generic)" : "Hardware_Allwinner.md"
- "A10 and A20" : "Hardware_Allwinner-A20.md"
- "H2+ and H3" : "Hardware_Allwinner-H3.md"
- "H5 and A64" : "Hardware_Allwinner-H5-A64.md"
- "H6" : "Hardware_Allwinner-H6.md"
- "Freescale i.MX6" : "Hardware_Freescale-imx6.md"
- "Marvell Armada" : "Hardware_Marvell.md"
- "Rockchip" : "Hardware_Rockchip.md"
- "Developer Guide" :
- "Development Code Review Procedures and Guidelines" : "Development-Code_Review_Procedures_and_Guidelines.md"
- "Building Armbian" : "Developer-Guide_Build-Preparation.md"
- "Building with Vagrant" : "Developer-Guide_Using-Vagrant.md"
- "Building with Docker" : "Developer-Guide_Building-with-Docker.md"
- "Build Options" : "Developer-Guide_Build-Options.md"
- "User Configurations" : "Developer-Guide_User-Configurations.md"
- "FEL boot" : "Developer-Guide_FEL-boot.md"
- "Extensions": "Developer-Guide_Extensions.md"
- "Hooks": "Developer-Guide_Extensions-Hooks.md" # This file is autogenerated by build system.
- "Contributor Process" :
- "Contribute" : "Process_Contribute.md"
- "Merge Policy" : "Process_Merge-Policy.md"
- "Continuous integration" : "Process_CI.md"
- "Documentation" : "Process_Documentation.md"
- "Release management" :
- "Model" : "Process_Release-Model.md"
- "Changelog" : "Release_Changelog.md"
- "Workflow (Jira)" : "Process_Managing_Workflow.md"
- "Board Maintainers" : "Release_Board-Maintainers.md"
- "Board Maintainers Procedures and Guidelines" : "Board_Maintainers_Procedures_and_Guidelines.md"
- "Community" :
- "IRC/Discord/Matrix" : "Community_IRC.md"
- "Governance" : "Community_Governance.md"