Skip to content

Commit 62f1f76

Browse files
Info Banner - Capella Spring Release (#690)
* Info Banner - Capella Spring Release * Small text tweak for info banner message --------- Co-authored-by: Sarah Welton <[email protected]>
1 parent 1bf23bd commit 62f1f76

File tree

7 files changed

+60
-0
lines changed

7 files changed

+60
-0
lines changed

home/modules/ROOT/pages/cloud.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
:page-role: tiles
44
:!sectids:
55

6+
include::partial$info-banner.adoc[]
7+
68
= Couchbase on Containers, Kubernetes, and Cloud
79

810
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.

home/modules/ROOT/pages/index.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
:!sectids:
66
:collapsible:
77

8+
include::partial$info-banner.adoc[]
9+
810
= Couchbase Documentation
911

1012
++++

home/modules/ROOT/pages/integrations.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
:page-role: tiles
44
:!sectids:
55

6+
include::partial$info-banner.adoc[]
7+
68
= Couchbase Connectors
79
++++
810
<div class="card-row">

home/modules/ROOT/pages/mobile.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
:page-role: tiles
44
:!sectids:
55

6+
include::partial$info-banner.adoc[]
7+
68
= Couchbase Mobile
9+
710
++++
811
<div class="card-row">
912
++++

home/modules/ROOT/pages/sdk.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
:page-role: tiles
55
:!sectids:
66

7+
include::partial$info-banner.adoc[]
78

89
= SDKs & Connectors
910

home/modules/ROOT/pages/server.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
:!sectids:
55
:tabs:
66

7+
include::partial$info-banner.adoc[]
8+
79
= Couchbase Server
810

911
== {empty}
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
// This banner partial can be edited to link
2+
// to marketing or new Docs content as appropriate.
3+
//
4+
// This is linked from each of the Landing pages.
5+
// To *disable* it, simply comment out the text BELOW.
6+
//
7+
// See
8+
// https://couchbasecloud.atlassian.net/browse/AV-56547
9+
// for the original requirement.
10+
11+
// NOTE: the following CSS will be moved to docs-ui once
12+
// iterated and agreed.
13+
++++
14+
<style>
15+
.info-banner {
16+
display: block;
17+
border: 1px solid #e5e5e5;
18+
border-radius: 3px;
19+
-webkit-box-shadow: 0 3px 10px rgba(0,0,0,.06);
20+
box-shadow: 0 3px 10px rgba(0,0,0,.06);
21+
background-image: linear-gradient(to right, #00ace0, #636cdc);
22+
padding: 0.75em;
23+
margin-top: 0;
24+
margin-bottom: 1em;
25+
26+
}
27+
.doc.landing-page-doc .info-banner p {
28+
text-align: center;
29+
color: white;
30+
font-weight: lighter;
31+
}
32+
.info-banner a {
33+
color: white;
34+
font-size: 18px;
35+
font-weight: bold;
36+
display: inline-block;
37+
border: solid 1px white;
38+
padding: 0.5em 1em;
39+
}
40+
</style>
41+
++++
42+
43+
// NOTE: comment the paragraph below to hide the banner.
44+
[.info-banner]
45+
The Capella Spring release is here!
46+
Introducing developer integrations for Netlify and VSCode, and more.
47+
https://www.couchbase.com/blog/couchbase-capella-spring-release-72[Check it out]
48+

0 commit comments

Comments
 (0)