Files
documentation/mkdocs.yml
Werner 273f9e3aee Communication (#140)
* add Discord/Matrix

* Add Discord/Matrix, service
2021-07-02 14:48:16 +02:00

93 lines
2.9 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: © 2021 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"
- "Armbian DT overlays" : "User-Guide_Armbian_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"
- "Rockchip" : "Hardware_Rockchip.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"
- "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"
- "Community" :
- "IRC/Discord/Matrix" : "Community_IRC.md"
- "Governance" : "Community_Governance.md"