gardener / docforge

Scalable build tool for distributed documentation sources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

False error "Multiple peer nodes with property index.." when --hugo

g-pavlov opened this issue · comments

What happened:
Getting "Multiple peer nodes with property index: true detected in ..." for any structure that features node with

properties
  index: true
...

when built with --hugo flag, even if there is only one declaring index:true.

What you expected to happen:
The error should not be yielded if there is a single or 0 nodes declaring index:true, when built with --hugo.

/kind bug
/priority critical