Skip to content

Commit 0515469

Browse files
authored
replace Enterprise with Virtual Dedicated Cloud (#125)
1 parent 0ea5ff3 commit 0515469

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

extensions/macros/macros.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ const renameLabels = {
5353
'cluster-member-read-replica': 'READ_REPLICA',
5454
'cluster-member-single': 'SINGLE',
5555
'not-on-aura': 'Not Available on Aura',
56-
'aura-db-enterprise': 'AuraDB Enterprise',
56+
'aura-db-enterprise': 'AuraDB Virtual Dedicated Cloud',
57+
'aura-db-vdc': 'AuraDB Virtual Dedicated Cloud',
5758
}
5859

5960
module.exports.register = function(registry, context) {

extensions/macros/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neo4j-documentation/macros",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Macros for building Neo4j Documentation",
55
"main": "macros.js",
66
"scripts": {

0 commit comments

Comments
 (0)