From 03fb60d0e4b3286fb62bbad89e7b4622903d380e Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 20 Feb 2025 15:27:51 +0100 Subject: 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 --- docs/tutorials/tutorials.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/tutorials/tutorials.json') 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" } } -- cgit v1.2.3