File tree Expand file tree Collapse file tree 5 files changed +718
-61
lines changed
destinations/catalog/salesforce-dmp
sources/catalog/libraries/mobile/kotlin-android
storage/catalog/amazon-s3 Expand file tree Collapse file tree 5 files changed +718
-61
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ sections:
80
80
# title: Salesforce Live Agent destination
81
81
- path : /connections/destinations/catalog/salesforce-marketing-cloud
82
82
title : Salesforce Marketing Cloud destination
83
- - path : /connections/destinations/catalog/salesforce-dmp
84
- title : Salesforce DMP destination (beta)
83
+ # - path: /connections/destinations/catalog/salesforce-dmp
84
+ # title: Salesforce DMP destination (beta)
85
85
- path : /connections/destinations/catalog/pardot
86
86
title : Salesforce Pardot destination
87
87
- path : /connections/sources/catalog/cloud-apps/salesforce
Original file line number Diff line number Diff line change 28
28
</tr>
29
29
{% for source in sources %}
30
30
<tr class="settingRow source {% if source.regional contains 'eu-west' %}eu-endpoint{%endif%}" id="settingRow">
31
- <td><a href="{{source.url}}">{{source.display_name}}</a></td>
31
+ <td><a href="/docs/ {{source.url}}">{{source.display_name}}</a></td>
32
32
<td style="text-align:center">{% if source.regional contains "eu-west" %}<img class="inline"
33
33
src="/docs/images/supported.svg" />{% else %}<img class="inline"
34
34
src="/docs/images/unsupported.svg" />{% endif %}</td>
42
42
{% for destination in destinations %}
43
43
<tr class="settingRow destination {% if destination.regional contains 'eu-west' %}eu-endpoint{%endif%}"
44
44
id="settingRow">
45
- <td><a href="{{destination.url}}">{{destination.display_name}}</a></td>
45
+ <td><a href="/docs/ {{destination.url}}">{{destination.display_name}}</a></td>
46
46
<td style="text-align:center">{% if destination.regional contains "eu-west" %}<img class="inline"
47
47
src="/docs/images/supported.svg" />{% else %}<img class="inline"
48
48
src="/docs/images/unsupported.svg" />{% endif %}</td>
55
55
</tr>
56
56
{% for warehouse in warehouses %}
57
57
<tr class="settingRow warehouse {% if warehouse.regional contains 'eu-west' %}eu-endpoint{%endif%}" id="settingRow">
58
- <td><a href="{{warehouse.url}}">{{warehouse.display_name}}</a></td>
58
+ <td><a href="/docs/ {{warehouse.url}}">{{warehouse.display_name}}</a></td>
59
59
<td style="text-align:center">{% if warehouse.regional contains "eu-west" %}<img class="inline"
60
60
src="/docs/images/supported.svg" />{% else %}<img class="inline"
61
61
src="/docs/images/unsupported.svg" />{% endif %}</td>
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Salesforce DMP Destination
3
- strat : salesforce
4
3
rewrite : true
5
4
beta : true
6
5
hidden : true
You can’t perform that action at this time.
0 commit comments