-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathmkdocs.yml
More file actions
28 lines (27 loc) · 739 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
28 lines (27 loc) · 739 Bytes
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
site_name: SBC - Allwinner A13
site_url: https://vd-rd.github.io/sbc_allwinner_a13
theme:
name: material
palette:
primary: lime
features:
- navigation.instant
- navigation.tabs
- navigation.indexes
plugins:
- search
nav:
- Home: index.md
- Getting started: getting-started.md
- Hardware:
- hardware.md
- Build your own: hardware-ref/build-your-own.md
- Introduction: hardware-ref/introduction.md
- Schematics: hardware-ref/schematics.md
- PCB: hardware-ref/pcb.md
- BOM: hardware-ref/bom.md
- Components: hardware-ref/components.md
- Software:
- software.md
- Compile from source: software-ref/compile-from-source.md
- Introduction: software-ref/introduction.md