diff --git a/preview-src/docs-roles.adoc b/preview-src/docs-roles.adoc index 71e33f03..25738880 100644 --- a/preview-src/docs-roles.adoc +++ b/preview-src/docs-roles.adoc @@ -21,6 +21,8 @@ For example, `label--beta-until-5.12` is displayed as `Beta until Neo4j 5.12`. To override this value, include the product name in the label. For example, `label--beta-until-bolt-1.0` is displayed as `Beta until Bolt 1.0`. +For a list of all roles, see `src/js/data/rolesData.json`. + [role=test-role] Paragraph with non-label role. @@ -54,7 +56,7 @@ Blocks with the appropriate roles have labels added. Labels are not displayed for discrete headers. -[role=label--aura-db-dedicated label--not-on-aura] +[role=label--aura-db-dedicated label--aura-db-business-critical label--not-on-aura] === H3 AuraDB Virtual Dedicated Cloud AND Not on Aura Lorem ipsum dolor sit diff --git a/src/js/data/rolesData.json b/src/js/data/rolesData.json index 028a0575..612ee139 100644 --- a/src/js/data/rolesData.json +++ b/src/js/data/rolesData.json @@ -4,13 +4,13 @@ "labelCategory": "content", "displayText": "NEW" }, - "labs":{ + "labs":{ "description": "Neo4j Labs project", "labelCategory": "content", "product": "Labs", "displayText": "Labs" }, - "graph-academy":{ + "graph-academy":{ "description": "Neo4j Graph Academy", "labelCategory": "content", "product": "Graph Academy", @@ -64,6 +64,12 @@ "product": "AuraDB Virtual Dedicated Cloud", "displayText": "AuraDB Virtual Dedicated Cloud" }, + "aura-db-business-critical":{ + "description": "Function available in AuraDB Business Critical", + "labelCategory": "product", + "product": "AuraDB Business Critical", + "displayText": "AuraDB Business Critical" + }, "aura-db-dedicated":{ "description": "Function available in AuraDB Virtual Dedicated Cloud", "labelCategory": "product", @@ -263,4 +269,4 @@ "displayText": "N/A" } -} \ No newline at end of file +}