Skip to content

Commit a5bbbbb

Browse files
committed
product: categories and description
* Make categories optional (was zero or more before) * Make descriptions optional (was required before)
1 parent da4e53e commit a5bbbbb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/docbuild/config/xml/data/portal-config-schema.rnc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -574,8 +574,8 @@ ds.product =
574574
ds.acronym?,
575575
ds.maintainers,
576576
# TODO: Adjust the content model?
577-
(ds.categories | xi.include)*,
578-
(ds.descriptions | xi.include),
577+
(ds.categories | xi.include)?,
578+
(ds.descriptions | xi.include)?,
579579
(ds.docset | xi.include)+
580580
}
581581
}

0 commit comments

Comments
 (0)