mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-24 12:02:22 -06:00
18 lines
425 B
Markdown
18 lines
425 B
Markdown
---
|
|
layout: default
|
|
title: Non-excluded Grandchild
|
|
parent: Non-excluded Child
|
|
grand_parent: Non-excluded
|
|
nav_exclude: false
|
|
---
|
|
# Non-excluded Grandchild
|
|
|
|
This grandchild page is explicitly not excluded, and neither is its parent page nor its grandparent page, so it should appear in the navigation.
|
|
|
|
```yaml
|
|
title: Non-excluded Grandchild of Excluded
|
|
parent: Non-excluded Child
|
|
grand_parent: Excluded
|
|
nav_exclude: false
|
|
```
|