Skip to content

Commit 7aec77b

Browse files
committed
Fix (Parent / Gran.. ) Lists
The following is in reference fixing the rooting issue with using parents and grandparents to show elements in the list. #106
1 parent 613b4d6 commit 7aec77b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/Concepts/OOP/OOP.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ layout: default
33
title: OOP
44
description: An article dicussing Object Oriented Programming.
55
nav_order: 1
6-
parent: OOP
7-
grand_parent: Concepts
6+
parent: Concepts
87
has_children: false
98
---
109

docs/Concepts/Polymorphism/Polymorphism.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ layout: default
33
title: Polymorphism
44
description: An article dicussing "Polymorphism", which means "Many Forms".
55
nav_order: 1
6-
parent: Polymorphism
7-
grand_parent: Concepts
6+
parent: Concepts
87
has_children: false
98
---
109

0 commit comments

Comments
 (0)