mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-24 03:52:23 -06:00
Display of grandchildren links in the navigation is now delayed until their parent is selected. To test, select the `Grandchildren test` node. Only the direct children should appear. Selecting one of them then shows its children.
13 lines
209 B
Markdown
13 lines
209 B
Markdown
---
|
|
layout: default
|
|
title: Grandchildren test
|
|
has_children: true
|
|
nav_order: 8
|
|
---
|
|
|
|
Grandchildren test
|
|
==================
|
|
|
|
Has a child [Buttons](buttons)
|
|
and a grandchild [Child of Buttons](buttons/grandchild)
|