forked from armbian/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
52 lines (40 loc) · 1.72 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
site_name: Armbian Documentation
repo_url: https://github.com/lanefu/armbianDocsAndProcess
repo_name: Github
site_author: "Armbian team"
google_analytics: ['UA-284946-9', 'docs.armbian.com']
theme: readthedocs
theme_dir: readthedocs_custom
markdown_extensions:
- smarty
- footnotes
- toc:
permalink: True
pages:
- Home: index.md
- 'Changelog' : 'Release_Changelog.md'
- 'User Guide' :
- 'Getting Started' : 'User-Guide_Getting-Started.md'
- 'Quick facts' : 'Quick_facts.md'
- 'Troubleshooting FAQ' : 'User-Guide_Basic-Troubleshooting.md'
- 'Advanced Features' : 'User-Guide_Advanced-Features.md'
- 'Fine Tuning' : 'User-Guide_Fine-Tuning.md'
- 'Armbian config' : 'User-Guide_Armbian-Config.md'
- 'Allwinner DT overlays' : 'User-Guide_Allwinner_overlays.md'
- 'Migration from Bananian' : 'User-Guide_Migration_from_Bananian.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'
- 'Freescale i.MX6' : 'Hardware_Freescale-imx6.md'
- 'Marvell Armada' : 'Hardware_Marvell.md'
- 'Developer Guide' :
- 'Building Armbian' : 'Developer-Guide_Build-Preparation.md'
- 'Building with Vagrant' : 'Developer-Guide_Using-Vagrant.md'
- 'Build Options' : 'Developer-Guide_Build-Options.md'
- 'User Configurations' : 'Developer-Guide_User-Configurations.md'
- 'FEL boot' : 'Developer-Guide_FEL-boot.md'
- 'Contributor Process' :
- 'Contribute' : 'Process_Contribute.md'
- 'Documentation' : 'Process_Documentation.md'