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