Skip to content

Commit e6aa1bc

Browse files
Add aura-db-business-critical as role. (#272)
1 parent c182877 commit e6aa1bc

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

preview-src/docs-roles.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ For example, `label--beta-until-5.12` is displayed as `Beta until Neo4j 5.12`.
2121
To override this value, include the product name in the label.
2222
For example, `label--beta-until-bolt-1.0` is displayed as `Beta until Bolt 1.0`.
2323

24+
For a list of all roles, see `src/js/data/rolesData.json`.
25+
2426
[role=test-role]
2527
Paragraph with non-label role.
2628

@@ -54,7 +56,7 @@ Blocks with the appropriate roles have labels added.
5456
Labels are not displayed for discrete headers.
5557

5658

57-
[role=label--aura-db-dedicated label--not-on-aura]
59+
[role=label--aura-db-dedicated label--aura-db-business-critical label--not-on-aura]
5860
=== H3 AuraDB Virtual Dedicated Cloud AND Not on Aura
5961

6062
Lorem ipsum dolor sit

src/js/data/rolesData.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"labelCategory": "content",
55
"displayText": "NEW"
66
},
7-
"labs":{
7+
"labs":{
88
"description": "Neo4j Labs project",
99
"labelCategory": "content",
1010
"product": "Labs",
1111
"displayText": "Labs"
1212
},
13-
"graph-academy":{
13+
"graph-academy":{
1414
"description": "Neo4j Graph Academy",
1515
"labelCategory": "content",
1616
"product": "Graph Academy",
@@ -64,6 +64,12 @@
6464
"product": "AuraDB Virtual Dedicated Cloud",
6565
"displayText": "AuraDB Virtual Dedicated Cloud"
6666
},
67+
"aura-db-business-critical":{
68+
"description": "Function available in AuraDB Business Critical",
69+
"labelCategory": "product",
70+
"product": "AuraDB Business Critical",
71+
"displayText": "AuraDB Business Critical"
72+
},
6773
"aura-db-dedicated":{
6874
"description": "Function available in AuraDB Virtual Dedicated Cloud",
6975
"labelCategory": "product",
@@ -263,4 +269,4 @@
263269
"displayText": "N/A"
264270
}
265271

266-
}
272+
}

0 commit comments

Comments
 (0)