Skip to content

Commit 31f5744

Browse files
authored
Docs: Fix default-child wording (just-the-docs#1540)
There are two sub-pages demonstrating a difference in layouts used. However both share the same content. This makes them distinct. https://just-the-docs.com/docs/layout/minimal/minimal/ : - https://just-the-docs.com/docs/layout/minimal/default-child/ - https://just-the-docs.com/docs/layout/minimal/minimal-child/
1 parent bce3c32 commit 31f5744

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ Code changes to `main` that are *not* in the latest release:
2222

2323
Docs changes made since the latest release:
2424

25-
- N/A
25+
- Fixed: incorrect docs for example with minimal layout parent, default layout child by [@janbrasna] in [#1540]
26+
27+
[@janbrasna]: https://github.com/janbrasna
2628

2729
[#1461]: https://github.com/just-the-docs/just-the-docs/pull/1461
30+
[#1540]: https://github.com/just-the-docs/just-the-docs/pull/1540
2831
[#1590]: https://github.com/just-the-docs/just-the-docs/pull/1590
2932

3033
## Release v0.10.0

docs/layout/minimal/default-child.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ parent: A minimal layout page
55
grand_parent: Layout
66
---
77

8-
# A minimal layout page
8+
# Default layout child page
99

10-
This is a child page that uses the same minimal layout as its parent page.
10+
This is a child page that uses the `default` layout as compared to its parent page (which uses the `minimal` layout).

0 commit comments

Comments
 (0)