Skip to content

Commit 8391399

Browse files
committed
small fix
1 parent e7ce651 commit 8391399

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

docs/2-introduction/tutorial-structure.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,8 @@ nav_order: 10
1111

1212
Each lesson covers 1 aspect of Zephyr. The order of lessons is chosen deliberately, unless you already know a thing or two, it is recommended to not skip ahead.
1313

14-
- Each lesson covers 1 aspect of Zephyr
15-
- The order of the lessons is choosen deliberately: it is recommended to not skip ahead (unless you already know a thing or two, then skip ahead!)
16-
17-
Each lesson has 4 parts:
18-
- Introduction: introduce each new topic/concept, explain why it is useful.
19-
- Commands: go over all the commands/api calls that are relevant to that particular topic.
20-
- Kconfig: here we take a look at the different Kconfig settings that might be interesting.
21-
- Examples: some examples to show how to apply the discussed concepts.
14+
Each lesson consist of 4 parts:
15+
- **Introduction**: introduce each new topic/concept, explain why it is useful.
16+
- **Commands**: go over all the commands/api calls that are relevant to that particular topic.
17+
- **Kconfig**: here we take a look at the different Kconfig settings that might be interesting.
18+
- **Examples**: some examples to show how to apply the discussed concepts.

0 commit comments

Comments
 (0)