Skip to content

Commit e0eda0b

Browse files
authored
Aura Virtual Dedicated Cloud (#262)
1 parent 4d69a1b commit e0eda0b

File tree

12 files changed

+53
-24
lines changed

12 files changed

+53
-24
lines changed

preview-src/cheat-sheet.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ RETURN n.name AS name
266266
----
267267
268268
[.description]
269-
This example is displayed for AuraDB Enterprise (`[.aura-dbe]`)
269+
This example is displayed for AuraDB Virtual Dedicated Cloud (`[.aura-dbe]`)
270270
====
271271
272272
@@ -280,7 +280,7 @@ RETURN n.name AS name
280280
----
281281
282282
[.description]
283-
This example is displayed for both AuraDB Free and AuraDB Enterprise.
283+
This example is displayed for both AuraDB Free and AuraDB Virtual Dedicated Cloud.
284284
====
285285
286286
@@ -310,7 +310,7 @@ When generating a Neo4j (ie not Aura) cheat sheet, we would only add those two v
310310
311311
In this example the labels would _not_ be displayed.
312312
313-
If we add any other versions to the playbook, such as AuraDB Enterprise, the labels will be displayed when viewing the examples for Neo4j Community Edition or Neo4j Enterprise Edition, but the content will be hidden entirely when viewing the AuraDB Enterprise examples.
313+
If we add any other versions to the playbook, such as AuraDB Virtual Dedicated Cloud, the labels will be displayed when viewing the examples for Neo4j Community Edition or Neo4j Enterprise Edition, but the content will be hidden entirely when viewing the AuraDB Virtual Dedicated Cloud examples.
314314
--
315315
====
316316

preview-src/docs-roles.adoc

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= Docs roles with a long title
2-
:page-role: alpha aura-db-enterprise beta deprecated-5.17 invented-label new-5.17 not-on-aura
2+
:page-role: alpha aura-db-dedicated beta deprecated-5.17 invented-label new-5.17 not-on-aura
33
:page-theme: docs
44
:page-banner: warning
55
:page-banner-text: Lorem ipsum dolor sit est.
@@ -49,13 +49,13 @@ Blocks with the appropriate roles have labels added.
4949

5050
[discrete]
5151
[role="label--new-5.17 label--enterprise-edition"]
52-
=== (Discrete) H3 AuraDB Enterprise AND Not on Aura
52+
=== (Discrete) H3 AuraDB Virtual Dedicated Cloud AND Not on Aura
5353

5454
Labels are not displayed for discrete headers.
5555

5656

57-
[role=label--aura-db-enterprise label--not-on-aura]
58-
=== H3 AuraDB Enterprise AND Not on Aura
57+
[role=label--aura-db-dedicated label--not-on-aura]
58+
=== H3 AuraDB Virtual Dedicated Cloud AND Not on Aura
5959

6060
Lorem ipsum dolor sit
6161

@@ -164,14 +164,14 @@ And so does this table
164164
|===
165165

166166

167-
[role=label--aura-db-enterprise]
168-
== AuraDB Enterprise
167+
[role=label--aura-db-dedicated]
168+
== AuraDB Virtual Dedicated Cloud
169169

170170
Lorem ipsum dolor sit
171171

172172

173-
[role=label--aura-db-enterprise label--not-on-aura]
174-
== H2 AuraDB Enterprise AND Not on Aura
173+
[role=label--aura-db-dedicated label--not-on-aura]
174+
== H2 AuraDB Virtual Dedicated Cloud AND Not on Aura
175175

176176
Lorem ipsum dolor sit
177177

@@ -181,12 +181,12 @@ Lorem ipsum dolor sit
181181
Lorem ipsum dolor sit
182182

183183

184-
[role=label--aura-db-enterprise label--not-on-aura]
185-
=== H3 AuraDB Enterprise AND Not on Aura
184+
[role=label--aura-db-dedicated label--not-on-aura]
185+
=== H3 AuraDB Virtual Dedicated Cloud AND Not on Aura
186186

187187
Lorem ipsum dolor sit
188188

189-
[role=label--aura-db-enterprise label--not-on-aura]
189+
[role=label--aura-db-dedicated label--not-on-aura]
190190
=== H4 show roles
191191

192192
Lorem ipsum dolor sit

preview-src/labels.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</div>
1616
1717
<div class="box">
18-
<span class="label label--aura-db-enterprise">AuraDB Enterprise</span>
18+
<span class="label label--aura-db-dedicated">AuraDB Virtual Dedicated Cloud</span>
1919
</div>
2020
2121
<div class="box">

preview-src/ui-model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ page:
293293
class: 'aura-dbf'
294294
- name: 'AuraDB Professional'
295295
class: 'aura-dbp'
296-
- name: 'AuraDB Enterprise'
296+
- name: 'AuraDB Virtual Dedicated Cloud'
297297
class: 'aura-dbe'
298298
- name: 'AuraDS Professional'
299299
class: 'aura-dsp'

src/css/labels.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ span.label--not-on-aura {
136136
color: var(--warning-background-color);
137137
}
138138

139-
span.label--aura-db-enterprise {
139+
span.label--aura-db-enterprise,
140+
span.label--aura-db-dedicated {
140141
background: rgba(var(--colors-baltic-50));
141142
color: rgba(var(--colors-baltic-10));
142143
}

src/css/neo4j-docs.css

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@ div.aura-db-enterprise > h4::after,
100100
p.aura-db-enterprise::before,
101101
section.aura-db-enterprise.title::after,
102102
span.aura-db-enterprise::after,
103+
div.aura-db-dedicated > h2::after,
104+
div.aura-db-dedicated > h3::after,
105+
div.aura-db-dedicated > h4::after,
106+
p.aura-db-dedicated::before,
107+
section.aura-db-dedicated.title::after,
108+
span.aura-db-dedicated::after,
103109
section.enterprise-edition .title::after,
104110
div.enterprise-edition > h2::after,
105111
div.enterprise-edition > h3::after,
@@ -215,12 +221,24 @@ div.aura-db-enterprise > h4::after,
215221
p.aura-db-enterprise::before,
216222
section.aura-db-enterprise.title::after,
217223
span.aura-db-enterprise::after {
218-
content: "AuraDB Enterprise";
224+
content: "AuraDB Virtual Dedicated Cloud";
219225
background: var(--aura-db-enterprise-background-color);
220226
border-color: var(--aura-db-enterprise-background-color);
221227
color: var(--aura-db-enterprise-color);
222228
}
223229

230+
div.aura-db-dedicated > h2::after,
231+
div.aura-db-dedicated > h3::after,
232+
div.aura-db-dedicated > h4::after,
233+
p.aura-db-dedicated::before,
234+
section.aura-db-dedicated.title::after,
235+
span.aura-db-dedicated::after {
236+
content: "AuraDB Virtual Dedicated Cloud";
237+
background: var(--aura-db-dedicated-background-color);
238+
border-color: var(--aura-db-dedicated-background-color);
239+
color: var(--aura-db-dedicated-color);
240+
}
241+
224242
div.enterprise-edition > h2::after,
225243
div.enterprise-edition > h3::after,
226244
div.enterprise-edition > h4::after,

src/css/vars-dark.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,8 @@
350350
--not-on-aura-background-color: var(--warning-color);
351351
--aura-db-enterprise-color: rgba(var(--colors-baltic-10));
352352
--aura-db-enterprise-background-color: rgba(var(--colors-baltic-50));
353+
--aura-db-dedicated-color: rgba(var(--colors-baltic-10));
354+
--aura-db-dedicated-background-color: rgba(var(--colors-baltic-50));
353355
--enterprise-edition-color: rgba(var(--colors-baltic-10));
354356
--enterprise-edition-background-color: rgba(var(--colors-baltic-50));
355357
--fabric-color: rgba(var(--colors-baltic-10));

src/css/vars.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,8 @@
359359
--not-on-aura-background-color: var(--warning-color);
360360
--aura-db-enterprise-color: rgba(var(--colors-baltic-10));
361361
--aura-db-enterprise-background-color: rgba(var(--colors-baltic-50));
362+
--aura-db-dedicated-color: rgba(var(--colors-baltic-10));
363+
--aura-db-dedicated-background-color: rgba(var(--colors-baltic-50));
362364
--enterprise-edition-color: rgba(var(--colors-baltic-10));
363365
--enterprise-edition-background-color: rgba(var(--colors-baltic-50));
364366
--fabric-color: rgba(var(--colors-baltic-10));

src/js/50-cheat-sheet-toggle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const optionMap = [...selectorOptions].map((o) => ({
1717
const prodMatrix = {
1818
'auradb-free': 'aura-dbf',
1919
'auradb-professional': 'aura-dbp',
20-
'auradb-enterprise': 'aura-dbe',
20+
'auradb-dedicated': 'aura-dbe',
2121
'aurads-professional': 'aura-dsp',
2222
'aurads-enterprise': 'aura-dse',
2323
'neo4j-community': 'neo4j-ce',

src/js/60-docs-roles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ document.addEventListener('DOMContentLoaded', function () {
2929

3030
// roles can be single word ie beta - use beta as label class and text from rolesDatee.beta
3131
// roles can be single word + version ie new-5.20 - use new as label class and text from rolesData.new + version number
32-
// roles can be multiple words ie aura-db-enterprise - use aura-db-enterprise as label class and text from rolesData.aura-db-enterprise
32+
// roles can be multiple words ie aura-db-dedicated - use aura-db-dedicated as label class and text from rolesData.aura-db-dedicated
3333
// roles like deprecated can appear with or without a version number - deprecated-5.20 or deprecated
3434
// - use deprecated as label class and text from rolesData.deprecated
3535
// - use deprecated as label class and text from rolesData.deprecated + version number

0 commit comments

Comments
 (0)