diff --git a/content/en/content-management/content-adapters.md b/content/en/content-management/content-adapters.md index 4f9a486c8..5c24501e8 100644 --- a/content/en/content-management/content-adapters.md +++ b/content/en/content-management/content-adapters.md @@ -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