You've already forked documentation
mirror of
https://github.com/armbian/documentation.git
synced 2026-01-06 10:13:36 -08:00
91 lines
2.8 KiB
YAML
91 lines
2.8 KiB
YAML
|
|
|
|
site_name: Armbian Documentation
|
|
|
|
repo_url: https://github.com/armbian/documentation
|
|
repo_name: Github
|
|
|
|
site_author: "Armbian team"
|
|
google_analytics: ["UA-284946-9", "docs.armbian.com"]
|
|
|
|
theme:
|
|
name: readthedocs
|
|
# custom_dir: readthedocs_custom/
|
|
|
|
markdown_extensions:
|
|
- smarty
|
|
- footnotes
|
|
- toc:
|
|
permalink: True
|
|
|
|
plugins:
|
|
- search:
|
|
- with-pdf:
|
|
author: Armbian documentation team
|
|
copyright: 2020 by Armbian
|
|
#
|
|
#cover: false
|
|
cover_title: Armbian documentation
|
|
cover_subtitle: Linux for ARM development boards
|
|
#heading_shift: false
|
|
#toc_level: 3
|
|
#ordered_chapter_level: 2
|
|
#excludes_children:
|
|
# - 'release-notes/:upgrading'
|
|
# - 'release-notes/:changelog'
|
|
#exclude_pages:
|
|
# - 'bugs/'
|
|
# - 'appendix/contribute/'
|
|
#output_path: any-place/document.pdf
|
|
#enabled_if_env: ENABLE_PDF_EXPORT
|
|
|
|
markdown_extensions:
|
|
- smarty
|
|
- footnotes
|
|
- toc:
|
|
permalink: True
|
|
|
|
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"
|
|
- "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"
|
|
|
|
- "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"
|
|
|
|
- "Developer Guide" :
|
|
- "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"
|
|
|
|
- "Contributor Process" :
|
|
- "Contribute" : "Process_Contribute.md"
|
|
- "Merge Policy" : "Process_Merge-Policy.md"
|
|
- "Documentation" : "Process_Documentation.md"
|
|
|
|
- "Release management" :
|
|
- "Model" : "Process_Release-Model.md"
|
|
- "Changelog" : "Release_Changelog.md"
|
|
- "Workflow (Jira)" : "Process_Managing_Workflow.md"
|
|
|
|
- "Community" :
|
|
- "IRC" : "Community_IRC.md"
|
|
- "Governance" : "Community_Governance.md"
|