Skip to content

Commit 59e1baa

Browse files
authored
Add website navigability updates (#4504)
* Add minor website navigability updates * Add navigation hint to User manual landing page * add an arrow * spelling
1 parent 43de02b commit 59e1baa

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.nav.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ nav:
3838
- Svc:
3939
- "Svc/**/docs/sdd.md"
4040
- Fw:
41+
- DataStructures:
42+
- "Fw/DataStructures/docs/**.md"
4143
- "Fw/**/docs/sdd.md"
4244
- Drv:
4345
- "Drv/**/docs/sdd.md"

docs/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
hide:
3+
- toc
4+
---
5+
16
# Documentation
27

38

docs/user-manual/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ 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+
> [!TIP]
11+
> **← Navigation pane**
12+
> Use the navigation pane on the left to explore the different chapters of the User Manual. If the navigation pane is not visible, click on the menu icon (three horizontal lines) at the top left corner of the page. The navigation pane is hidden on narrow screens or if zoomed in.
13+
1014
- __Overview__ - Technical overview of the F´ ecosystem.
1115

1216
- __Framework__ - Learn concepts and mechanisms needed to build and use an F´ application.

0 commit comments

Comments
 (0)