Skip to content

Commit

Permalink
replace Enterprise with Virtual Dedicated Cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
recrwplay committed Sep 5, 2024
1 parent 0ea5ff3 commit b7399dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion extensions/macros/macros.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ const renameLabels = {
'cluster-member-read-replica': 'READ_REPLICA',
'cluster-member-single': 'SINGLE',
'not-on-aura': 'Not Available on Aura',
'aura-db-enterprise': 'AuraDB Enterprise',
'aura-db-enterprise': 'AuraDB Virtual Dedicated Cloud',
'aura-db-vdc': 'AuraDB Virtual Dedicated Cloud',
}

module.exports.register = function(registry, context) {
Expand Down
2 changes: 1 addition & 1 deletion extensions/macros/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neo4j-documentation/macros",
"version": "1.0.3",
"version": "1.0.4",
"description": "Macros for building Neo4j Documentation",
"main": "macros.js",
"scripts": {
Expand Down

0 comments on commit b7399dc

Please sign in to comment.