Skip to content

Commit

Permalink
Missing Links in Docs (#91)
Browse files Browse the repository at this point in the history
* docs: Link data structures in features readme

* docs: Link to data structures from ComponentListCell

* docs: Fix data structures link to node duplicator

* docs: Add overview link to tutorial

* docs: Remove duplicated link

---------

Co-authored-by: Paul Mertens <[email protected]>
  • Loading branch information
Clashsoft and LeStegii authored May 7, 2024
1 parent cebf199 commit 1ec8300
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/features/1-subscriber.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ public class TodoController {

---

[⬅ Features](README.md) | [Overview](README.md) | [For ➡](2-for.md)
[Overview](README.md) | [For ➡](2-for.md)
2 changes: 1 addition & 1 deletion docs/features/6-data-structures.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ for checking which type it is and for getting the value correct value.

---

[Data Structures](6-data-structures.md) | [Overview](README.md) | [Component List Cells ➡](7-componentlistcell.md)
[Node Duplicator](5-node-duplicator.md) | [Overview](README.md) | [Component List Cells ➡](7-componentlistcell.md)
2 changes: 1 addition & 1 deletion docs/features/7-componentlistcell.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ Therefore, you have to make sure that the listview is cleared, when the main con

---

[Subscriber](1-subscriber.md) | [Overview](README.md)
[Data Structures](6-data-structures.md) | [Overview](README.md)
3 changes: 2 additions & 1 deletion docs/features/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ This section will give you an overview of the features and how to use them.
3. [History and refresh](3-history.md)
4. [Modals](4-modals.md)
5. [Node Duplicator](5-node-duplicator.md)
6. [Component List Cell](7-componentlistcell.md)
6. [Data Structures](6-data-structures.md)
7. [Component List Cell](7-componentlistcell.md)
4 changes: 4 additions & 0 deletions docs/tutorial/how-to-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,3 +502,7 @@ In this tutorial, we have learned how to start a new project using `FulibFx` and
We have also learned how to configure the routing and how to pass parameters to controllers.
In addition, we have learned how to use resources, titles, subscribers and subcomponents.
For more information about the different features of `FulibFx`, see the [documentation](../../README.md).

---

[Overview](../README.md)

0 comments on commit 1ec8300

Please sign in to comment.