mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-12 17:00:54 -04:00
content adapters: Use --printPathWarnings to detect page collisions
This commit is contained in:
parent
9c7a700ea5
commit
65f6ca1065
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user