mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-24 12:02:22 -06:00
15 lines
235 B
Markdown
15 lines
235 B
Markdown
---
|
|
layout: default
|
|
title: Non-excluded
|
|
has_children: true
|
|
nav_exclude: false
|
|
---
|
|
# Non-excluded
|
|
|
|
This top-level page is explicitly not excluded, and should appear in the navigation.
|
|
|
|
```yaml
|
|
title: Non-excluded
|
|
nav_exclude: false
|
|
```
|