mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-12 21:03:32 -06:00
Docs: Fix default-child wording (#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/
This commit is contained in:
@@ -5,6 +5,6 @@ parent: A minimal layout page
|
||||
grand_parent: Layout
|
||||
---
|
||||
|
||||
# A minimal layout page
|
||||
# Default layout child page
|
||||
|
||||
This is a child page that uses the same minimal layout as its parent page.
|
||||
This is a child page that uses the `default` layout as compared to its parent page (which uses the `minimal` layout).
|
||||
|
Reference in New Issue
Block a user