You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/docbuild/config/xml/data/product-config-schema.rnc
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -445,6 +445,13 @@ div {
445
445
]
446
446
attribute family { xsd:IDREF }
447
447
448
+
ds.rank.attr =
449
+
## Rank of this product in the homepage listing (lower ranks are listed first; products with the same rank are sorted alphabetically by product name)
450
+
[
451
+
db:refpurpose [ "Rank of this product in the homepage listing (lower ranks are listed first; products with the same rank are sorted alphabetically by product name)" ]
452
+
]
453
+
attribute rank { xsd:PositiveInteger }
454
+
448
455
ds.docset-sort.attr =
449
456
## Whether to sort docsets of this product Z-A9-0 (`descending`, default) or 0-9A-Z (`ascending`)
450
457
[
@@ -473,6 +480,7 @@ ds.product =
473
480
ds.site-section.attr? & # TODO: Do we still need this attribute?
0 commit comments