diff options
author | Jo-Philipp Wich <jo@mein.io> | 2025-02-20 12:09:22 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2025-02-20 12:09:22 +0100 |
commit | 338aa2ebf00e370c7b17c9c022571f2fbc858007 (patch) | |
tree | 481791574896d4e391be89b289bc74238529198d /docs/tutorials/tutorials.json | |
parent | 60f05ac60bfe5c4c5b013b7ae69b9f2913a6aa90 (diff) |
docs: add article with array specific information
Ref: #277
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'docs/tutorials/tutorials.json')
-rw-r--r-- | docs/tutorials/tutorials.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/tutorials/tutorials.json b/docs/tutorials/tutorials.json index df4e339..2cab5e1 100644 --- a/docs/tutorials/tutorials.json +++ b/docs/tutorials/tutorials.json @@ -7,5 +7,8 @@ }, "03-memory": { "title": "Memory Management" + }, + "04-arrays": { + "title": "Working with Arrays" } } |