diff --git a/.gitignore b/.gitignore
index a0267f07e8..88b9de98ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,7 @@ vendor/
node_modules/
src/assets/docs.bundle.js
yarn-error.log
+.yarn/install-state.gz
# Make sure to update `analytics` to the full path to your Typewriter client.
.vscode/spellright.dict
diff --git a/.yarn/cache/find-up-npm-6.3.0-e5056fc655-9a21b7f924.zip b/.yarn/cache/find-up-npm-6.3.0-e5056fc655-9a21b7f924.zip
new file mode 100644
index 0000000000..7c62924f4c
Binary files /dev/null and b/.yarn/cache/find-up-npm-6.3.0-e5056fc655-9a21b7f924.zip differ
diff --git a/.yarn/cache/locate-path-npm-7.1.0-d19ada3feb-17d5eb6c04.zip b/.yarn/cache/locate-path-npm-7.1.0-d19ada3feb-17d5eb6c04.zip
new file mode 100644
index 0000000000..3fef8f2f16
Binary files /dev/null and b/.yarn/cache/locate-path-npm-7.1.0-d19ada3feb-17d5eb6c04.zip differ
diff --git a/.yarn/cache/p-limit-npm-3.1.0-05d2ede37f-7c3690c4db.zip b/.yarn/cache/p-limit-npm-3.1.0-05d2ede37f-7c3690c4db.zip
new file mode 100644
index 0000000000..b87d97ccf8
Binary files /dev/null and b/.yarn/cache/p-limit-npm-3.1.0-05d2ede37f-7c3690c4db.zip differ
diff --git a/.yarn/cache/p-limit-npm-4.0.0-5dccf29b67-01d9d70695.zip b/.yarn/cache/p-limit-npm-4.0.0-5dccf29b67-01d9d70695.zip
new file mode 100644
index 0000000000..f717a5b84a
Binary files /dev/null and b/.yarn/cache/p-limit-npm-4.0.0-5dccf29b67-01d9d70695.zip differ
diff --git a/.yarn/cache/p-locate-npm-5.0.0-92cc7c7a3e-1623088f36.zip b/.yarn/cache/p-locate-npm-5.0.0-92cc7c7a3e-1623088f36.zip
new file mode 100644
index 0000000000..077f1c6eeb
Binary files /dev/null and b/.yarn/cache/p-locate-npm-5.0.0-92cc7c7a3e-1623088f36.zip differ
diff --git a/.yarn/cache/p-locate-npm-6.0.0-b6cfb720dc-2bfe5234ef.zip b/.yarn/cache/p-locate-npm-6.0.0-b6cfb720dc-2bfe5234ef.zip
new file mode 100644
index 0000000000..645dd51cd9
Binary files /dev/null and b/.yarn/cache/p-locate-npm-6.0.0-b6cfb720dc-2bfe5234ef.zip differ
diff --git a/.yarn/cache/path-exists-npm-5.0.0-0bf403c56c-8ca842868c.zip b/.yarn/cache/path-exists-npm-5.0.0-0bf403c56c-8ca842868c.zip
new file mode 100644
index 0000000000..9a134355e6
Binary files /dev/null and b/.yarn/cache/path-exists-npm-5.0.0-0bf403c56c-8ca842868c.zip differ
diff --git a/.yarn/cache/pkg-dir-npm-6.0.1-ccd2d573ff-ba14970537.zip b/.yarn/cache/pkg-dir-npm-6.0.1-ccd2d573ff-ba14970537.zip
new file mode 100644
index 0000000000..3b9fefa8b2
Binary files /dev/null and b/.yarn/cache/pkg-dir-npm-6.0.1-ccd2d573ff-ba14970537.zip differ
diff --git a/.yarn/cache/yocto-queue-npm-0.1.0-c6c9a7db29-f77b3d8d00.zip b/.yarn/cache/yocto-queue-npm-0.1.0-c6c9a7db29-f77b3d8d00.zip
new file mode 100644
index 0000000000..f56730df00
Binary files /dev/null and b/.yarn/cache/yocto-queue-npm-0.1.0-c6c9a7db29-f77b3d8d00.zip differ
diff --git a/.yarn/cache/yocto-queue-npm-1.0.0-7b502f1987-2cac84540f.zip b/.yarn/cache/yocto-queue-npm-1.0.0-7b502f1987-2cac84540f.zip
new file mode 100644
index 0000000000..c08ff193b8
Binary files /dev/null and b/.yarn/cache/yocto-queue-npm-1.0.0-7b502f1987-2cac84540f.zip differ
diff --git a/.yarn/install-state.gz b/.yarn/install-state.gz
index c9f34c9886..732e527c52 100644
Binary files a/.yarn/install-state.gz and b/.yarn/install-state.gz differ
diff --git a/package.json b/package.json
index 0c42dee19b..4af95e0fa5 100644
--- a/package.json
+++ b/package.json
@@ -52,10 +52,14 @@
"dotenv": "^10.0.0",
"enquirer": "^2.3.6",
"fast-csv": "^4.3.6",
+ "find-up": "^6.3.0",
"glightbox": "^3.1.0",
"globby": "11.0.4",
"handlebars": "^4.7.7",
+ "locate-path": "^7.1.0",
"ora": "5.4.1",
+ "p-locate": "5.0.0",
+ "pkg-dir": "^6.0.1",
"posthtml": "^0.16.5",
"posthtml-urls": "^1.0.0",
"search-insights": "^2.0.3",
diff --git a/src/_includes/content/destination-dossier.html b/src/_includes/content/destination-dossier.html
index b7f38ed25d..a6fb6ca0cd 100644
--- a/src/_includes/content/destination-dossier.html
+++ b/src/_includes/content/destination-dossier.html
@@ -23,6 +23,14 @@
{% assign connectionModes = destinationInfo.connection_modes %}
{% endif %}
+
+
+{% if page.name-override %}
+{% assign previous_names = overrideInfo.previous_names %}
+{% else %}
+{% assign previous_names = destinationInfo.previous_names %}
+{% endif %}
+
{% assign components = destinationInfo.components %}
{% endfor %}
{% assign destMethods = destMethods| reverse %}
@@ -35,7 +43,7 @@
Destination Info
{% if destMethods.size > 0 %}- Accepts {% for method in destMethods%}{% if destMethods.size == 1 %}{{method}} calls.{% else %}{% unless forloop.last == true %}{{method}}, {% endunless %}{% if forloop.last == true%}and {{method}} calls{%endif%}{% endif %}{% endfor %}
{% endif %}
- - Referred to as {{destinationInfo.previous_names | join: ', or ' }} in the Integrations object
+ - Referred to as {{previous_names | join: ', or ' }} in the Integrations object
{% if destinationInfo.status == "PUBLIC_BETA" %}- This destination is in Beta
{% endif %}
{% if components.size > 0%}
diff --git a/yarn.lock b/yarn.lock
index 146736f110..5222ef82eb 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -3936,6 +3936,16 @@ __metadata:
languageName: node
linkType: hard
+"find-up@npm:^6.1.0, find-up@npm:^6.3.0":
+ version: 6.3.0
+ resolution: "find-up@npm:6.3.0"
+ dependencies:
+ locate-path: ^7.1.0
+ path-exists: ^5.0.0
+ checksum: 9a21b7f9244a420e54c6df95b4f6fc3941efd3c3e5476f8274eb452f6a85706e7a6a90de71353ee4f091fcb4593271a6f92810a324ec542650398f928783c280
+ languageName: node
+ linkType: hard
+
"follow-redirects@npm:1.5.10":
version: 1.5.10
resolution: "follow-redirects@npm:1.5.10"
@@ -5160,6 +5170,15 @@ __metadata:
languageName: node
linkType: hard
+"locate-path@npm:^7.1.0":
+ version: 7.1.0
+ resolution: "locate-path@npm:7.1.0"
+ dependencies:
+ p-locate: ^6.0.0
+ checksum: 17d5eb6c04ff31856f8a6ae4ee3e3091d41485657428d1a91bd5f66aa1fcd7a90db3de6e8ffb905c2ff1a0014b77509b98dd6410424505efc08b1726d50bcbfc
+ languageName: node
+ linkType: hard
+
"lodash.debounce@npm:^4.0.8":
version: 4.0.8
resolution: "lodash.debounce@npm:4.0.8"
@@ -6203,6 +6222,33 @@ __metadata:
languageName: node
linkType: hard
+"p-limit@npm:^3.0.2":
+ version: 3.1.0
+ resolution: "p-limit@npm:3.1.0"
+ dependencies:
+ yocto-queue: ^0.1.0
+ checksum: 7c3690c4dbf62ef625671e20b7bdf1cbc9534e83352a2780f165b0d3ceba21907e77ad63401708145ca4e25bfc51636588d89a8c0aeb715e6c37d1c066430360
+ languageName: node
+ linkType: hard
+
+"p-limit@npm:^4.0.0":
+ version: 4.0.0
+ resolution: "p-limit@npm:4.0.0"
+ dependencies:
+ yocto-queue: ^1.0.0
+ checksum: 01d9d70695187788f984226e16c903475ec6a947ee7b21948d6f597bed788e3112cc7ec2e171c1d37125057a5f45f3da21d8653e04a3a793589e12e9e80e756b
+ languageName: node
+ linkType: hard
+
+"p-locate@npm:5.0.0":
+ version: 5.0.0
+ resolution: "p-locate@npm:5.0.0"
+ dependencies:
+ p-limit: ^3.0.2
+ checksum: 1623088f36cf1cbca58e9b61c4e62bf0c60a07af5ae1ca99a720837356b5b6c5ba3eb1b2127e47a06865fee59dd0453cad7cc844cda9d5a62ac1a5a51b7c86d3
+ languageName: node
+ linkType: hard
+
"p-locate@npm:^3.0.0":
version: 3.0.0
resolution: "p-locate@npm:3.0.0"
@@ -6221,6 +6267,15 @@ __metadata:
languageName: node
linkType: hard
+"p-locate@npm:^6.0.0":
+ version: 6.0.0
+ resolution: "p-locate@npm:6.0.0"
+ dependencies:
+ p-limit: ^4.0.0
+ checksum: 2bfe5234efa5e7a4e74b30a5479a193fdd9236f8f6b4d2f3f69e3d286d9a7d7ab0c118a2a50142efcf4e41625def635bd9332d6cbf9cc65d85eb0718c579ab38
+ languageName: node
+ linkType: hard
+
"p-map@npm:^2.0.0":
version: 2.1.0
resolution: "p-map@npm:2.1.0"
@@ -6320,6 +6375,13 @@ __metadata:
languageName: node
linkType: hard
+"path-exists@npm:^5.0.0":
+ version: 5.0.0
+ resolution: "path-exists@npm:5.0.0"
+ checksum: 8ca842868cab09423994596eb2c5ec2a971c17d1a3cb36dbf060592c730c725cd524b9067d7d2a1e031fef9ba7bd2ac6dc5ec9fb92aa693265f7be3987045254
+ languageName: node
+ linkType: hard
+
"path-is-absolute@npm:^1.0.0":
version: 1.0.1
resolution: "path-is-absolute@npm:1.0.1"
@@ -6378,6 +6440,15 @@ __metadata:
languageName: node
linkType: hard
+"pkg-dir@npm:^6.0.1":
+ version: 6.0.1
+ resolution: "pkg-dir@npm:6.0.1"
+ dependencies:
+ find-up: ^6.1.0
+ checksum: ba1497053786fdc79fb525bd44ebb7cb17f6997f28a246bf542181f58d43d443832a027e2de677e8a3e3ae59f2d44eb2c738d033874a5a9c215d91c52ff8817c
+ languageName: node
+ linkType: hard
+
"pluralize@npm:^8.0.0":
version: 8.0.0
resolution: "pluralize@npm:8.0.0"
@@ -7832,13 +7903,17 @@ __metadata:
dotenv: ^10.0.0
enquirer: ^2.3.6
fast-csv: ^4.3.6
+ find-up: ^6.3.0
front-matter: ^4.0.2
glightbox: ^3.1.0
glob: ^7.2.0
globby: 11.0.4
handlebars: ^4.7.7
js-yaml: ^4.1.0
+ locate-path: ^7.1.0
ora: 5.4.1
+ p-locate: 5.0.0
+ pkg-dir: ^6.0.1
posthtml: ^0.16.5
posthtml-urls: ^1.0.0
remark: ^14.0.1
@@ -9489,6 +9564,20 @@ __metadata:
languageName: node
linkType: hard
+"yocto-queue@npm:^0.1.0":
+ version: 0.1.0
+ resolution: "yocto-queue@npm:0.1.0"
+ checksum: f77b3d8d00310def622123df93d4ee654fc6a0096182af8bd60679ddcdfb3474c56c6c7190817c84a2785648cdee9d721c0154eb45698c62176c322fb46fc700
+ languageName: node
+ linkType: hard
+
+"yocto-queue@npm:^1.0.0":
+ version: 1.0.0
+ resolution: "yocto-queue@npm:1.0.0"
+ checksum: 2cac84540f65c64ccc1683c267edce396b26b1e931aa429660aefac8fbe0188167b7aee815a3c22fa59a28a58d898d1a2b1825048f834d8d629f4c2a5d443801
+ languageName: node
+ linkType: hard
+
"yoga-layout-prebuilt@npm:^1.9.3":
version: 1.10.0
resolution: "yoga-layout-prebuilt@npm:1.10.0"