diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index 0e13262b18..346c33a118 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -371,8 +371,13 @@ "text": "Common", "items": [ { - "text": "Linked List (Doubly)", - "path": "UI/Common/Utils/Linked-List.md" + "text": "Utilities", + "items": [ + { + "text": "Linked List (Doubly)", + "path": "UI/Common/Utils/Linked-List.md" + } + ] } ] }