Skip to content

Commit

Permalink
DOC 206 part 2 (segmentio#2686)
Browse files Browse the repository at this point in the history
* Fixed integration object name, again

* ignore this file
  • Loading branch information
markzegarelli authored Mar 31, 2022
1 parent e7c17bf commit 0da537d
Show file tree
Hide file tree
Showing 15 changed files with 103 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .yarn/install-state.gz
Binary file not shown.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 9 additions & 1 deletion src/_includes/content/destination-dossier.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand All @@ -35,7 +43,7 @@
<h6>Destination Info</h6>
<ul class="qi">
{% if destMethods.size > 0 %}<li>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 %}</li>{% endif %}
<li>Referred to as <strong>{{destinationInfo.previous_names | join: '</strong>, or <strong>' }}</strong> in the <a href="/docs/guides/filtering-data/#filtering-with-the-integrations-object">Integrations object</a></li>
<li>Referred to as <strong>{{previous_names | join: '</strong>, or <strong>' }}</strong> in the <a href="/docs/guides/filtering-data/#filtering-with-the-integrations-object">Integrations object</a></li>
{% if destinationInfo.status == "PUBLIC_BETA" %}<li>This destination is in <span class="release-pill">Beta</span></li>{% endif %}
</ul>
{% if components.size > 0%}
Expand Down
89 changes: 89 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 0da537d

Please sign in to comment.