mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-06 04:01:22 -06:00
12 lines
203 B
Markdown
12 lines
203 B
Markdown
---
|
|
layout: default
|
|
nav_exclude: true
|
|
---
|
|
# Tests for exclusion untitled and excluded
|
|
|
|
This page does not have a `title`, and it is explicitly excluded from the navigation
|
|
|
|
```yaml
|
|
nav_exclude: true
|
|
```
|