Skip to content

Commit 2ee5b77

Browse files
committed
more fancy formatting [netlify-build]
1 parent a2b058d commit 2ee5b77

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

src/_data/release-notes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ notes:
1313
- business
1414
read-more: "/docs/segment-app/extensions/"
1515
- title: Linked Audiences and Data Graph General Availability
16-
description: "Segment's Linked Audiences and Data Graph are now Generally Available for Snowflake & Databricks. Linked Audiences empowers marketers to effortlessly create targeted audiences by combining behavioral data from the Segment Profile and warehouse entity data within a self-serve, no-code interface. This tool accelerates audience creation, enabling precise targeting, enhanced customer personalization, and optimized marketing spend without the need for constant data team support. The Data Graph acts as a semantic layer that allows businesses to define relationships between entity datasets in the warehouse — such as accounts, subscriptions, households, and products — with the Segment Profile. The Data Graph makes these relational datasets easily accessible to business teams for targeted and personalized customer engagements."
16+
description: "Segment's Linked Audiences and Data Graph are now Generally Available for Snowflake & Databricks. <br> [Linked Audiences](/docs/engage/audiences/linked-audiences/) empowers marketers to effortlessly create targeted audiences by combining behavioral data from the Segment Profile and warehouse entity data within a self-serve, no-code interface. This tool accelerates audience creation, enabling precise targeting, enhanced customer personalization, and optimized marketing spend without the need for constant data team support. <br> The [Data Graph](/docs/unify/data-graph/) acts as a semantic layer that allows businesses to define relationships between entity datasets in the warehouse — such as accounts, subscriptions, households, and products — with the Segment Profile. The Data Graph makes these relational datasets easily accessible to business teams for targeted and personalized customer engagements."
1717
date: August 23, 2024
1818
product-area:
1919
- twilio engage
@@ -24,7 +24,7 @@ notes:
2424
- business
2525
read-more: "/docs/engage/audiences/linked-audiences/"
2626
- title: Delivery Overview for Storage Destinations is in Public Beta
27-
description: "End-to-end observability is coming to Warehouse Destinations. For the first time, Delivery Overview gives you a comprehensive breakdown of how streaming source events convert to warehouse rows. For more information, see the Delivery Overview documentation."
27+
description: "End-to-end observability is coming to Warehouse Destinations. For the first time, Delivery Overview gives you a comprehensive breakdown of how streaming source events convert to warehouse rows. <br> For more information, see the [Delivery Overview](/docs/connections/delivery-overview/#storage-destinations) documentation."
2828
date: August 12, 2024
2929
product-area:
3030
- segment app

src/_sass/components/_release-note-card.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
.release-note-card {
2-
color: color(gray-800);
3-
42
&--box {
53
$this: &;
64

75
position: relative;
86
padding: 10px;
97
background-color: color(white);
10-
border: 1px solid color(gray-400);
118
margin-top: 20px;
129
border-radius: 8px;
1310
transition: 200ms ease;
@@ -71,5 +68,6 @@
7168

7269
&--filter-button{
7370
display: inline-block;
71+
/*width: 50%;*/
7472
}
7573
}

src/release-notes/test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ hide_toc: true
88
<button class="button button-hollow" style="style=width:1500%" onclick="javascript:hideCards(ga)">GA</button>
99
<button class="button button-hollow" onclick="javascript:hideCards(beta)">Beta</button>
1010
<button class="button button-hollow" onclick="javascript:hideCards(pilot)">Pilot</button>
11-
<button class="button" style="color(#3366ff)" onclick="javascript:showCards()">Reset</button>
11+
<button class="button" style="color: #3366ff" onclick="javascript:showCards()">Reset</button>
1212
</div>
1313

1414
{% assign notes = site.data.release-notes.notes %}

0 commit comments

Comments
 (0)