We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea5ff3 commit 0515469Copy full SHA for 0515469
extensions/macros/macros.js
@@ -53,7 +53,8 @@ const renameLabels = {
53
'cluster-member-read-replica': 'READ_REPLICA',
54
'cluster-member-single': 'SINGLE',
55
'not-on-aura': 'Not Available on Aura',
56
- 'aura-db-enterprise': 'AuraDB Enterprise',
+ 'aura-db-enterprise': 'AuraDB Virtual Dedicated Cloud',
57
+ 'aura-db-vdc': 'AuraDB Virtual Dedicated Cloud',
58
}
59
60
module.exports.register = function(registry, context) {
extensions/macros/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@neo4j-documentation/macros",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"description": "Macros for building Neo4j Documentation",
5
"main": "macros.js",
6
"scripts": {
0 commit comments