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