Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions home/modules/ROOT/pages/cloud.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
:page-role: tiles
:!sectids:

include::partial$info-banner.adoc[]

= Couchbase on Containers, Kubernetes, and Cloud

Couchbase Server is designed to run in the most popular cloud and container environments. Deploy Couchbase in the cloud for its unique data model flexibility, elastic scalability, high performance, and 24x365 availability.
Expand Down
2 changes: 2 additions & 0 deletions home/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
:!sectids:
:collapsible:

include::partial$info-banner.adoc[]

= Couchbase Documentation

++++
Expand Down
2 changes: 2 additions & 0 deletions home/modules/ROOT/pages/integrations.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
:page-role: tiles
:!sectids:

include::partial$info-banner.adoc[]

= Couchbase Connectors
++++
<div class="card-row">
Expand Down
3 changes: 3 additions & 0 deletions home/modules/ROOT/pages/mobile.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
:page-role: tiles
:!sectids:

include::partial$info-banner.adoc[]

= Couchbase Mobile

++++
<div class="card-row">
++++
Expand Down
1 change: 1 addition & 0 deletions home/modules/ROOT/pages/sdk.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
:page-role: tiles
:!sectids:

include::partial$info-banner.adoc[]

= SDKs & Connectors

Expand Down
2 changes: 2 additions & 0 deletions home/modules/ROOT/pages/server.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
:!sectids:
:tabs:

include::partial$info-banner.adoc[]

= Couchbase Server

== {empty}
Expand Down
48 changes: 48 additions & 0 deletions home/modules/ROOT/partials/info-banner.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
// This banner partial can be edited to link
// to marketing or new Docs content as appropriate.
//
// This is linked from each of the Landing pages.
// To *disable* it, simply comment out the text BELOW.
//
// See
// https://couchbasecloud.atlassian.net/browse/AV-56547
// for the original requirement.

// NOTE: the following CSS will be moved to docs-ui once
// iterated and agreed.
++++
<style>
.info-banner {
display: block;
border: 1px solid #e5e5e5;
border-radius: 3px;
-webkit-box-shadow: 0 3px 10px rgba(0,0,0,.06);
box-shadow: 0 3px 10px rgba(0,0,0,.06);
background-image: linear-gradient(to right, #00ace0, #636cdc);
padding: 0.75em;
margin-top: 0;
margin-bottom: 1em;

}
.doc.landing-page-doc .info-banner p {
text-align: center;
color: white;
font-weight: lighter;
}
.info-banner a {
color: white;
font-size: 18px;
font-weight: bold;
display: inline-block;
border: solid 1px white;
padding: 0.5em 1em;
}
</style>
++++

// NOTE: comment the paragraph below to hide the banner.
[.info-banner]
The Capella Spring release is here!
Introducing developer integrations for Netlify and VSCode, and more.
https://www.couchbase.com/blog/couchbase-capella-spring-release-72[Check it out]