Skip to content

Commit 10a2afc

Browse files
authored
chore: add draft front matter for todo/placeholder pages to help exclude from search (#1755)
1 parent e8ba4c0 commit 10a2afc

File tree

17 files changed

+51
-0
lines changed

17 files changed

+51
-0
lines changed

lang-guide/chapters/custom_commands.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
head: [[meta, {name: draft}]]
3+
---
14
# Custom Commands
25

36
## Defining Custom Commands
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
head: [[meta, {name: draft}]]
3+
---
14
# Declarations
25

36
TODO - `let`, `mut`, `const` and others
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
head: [[meta, {name: draft}]]
3+
---
14
# Understanding the difference between `get` and `select`
25

36
TODO
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
head: [[meta, {name: draft}]]
3+
---
14
# Filters to select subsets of data
25

36
TODO: `first`/`skip`/`select`/`get`/ cell-paths / `range` and other topics
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
head: [[meta, {name: draft}]]
3+
---
14
# `where` and `filter`
25

36
TODO
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
head: [[meta, {name: draft}]]
3+
---
14
# `break`
25

36
_TODO_ - If you can provide detailed information on this command, beyond what is available in the Help, please consider contributing. Click below to ...
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
head: [[meta, {name: draft}]]
3+
---
14
# `continue`
25

36
_TODO_ - If you can provide detailed information on this command, beyond what is available in the Help, please consider contributing. Click below to ...

lang-guide/chapters/flow_control/loop.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
head: [[meta, {name: draft}]]
3+
---
14
# `loop`
25

36
See the [`loop` Help](/commands/docs/loop.html).
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
head: [[meta, {name: draft}]]
3+
---
14
# `match`
25

36
_TODO_ - If you can provide detailed information on this command, beyond what is available in the Help, please consider contributing. Click below to ...
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
head: [[meta, {name: draft}]]
3+
---
14
# `return`
25

36
_TODO_ - If you can provide detailed information on this command, beyond what is available in the Help, please consider contributing. Click below to ...

0 commit comments

Comments
 (0)