From 65f6ca1065df390d85a7e0742d8f6ac7cc5b9850 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 30 May 2024 10:25:25 -0700 Subject: [PATCH] content adapters: Use --printPathWarnings to detect page collisions --- content/en/content-management/content-adapters.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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