Skip to content

Commit 10e09d1

Browse files
markzegarellikdaswani
andauthored
Add override for actions slug (#3948)
* Add override for actions slug * Update src/connections/destinations/catalog/hubspot/index.md Co-authored-by: kdaswani <[email protected]> * Update src/connections/destinations/catalog/intercom/index.md Co-authored-by: kdaswani <[email protected]> Co-authored-by: kdaswani <[email protected]>
1 parent 8ed4cc2 commit 10e09d1

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

src/_includes/content/destination-maintenance.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{% capture name %}{{page.title | replace: 'Destination', ''}}{% endcapture %}
2-
{% capture link %}/docs/connections/destinations/catalog/actions-{{name | slugify}}{% endcapture %}
2+
{% if page.actions-slug %}
3+
{% capture link %}/docs/connections/destinations/catalog/{{page.actions-slug}}{% endcapture %}
4+
{% else %}
5+
{% capture link %}/docs/connections/destinations/catalog/actions-{{name}}{% endcapture %}
6+
{% endif %}
37
{% if page.maintenance-content %}
48
{% capture blurb %}{{page.maintenance-content}} {% endcapture %}
59
{% else %}

src/connections/destinations/catalog/hubspot/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ hide-personas-partial: true
55
cmode-override: true
66
id: 54521fd725e721e32a72eec1
77
maintenance: true
8+
maintenance-content: New versions of the destination are available. See [HubSpot Cloud Mode (Actions)](/docs/connections/destinations/catalog/actions-hubspot-cloud/) and [HubSpot Web (Actions)](/docs/connections/destinations/catalog/actions-hubspot-web/) for more information.
89
---
910
[HubSpot](https://www.hubspot.com/){:target="_blank"} is an inbound marketing and sales platform that helps companies attract visitors, convert leads, and close customers. The `analytics.js` HubSpot Destination is open-source. You can browse the code [on GitHub](https://github.com/segmentio/analytics.js-integrations/tree/master/integrations/hubspot){:target="_blank"}.
1011

src/connections/destinations/catalog/intercom/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ hide-personas-partial: true
55
cmode-override: true
66
id: 54521fd725e721e32a72eec6
77
maintenance: true
8+
maintenance-content: New versions of the destination are available. See [Intercom Cloud Mode (Actions)](/docs/connections/destinations/catalog/actions-intercom-cloud/) and [Intercom Web (Actions)](/docs/connections/destinations/catalog/actions-intercom-web/) for more information.
89
---
910
[Intercom](https://www.intercom.com/) makes customer messaging apps for sales, marketing, and support, connected on one platform. The Intercom Destination is open-source. You can browse the code for [analytics.js](https://github.com/segment-integrations/analytics.js-integration-intercom), [iOS](https://github.com/segment-integrations/analytics-ios-integration-intercom) and [Android](https://github.com/segment-integrations/analytics-android-integration-intercom) on GitHub.
1011

src/connections/destinations/catalog/pardot/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Salesforce Pardot Destination
33
strat: salesforce
44
id: 54521fd925e721e32a72eee1
55
maintenance: true
6+
actions-slug: actions-pardot
67
---
78

89
## Getting Started

0 commit comments

Comments
 (0)