mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-24 12:02:22 -06:00
13 lines
405 B
Markdown
13 lines
405 B
Markdown
---
|
|
layout: default
|
|
title: Parent disambiguation
|
|
parent: Navigation
|
|
grand_parent: Tests
|
|
---
|
|
|
|
# Parent disambiguation
|
|
|
|
- [Page A](a/) has a child [page with title C](ca/), and a grandchild [page with title D](dca/).
|
|
- [Page B](b/) has a child [page with title C](cb/), and a grandchild [page with title D](dcb/).
|
|
- The grandchild pages specify their parent and grandparent pages, so there is no ambiguity.
|