mirror of
https://github.com/thangisme/notes.git
synced 2026-06-16 08:00:05 -04:00
Added regression tests for navigation
See the change to `_config.yml` for how to activate the tests.
This commit is contained in:
15
docs/tests/navigation/exclude/excluded.md
Normal file
15
docs/tests/navigation/exclude/excluded.md
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
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
|
||||
```
|
||||
Reference in New Issue
Block a user