mirror of
https://github.com/thangisme/notes.git
synced 2025-02-01 08:46:30 -05:00
682dcf4ec1
Improve folder names. Correct classification of excluded test pages.
15 lines
540 B
Markdown
15 lines
540 B
Markdown
---
|
|
layout: default
|
|
title: Disambiguation
|
|
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.
|
|
|
|
- [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.
|