From 5c4bdf69a9adf6adb801ca744a22b8f43858a1f5 Mon Sep 17 00:00:00 2001 From: Arman Ozak Date: Mon, 13 Apr 2020 12:33:32 +0300 Subject: [PATCH] docs: move LinkedList to User Interface > Common > Utilities --- docs/en/docs-nav.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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" + } + ] } ] }