Skip to content

Commit 1d8a602

Browse files
authored
Added searchable marker for unfinished chapters. (#2209)
1 parent 8aeeb7f commit 1d8a602

File tree

17 files changed

+42
-2
lines changed

17 files changed

+42
-2
lines changed

content/learn/book/control-flow/events.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ insert_anchor_links = "right"
55
weight = 9
66
status = 'hidden'
77
+++
8+
9+
<!-- TBW -->

content/learn/book/control-flow/handling-errors.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ insert_anchor_links = "right"
55
weight = 6
66
status = 'hidden'
77
+++
8+
9+
<!-- TBW -->

content/learn/book/control-flow/hooks.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ insert_anchor_links = "right"
55
weight = 11
66
status = 'hidden'
77
+++
8+
9+
<!-- TBW -->

content/learn/book/control-flow/observers.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ insert_anchor_links = "right"
55
weight = 10
66
status = 'hidden'
77
+++
8+
9+
<!-- TBW -->

content/learn/book/control-flow/states.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ fn spawn_enemy(mut commands: Commands) {
165165

166166
## ComputedState
167167

168-
TBW
168+
<!-- TBW -->
169169

170170
## States and Schedules
171171

172-
TBW
172+
<!-- TBW -->

content/learn/book/development-practices/debugging.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ insert_anchor_links = "right"
44
[extra]
55
weight = 3
66
+++
7+
8+
<!-- TBW -->

content/learn/book/development-practices/dev-tools.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ insert_anchor_links = "right"
44
[extra]
55
weight = 6
66
+++
7+
8+
<!-- TBW -->

content/learn/book/development-practices/fast-compiles.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ insert_anchor_links = "right"
44
[extra]
55
weight = 1
66
+++
7+
8+
<!-- TBW -->

content/learn/book/development-practices/hot-reloading.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ insert_anchor_links = "right"
44
[extra]
55
weight = 2
66
+++
7+
8+
<!-- TBW -->

content/learn/book/development-practices/linting.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ insert_anchor_links = "right"
44
[extra]
55
weight = 5
66
+++
7+
8+
<!-- TBW -->

0 commit comments

Comments
 (0)