Skip to content

Commit

Permalink
Merge pull request #198 from hazelcast/DOCS-777-Update-non-variable-i…
Browse files Browse the repository at this point in the history
…nstances-in-hazelcast-docs-ui-repo

Updated source files
  • Loading branch information
rebekah-lawrence authored Feb 27, 2024
2 parents 824a988 + 20cfe82 commit c666726
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
9 changes: 3 additions & 6 deletions src/css/doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,7 @@ strong.beta {
margin-left: 2px;
}

.doc a[href*="cloud.hazelcast.com"],
.doc a[href*="viridian.hazelcast.com"] {
.doc a[href*="cloud.hazelcast.com"] {
background: var(--navbar-button-background);
padding: 0 10px;
color: var(--navbar-button-font-color);
Expand All @@ -235,14 +234,12 @@ strong.beta {
white-space: nowrap;
}

.doc a[href*="cloud.hazelcast.com"]:hover,
.doc a[href*="viridian.hazelcast.com"]:hover {
.doc a[href*="cloud.hazelcast.com"]:hover {
text-decoration: none;
color: var(--navbar-button-font-color);
}

.doc a[href*="cloud.hazelcast.com"]::after,
.doc a[href*="viridian.hazelcast.com"]::after {
.doc a[href*="cloud.hazelcast.com"]::after {
content: url('/_/img/external-link-white.svg') !important;
background-size: 15px 16px !important;
}
Expand Down
4 changes: 2 additions & 2 deletions src/partials/body-home.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="row landing">

<div class="card">
<h3 class="card-header"><a href="{{{siteRootPath}}}/cloud/">Hazelcast Viridian Cloud</a></h3>
<h3 class="card-header"><a href="{{{siteRootPath}}}/cloud/">Hazelcast Cloud</a></h3>
<p class="card-summary">
Simplify the development and deployment of your applications with a cloud managed service based on Hazelcast Platform.
</p>
Expand All @@ -22,7 +22,7 @@
<a href="{{{siteRootPath}}}/cloud/get-started">Hello World</a>
</li>
<li class="section-content-list-item">
<a href="{{{siteRootPath}}}/cloud/overview">About Viridian Cloud</a>
<a href="{{{siteRootPath}}}/cloud/overview">About Hazelcast Cloud</a>
</li>
<li class="section-content-list-item">
<a href="{{{siteRootPath}}}/cloud/tutorials">Tutorials</a>
Expand Down
2 changes: 1 addition & 1 deletion src/partials/body-tutorials-landing.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
All
</button>
<button id="cloud" class="product-box" onclick="selectProduct(event)">
Hazelcast Viridian Cloud
Hazelcast Cloud
</button>
<button id="platform" class="product-box" onclick="selectProduct(event)">
Hazelcast Platform
Expand Down
2 changes: 1 addition & 1 deletion src/partials/header-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link" href="#" onclick="return false">Manuals</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="{{{siteRootPath}}}/cloud/" onclick="window.open(this.href,'_blank');return false;">Hazelcast Viridian Cloud</a>
<a class="navbar-item" href="{{{siteRootPath}}}/cloud/" onclick="window.open(this.href,'_blank');return false;">Hazelcast Cloud</a>
<a class="navbar-item" href="{{{siteRootPath}}}/hazelcast/latest/" onclick="window.open(this.href,'_blank');return false;">Hazelcast Platform</a>
<a class="navbar-item" href="{{{siteRootPath}}}/management-center/latest/" onclick="window.open(this.href,'_blank');return false;">Management Center</a>
<a class="navbar-item" href="{{{siteRootPath}}}/operator/latest/" onclick="window.open(this.href,'_blank');return false;">Hazelcast Platform Kubernetes Operator</a>
Expand Down
2 changes: 1 addition & 1 deletion src/partials/nav-explore.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<li class="version
{{~#if (eq this ../latest)}} is-latest{{/if}}">
{{#if (eq this.name 'cloud')}}
<a href="{{{relativize ./url}}}">Hazelcast Viridian docs</a>
<a href="{{{relativize ./url}}}">Hazelcast Cloud docs</a>
</li>
{{/if}}
{{else}}
Expand Down

0 comments on commit c666726

Please sign in to comment.