File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,12 @@ Code changes to `main` that are *not* in the latest release:
2222
2323Docs 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
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ parent: A minimal layout page
55grand_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) .
You can’t perform that action at this time.
0 commit comments