Skip to content

Commit c662d70

Browse files
committed
Removed GrandParent
In previous version grand_parent was required, now it can just use parent: previous file . As required Files and issues have now been modified according to it.
1 parent 7205a55 commit c662d70

18 files changed

Lines changed: 1 addition & 19 deletions

docs/IDE/VisualStudio/ChangeProjectName.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: Change Project Name
44
description: An article discussing methods to transfer github enterprise account repositires into personal github repositires.
55
nav_order: 1
66
parent: Visual Studio
7-
grand_parent: IDE
87
has_children: false
98
---
109

docs/IDE/VisualStudio/IncludeDLLs.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: Include DLLs
44
description: An article demonstrating the use cases of DLL linking within visual studio. A practical use when dealing with programming libraries and code organization.
55
nav_order: 2
66
parent: Visual Studio
7-
grand_parent: IDE
87
has_children: false
98
---
109

docs/Language/C++/Addresses.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: Addresses
44
description: An article dicussing about c++ memory addresses.
55
nav_order: 1
66
parent: C++
7-
grand_parent: Language
87
has_children: false
98
---
109

docs/Language/C++/ConstantPointerToConstant.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: Constant Pointers To Constants
44
description: An article dicussing about c++ Constant Pointers To Constants, its benefits and basic examples.
55
nav_order: 1
66
parent: C++
7-
grand_parent: Language
87
has_children: false
98
---
109

docs/Language/C++/ConstantPointers.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: Constant Pointers
44
description: An article dicussing about c++ constant pointers, its benefits and basic examples.
55
nav_order: 1
66
parent: C++
7-
grand_parent: Language
87
has_children: false
98
---
109

docs/Language/C++/Dereferencing.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: Dereferencing
44
description: An article dicussing about c++ Dereferencing, with basic examples.
55
nav_order: 1
66
parent: C++
7-
grand_parent: Language
87
has_children: false
98
---
109

docs/Language/C++/MemberPointers.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: Member Pointers
44
description: An article dicussing about c++ Member Pointers, with basic examples.
55
nav_order: 1
66
parent: C++
7-
grand_parent: Language
87
has_children: false
98
---
109

docs/Language/C++/MultilevelPointers.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: Multilevel Pointers
44
description: An article dicussing about c++ Multi-level Pointers, with basic examples.
55
nav_order: 1
66
parent: C++
7-
grand_parent: Language
87
has_children: false
98
---
109

docs/Language/C++/NullPointers.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: Null Pointers
44
description: An article dicussing about c++ Null Pointers, with basic examples.
55
nav_order: 1
66
parent: C++
7-
grand_parent: Language
87
has_children: false
98
---
109

docs/Language/C++/PointerToConstant.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: Pointers To Constants
44
description: An article dicussing about c++ Pointers To Constants, with basic examples.
55
nav_order: 1
66
parent: C++
7-
grand_parent: Language
87
has_children: false
98
---
109

0 commit comments

Comments
 (0)