Skip to content

Commit d854644

Browse files
Add aura-db-business-critical as role.
1 parent c182877 commit d854644

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

preview-src/docs-roles.adoc

Lines changed: 2 additions & 0 deletions
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

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)