From 7bf4c55da2f641fcba7ef2929819cff2ad8523e8 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 29 Jul 2023 00:43:16 +0200 Subject: [PATCH] add diagram --- docs/tree/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tree/index.md b/docs/tree/index.md index 358a587..9b53cbd 100644 --- a/docs/tree/index.md +++ b/docs/tree/index.md @@ -38,6 +38,6 @@ graph TB MN1 --> P1[Page] P1 --> B1[Block 1] - P1 --> B2[Block 2] + P1 --> B2[Block ...] P1 --> BN[Block n] ```