Skip to content

Commit edf9527

Browse files
committed
Better structure
1 parent 96770aa commit edf9527

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

β€Žsrc/SUMMARY.mdβ€Ž

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
# Summary
22

3+
- [Getting Started With Embedded Rust πŸ“ŸπŸ¦€](./index.md)
34
- [Introduction](./introduction.md)
4-
- [Setup](./setup.md)
5+
- [Setup](./setup.md)
6+
7+
---
8+
9+
# Exercises
10+
511
- [First Exercise](./exercise1.md)
612
- [Second Exercise](./exercise2.md)
13+
14+
---
15+
16+
# Final Words
17+
718
- [Wrap-up](./wrapup.md)
819

β€Žsrc/index.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Getting Started With Embedded Rust πŸ“ŸπŸ¦€

β€Žsrc/introduction/setup.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Setup

0 commit comments

Comments
Β (0)