1
0
mirror of https://github.com/thangisme/notes.git synced 2026-06-11 00:49:18 -04:00
Files
notes/docs/tests/navigation/exclude/excluded.md

16 lines
281 B
Markdown
Raw Normal View History

---
layout: default
title: Excluded
has_children: true
nav_exclude: true
---
# Excluded
This top-level page is explicitly excluded, and should not appear in the navigation. Any child pages are implicitly excluded.
```yaml
title: Excluded
has_children: true
nav_exclude: true
```