forked from nasa/fprime
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.nav.yml
More file actions
49 lines (48 loc) · 1.91 KB
/
.nav.yml
File metadata and controls
49 lines (48 loc) · 1.91 KB
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
# This file is used to generate the navigation structure for the documentation website
# The website uses MkDocs Material and this file is used by the mkdocs-awesome-nav plugin
# https://github.com/lukasgeiter/mkdocs-awesome-nav
#
# Paths prefixed with ../ are not publicly available
nav:
- Home: '../'
- Overview: '../overview'
- Getting Started:
- 'Getting Started': docs/getting-started/index.md
- 'Installation and Troubleshooting': docs/getting-started/installing-fprime.md
- Documentation:
- docs/index.md
- Tutorials:
- Tutorials Index: docs/tutorials/index.md
- 'Hello World': tutorials-hello-world/docs/hello-world.md
- 'LED Blinker': tutorials-led-blinker/docs/led-blinker.md
- 'MathComponent': tutorials-math-component/docs/math-component.md
- 'Cross-Compilation Setup': docs/tutorials/cross-compilation.md
- 'Arduino LED Blinker': tutorials-arduino-led-blinker/docs/arduino-led-blinker.md
- User Manual:
- User Manual Index: docs/user-manual/index.md
- Overview: docs/user-manual/overview/
- Framework: docs/user-manual/framework/
- FPP: 'https://nasa.github.io/fpp/fpp-users-guide.html'
- GDS: docs/user-manual/gds
- Design Pattens: docs/user-manual/design-patterns/
- Build System: docs/user-manual/build-system/
- Security: docs/user-manual/security/
- How To: docs/how-to
- Reference:
- docs/reference/index.md
- APIs:
- C++: docs/reference/api/cpp/html/
- CMake: docs/reference/api/cmake/
- Component SDDs:
- Svc:
- "Svc/**/docs/sdd.md"
- Fw:
- "Fw/**/docs/sdd.md"
- Drv:
- "Drv/**/docs/sdd.md"
- Specifications:
- FPP Language Spec: 'https://nasa.github.io/fpp/fpp-spec.html'
- GDS Plugins: docs/reference/gds-plugins/
- "docs/reference/*.md"
- Support: '../support'
- Events: '../events'