diff options
author | Jo-Philipp Wich <jo@mein.io> | 2025-02-20 15:27:51 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2025-02-20 15:28:24 +0100 |
commit | 03fb60d0e4b3286fb62bbad89e7b4622903d380e (patch) | |
tree | 70d3affb6ffe020ec488bde52389293b4869e7c7 /docs/tutorials/tutorials.json | |
parent | df5a79a04b17d7b4fdfd9e72c3193f36bfc95d98 (diff) |
docs: add detailed documentation article for dictionaries
To complement the array article, add another one about dictionaries to
document common approaches and pitfalls.
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 2cab5e1..e6528cc 100644 --- a/docs/tutorials/tutorials.json +++ b/docs/tutorials/tutorials.json @@ -10,5 +10,8 @@ }, "04-arrays": { "title": "Working with Arrays" + }, + "05-dictionaries": { + "title": "Working with Dictionaries" } } |