Skip to content

Commit 9dbe931

Browse files
authored
Update User Manual and Tutorials Indexes (#3573)
1 parent 6f7995f commit 9dbe931

2 files changed

Lines changed: 7 additions & 47 deletions

File tree

docs/tutorials/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ Tutorials walk through the essentials of F Prime development, starting with the
2323

2424
The LED Blinker tutorial shows how to develop an F Prime project that runs on embedded hardware. It covers manager components, hardware drivers, and cross compilation, with the goal of blinking an LED on ARM hardware. This tutorial introduces the F Prime concepts of events, telemetry, commands, and parameters.
2525

26-
> [!NOTE]
27-
> This tutorial can be run without hardware with the exception of section 6 “Running on Hardware”.
28-
2926
[View LED Blinker Tutorial](../../tutorials-led-blinker/docs/led-blinker.md){ .md-button .md-button--primary }
3027

3128
- <span class="card-title">__Math Component__</span>

docs/user-manual/index.md

Lines changed: 7 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -7,53 +7,16 @@ hide:
77

88
The User Manual dives into F Prime concepts and usage, providing a deep understanding of how the framework operates. The different chapters are listed below.
99

10+
- __Overview__ - Technical overview of the F´ ecosystem.
1011

11-
<div class="grid cards boring" markdown>
12+
- __Framework__ - Learn concepts and mechanisms needed to build and use an F´ application.
1213

13-
- <span class="card-title">__Overview__</span>
14+
- __FPP User's Guide__ - In-depth user guide for F Prime Prime (FPP), the F´ modeling language.
1415

15-
---
16+
- __F´ GDS__ - Learn how to use the GDS and how it can be used to test F´ applications.
1617

17-
Technical overview of the ecosystem.
18+
- __Design Patterns__ - Learn about common design patterns used in applications.
1819

20+
- __Build System__ - Learn about the F´ build system and how to customize it.
1921

20-
- <span class="card-title">__Framework__</span>
21-
22-
---
23-
24-
Learn concepts and mechanisms needed to build and use an F´ application.
25-
26-
27-
- <span class="card-title">__FPP User's Guide__</span>
28-
29-
---
30-
31-
In-depth user guide for F Prime Prime (FPP), the F´ modeling language.
32-
33-
- <span class="card-title">__F´ GDS__</span>
34-
35-
---
36-
37-
Learn how to use the GDS and how it can be used to test F´ applications.
38-
39-
- <span class="card-title">__Design Patterns__</span>
40-
41-
---
42-
43-
Learn about common design patterns used in F´ applications.
44-
45-
- <span class="card-title">__Build System__</span>
46-
47-
---
48-
49-
Learn about the F´ build system and how to customize it.
50-
51-
- <span class="card-title">__Security__</span>
52-
53-
---
54-
55-
Security considerations when designing and developing F´ applications.
56-
57-
58-
59-
</div>
22+
- __Security__ - Security considerations when designing and developing F´ applications.

0 commit comments

Comments
 (0)