content adapters: Use --printPathWarnings to detect page collisions

This commit is contained in:
Joe Mooring 2024-05-30 10:25:25 -07:00 committed by GitHub
parent 9c7a700ea5
commit 65f6ca1065
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -342,7 +342,9 @@ content/
└── the-hunchback-of-notre-dame.md
```
If the content adapter also creates books/the-hunchback-of-notre-dame, the content of the published page is indeterminate. You can not define the rendering order. Avoid this content structure.
If the content adapter also creates books/the-hunchback-of-notre-dame, the content of the published page is indeterminate. You can not define the processing order.
To detect page collisions, use the `--printPathWarnings` flag when building your site.
[content formats]: /content-management/formats/#classification
[front matter field]: /content-management/front-matter/#fields