Skip to content

add beta message to template #467

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from
Closed
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ It'll look something like this:
Each piece of frontmatter does something special:
- `published`: defaults to true. Set this to "false" to prevent Jekyll from rendering an HTML page for this file. Good for when you're working on something in the repo but aren't ready to release it yet, and don't want to use a Draft PR.
- `beta`: default false. When true, show an "in beta" warning in the page layout (see the warning in `_includes/content/beta.md`)
- `partner-contact`: defaults to null. Used to change the beta notice to include a partner/owner email address as a mailto link for integrations that aren't Segment-owned.
- `hide-feedback`: defaults to false. When true, hide the feedback footer. Good for legal and landing pages.
- `hidden`: omits the file from the `sitemap.xml`, adds a `<meta name="robots" content="noindex" />` to the top of the generated HTML file, and drops it from the convenience script for regenerating the nav.
- `rewrite`: defaults to false. This is a legacy frontmatter flag that comes from the old `site-docs` repo, and which labels any destination that was rewritten in ~2018 to a standardized template.
Expand Down
7 changes: 6 additions & 1 deletion src/_includes/content/beta.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
<h1> This document is about a feature which is in beta.</h1> This means that the {{ include.type }} is in active development, and some functionality may change before it becomes generally available.
#### This document is about a {{ page.integration_type }} which is in beta.

This means that the {{ page.integration_type }} is still in development, there may be bugs to be fixed, and some functionality may change before it becomes generally available.
{% if page.partner-contact %}Have any feedback to help improve the {{ page.title }} or its documentation? Please [let them know](mailto:{{page.partner-contact}})!{% else %}Have any feedback to help us improve the {{ page.title }} or its documentation? Please [let us know](https://segment.com/help/contact)!{% endif %}

---
4 changes: 4 additions & 0 deletions src/_layouts/integration.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ <h1 id="{{ page.title | downcase }}" class="page__heading">

<div class="integration__body page__body">
<div class="markdown">
{% if page.beta %}
{% capture beta-note %}{% include content/beta.md %}{% endcapture %}
{{ beta-note | markdownify }}
{% endif %}
{{ content }}

{% if page.integration_type == 'destination' %}
Expand Down
6 changes: 4 additions & 2 deletions src/connections/destinations/catalog/adikteev/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
rewrite: true
title: Adikteev Destination
rewrite: true
beta: true
partner-contact: contact@adikteev.com
---

This destination is maintained by Adikteev. For any issues with the destination, please [reach out to their team](mailto:contact@adikteev.com).

**NOTE:** The Adikteev Destination is currently in beta, which means that they are still actively developing the destination. This doc was last updated on January 23, 2019. If you are interested in joining their beta program or have any feedback to help improve the Adikteev Destination and its documentation, please let their team know.
**NOTE:** The Adikteev Destination is currently in beta, and this doc was last updated on January 23, 2019.

## Getting Started

Expand Down
7 changes: 2 additions & 5 deletions src/connections/destinations/catalog/adobe-target/index.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
---
title: Adobe Target Destination
rewrite: true
beta: true
title: Adobe Target Destination
---
[Adobe Target](https://www.adobe.com/marketing-cloud/target.html) removes the
coding and setup hassles of A/B testing to help you quickly discover which
offers, experiences and messages truly engage your visitors.

_**NOTE:** Adobe Target is currently in beta, and this doc was last
updated on March 7, 2018. This means that there may still be some bugs for us to
iron out, and we're excited to hear your thoughts. If you are interested in
joining or have any feedback to help us improve the Adobe Target
Destination and its documentation, please [let us know](https://segment.com/help/contact)!_
updated on March 7, 2018.

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion src/connections/destinations/catalog/akita/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ beta: true
title: Akita Destination
---

*This destination is maintained by Akita*
### This destination is maintained by Akita*

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion src/connections/destinations/catalog/all-aboard/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ When you `identify` a user we pass that user's information to All Aboard. You ca

All Identify calls must include a user's `email` trait. You must also include a `createdAt` trait to add new customers to All Aboard!. For example:

```
```js
{
"type": "identify",
"userId": "43",
Expand Down
8 changes: 6 additions & 2 deletions src/connections/destinations/catalog/auryc/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
---
rewrite: true
title: Auryc Destination
rewrite: true
beta: true
partner-contact: segment@auryc.com
---
[Auryc](https://www.auryc.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) is a client-side journey intelligence platform that surfaces real-time insights with powerful visual context across all of your digital ecommerce journeys. Auryc helps enterprises find and resolve the customer journey issues that directly impact conversions and customer satisfaction.

This source is maintained by Auryc. For any issues with the destination, please [reach out to their team](mailto:segment@auryc.com).

_**NOTE:** The Auryc Destination is currently in beta, which means that they are still actively developing the destination. This doc was last updated on April 25, 2019. If you are interested in joining their beta program or have any feedback to help improve the Auryc Destination and its documentation, please [let their team know](mailto:segment@auryc.com)!_ It also means that, for the time being, there is a longer delay for us to deploy it to your analytics.js after you enable; expect about 24 hours for it to render on your site.
_**NOTE:** The Auryc Destination is currently in beta, and this doc was last updated on April 25, 2019. If you are interested in joining their beta program or have any feedback to help improve the Auryc Destination and its documentation, please [let their team know](mailto:segment@auryc.com)!_

It also means that, for the time being, there is a longer delay for us to deploy it to your analytics.js after you enable; expect about 24 hours for it to render on your site.

## Getting Started

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Segment makes it easy to send your data to Azure Function (and lots of other des

[Azure Function](https://azure.microsoft.com/en-us/services/functions) is a serverless compute service that enables you to run code on-demand without having to explicitly provision or manage infrastructure. Use Azure Functions to run a script or piece of code in response to a variety of events.

_**NOTE:** Azure Function is currently in beta, and this doc was last updated on May 6, 2019. This means that there may still be some bugs for us to iron out and we're excited to hear your thoughts. If you are interested in joining or have any feedback to help us improve the Azure Function Destination and its documentation, please [let us know](https://segment.com/help/contact)!_
_**NOTE:** Azure Function is currently in beta, and this doc was last updated on May 6, 2019._

# Getting Started

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Segment makes it easy to send your data to Google Cloud Function (and lots of ot

[Google Cloud Function](https://cloud.google.com/function) is a lightweight compute solution for developers to create single-purpose, stand-alone functions that respond to Cloud events without the need to manage a server or runtime environment.

_**NOTE:** Google Cloud Function is currently in beta, and this doc was last updated on May 6, 2019. This means that there may still be some bugs for us to iron out and we're excited to hear your thoughts. If you are interested in joining or have any feedback to help us improve the Google Cloud Function Destination and its documentation, please [let us know](https://segment.com/help/contact)!_
_**NOTE:** Google Cloud Function is currently in beta, and this doc was last updated on May 6, 2019._

# Getting Started

Expand Down
6 changes: 4 additions & 2 deletions src/connections/destinations/catalog/movable-ink/index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
---
rewrite: true
title: Movable Ink Destination
beta: true
rewrite: true
partner-contact: support@movableink.com
---

[Movable Ink](https://movableink.com/) lets email marketers deliver jaw-dropping customer experiences. Our cloud-based software activates any data to generate intelligent content at the moment of open.

This destination is maintained by [Movable Ink](https://movableink.com/). If you have any issues, please contact Movable Ink at support@movableink.com.

_**NOTE:** Movable Ink is currently in beta and this doc was last updated on March 14, 2018. This means that there may still be some bugs for us to iron out and we're excited to hear your thoughts. If you are interested in joining or have any feedback to help us improve the Movable Ink Destination and its documentation, and please [let us know](https://segment.com/help/contact)!_
_**NOTE:** Movable Ink is currently in beta and this doc was last updated on March 14, 2018._

## Getting Started

Expand Down
6 changes: 4 additions & 2 deletions src/connections/destinations/catalog/vitally/index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
---
rewrite: true
title: Vitally Destination
rewrite: true
beta: true
partner-contact: support@vitally.io
---

[Vitally](https://vitally.io/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) is a customer success platform for B2B SaaS companies that wraps your unified customer data with powerful analytics, alerts, and workflows to help you build successful customers.

This destination is maintained by Vitally. For any issues with the destination, please [reach out to their team](mailto:support@vitally.io).

_**NOTE:** Vitally is currently in beta, and this doc was last updated on February 7, 2019. This means that there may still be some bugs for us to iron out and we're excited to hear your thoughts. If you are interested in joining or have any feedback to help us improve the Vitally destination and its documentation, please [let us know](mailto:support@vitally.io)!_
_**NOTE:** Vitally is currently in beta, and this doc was last updated on February 7, 2019._


## Getting Started
Expand Down
6 changes: 4 additions & 2 deletions src/connections/destinations/catalog/xtremepush/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
---
rewrite: true
title: Xtremepush Destination
rewrite: true
beta: true
partner-contact: mailto:support@xtremepush.com)
---
[Xtremepush](https://xtremepush.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) is a complete digital engagement platform. Empowering global brands to create personalised, real-time experiences for their customers across mobile, web, email, SMS and social. Xtremepush's clients are increasing revenue through data-driven, contextually-relevant interactions. The software is flexible, reliable and quick to deploy, backed up by a team of expert strategists and technical support.

This destination is maintained by Xtremepush. For any issues with the destination, please [reach out to their team](mailto:support@xtremepush.com).

_**NOTE:** The Xtremepush Destination is currently in beta, which means that they are still actively developing the destination. This doc was last updated on April 05, 2019. If you are interested in joining their beta program or have any feedback to help improve the Xtremepush Destination and its documentation, please [let their team know](mailto:support@xtremepush.com)!_
_**NOTE:** The Xtremepush Destination is currently in beta, and this doc was last updated on April 05, 2019. If you are interested in joining their beta program, please [let their team know](mailto:support@xtremepush.com)!_


## Getting Started
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This is an [Event Cloud Source](https://segment.com/docs/connections/sources/#ev

This source is maintained by Facebook. For any issues with the source, you may [contact their team](mailto:supportemail@email.com).

_**NOTE:** Facebook Lead Ads is currently in beta and this doc was last updated on January 07, 2019. This means that there may still be some bugs for us to iron out and we're excited to hear your thoughts. If you are interested in joining or have any feedback to help us improve the Facebook Lead Ads Destination and its documentation, and please [let us know](https://segment.com/help/contact)!_
_**NOTE:** Facebook Lead Ads is currently in beta and this doc was last updated on January 07, 2019._

## Getting Started

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Marketo Source
rewrite: true
source-type: object
beta: true
---

[Marketo](https://www.marketo.com/) is a leader in marketing automation. Using our Marketo source, we will load your campaigns, emails, leads and other collections into your data warehouse.
Expand All @@ -10,7 +11,7 @@ This will allow you to write SQL to analyze your analyze your email marketing ca

This is an [Object Cloud Source](https://segment.com/docs/connections/sources/#object-cloud-sources) which can export data from its third party tool and import it directly into your Segment warehouse.

_**NOTE:** Marketo is currently in beta and this doc was last updated on April 30, 2018. This means that there may still be some bugs for us to iron out and we're excited to hear your thoughts. If you have any feedback to help us improve the Marketo Source and its documentation, and please [let us know](https://segment.com/help/contact)!_
_**NOTE:** Marketo is currently in beta and this doc was last updated on April 30, 2018._

## Getting Started

Expand Down