1
0
mirror of https://github.com/thangisme/notes.git synced 2024-11-10 16:36:05 -05:00
notes/docs/tests/navigation/disambiguation/index.md

15 lines
540 B
Markdown
Raw Normal View History

2020-09-28 06:08:27 -04:00
---
layout: default
title: Disambiguation
2020-09-28 06:08:27 -04:00
parent: Navigation
grand_parent: Tests
---
# Disambiguation
When different pages with children have the same title, referencing the relevant grandparent in the children disambiguates which page is intended.
2020-09-28 06:08:27 -04:00
- [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.