Skip to content

Commit 8215825

Browse files
committed
Added grandparents to docs hierarchy
1 parent 3624a53 commit 8215825

File tree

8 files changed

+13
-5
lines changed

8 files changed

+13
-5
lines changed

docs/creating-schema/type-system/enums.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
layout: default
33
title: Enums
4-
parent: Creating Schema/Type System
4+
grand_parent: Creating Schema
5+
parent: Type System
56
nav_order: 2
67
---
78

docs/creating-schema/type-system/input-objects.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
layout: default
33
title: Input Objects
4-
parent: Creating Schema/Type System
4+
grand_parent: Creating Schema
5+
parent: Type System
56
nav_order: 4
67
---
78

docs/creating-schema/type-system/objects-and-Interfaces.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
layout: default
33
title: Objects and Interfaces
4-
parent: Creating Schema/Type System
4+
grand_parent: Creating Schema
5+
parent: Type System
56
has_children: true
67
nav_order: 5
78
---

docs/creating-schema/type-system/objects-and-interfaces/extension-properties.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: Extension Properties
4+
grand_parent: Type System
45
parent: Objects and Interfaces
56
nav_order: 2
67
---

docs/creating-schema/type-system/objects-and-interfaces/kotlin-properties.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: Kotlin Properties
4+
grand_parent: Type System
45
parent: Objects and Interfaces
56
nav_order: 1
67
---

docs/creating-schema/type-system/objects-and-interfaces/union-properties.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: Union Properties
4+
grand_parent: Type System
45
parent: Objects and Interfaces
56
nav_order: 3
67
---

docs/creating-schema/type-system/scalars.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
layout: default
33
title: Scalars
4-
parent: Creating Schema/Type System
4+
grand_parent: Creating Schema
5+
parent: Type System
56
nav_order: 1
67
---
78

docs/creating-schema/type-system/unions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
layout: default
33
title: Unions
4-
parent: Creating Schema/Type System
4+
grand_parent: Creating Schema
5+
parent: Type System
56
nav_order: 3
67
---
78

0 commit comments

Comments
 (0)