Skip to content

Commit 4be15a1

Browse files
markzegarellibot-docsteamstayseesongboris-hocdetcgilbert
authored
Release 22.48.1 (#3881)
* Wisepops Destination (#3859) * WIS-1670 Write Wisepops destination documentation * WIS-1670 Add warning title * WIS-1670 Update Wisepops documentation * WIS-1670 Fix typo * WIS-1670 Remove brands * fixes * Added metadata for actions and presets * Update src/connections/destinations/catalog/actions-wisepops/index.md Co-authored-by: Boris Hocdé <[email protected]> * Fix private destination yaml Co-authored-by: boris <[email protected]> Co-authored-by: markzegarelli <[email protected]> Co-authored-by: Boris Hocdé <[email protected]> * update 1flow destination name (#3866) * update 1flow destination name * Hide and unpublish old page * Add redirect Co-authored-by: markzegarelli <[email protected]> * Change name of Akita destination (#3871) * Change name of Akita destination * Fix auto formatting * Add docs for new Insider source (#3870) * Add docs for new Insider source * edits Co-authored-by: markzegarelli <[email protected]> * Update link for helpscout destination (#3875) * Bump loader-utils from 1.4.1 to 1.4.2 (#3867) Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md) - [Commits](webpack/loader-utils@v1.4.1...v1.4.2) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update android-faqs.md (#3878) * Update android-faqs.md * Edits, remove image Co-authored-by: markzegarelli <[email protected]> * Functions edit (#3872) * Actions Pipedrive (#3857) * Added documentation for Actions Pipedrive * fixes * vale * Add metadata * Remove hardcoded action details [netlify-build] Co-authored-by: Max Strelnikov <[email protected]> Co-authored-by: markzegarelli <[email protected]> * Catalog update (#3879) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Segment Docs Robot <[email protected]> Co-authored-by: stayseesong <[email protected]> Co-authored-by: boris <[email protected]> Co-authored-by: Boris Hocdé <[email protected]> Co-authored-by: Thomas Gilbert <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: david morton <[email protected]> Co-authored-by: rchinn-segment <[email protected]> Co-authored-by: Max Strelnikov <[email protected]>
1 parent efba947 commit 4be15a1

File tree

26 files changed

+2456
-299
lines changed

26 files changed

+2456
-299
lines changed

.github/styles/Vocab/Docs/accept.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ Pardot
114114
Passcode
115115
performant
116116
Pinterest
117+
Pipedrive
117118
Preact
118119
Qualtrics
119120
reformat(:?s)
@@ -144,6 +145,7 @@ viewability
144145
waitlist
145146
walkthrough
146147
WebKit
148+
Wisepops
147149
Woopra
148150
Wootric
149151
Xcode

package-lock.json

Lines changed: 88 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/private-destination.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ const addPrivateDestination = async () => {
121121
} else {
122122
privateIds.push(DEST_ID.id)
123123
}
124-
124+
privateIds.sort();
125125
for (const element in privateIds) {
126126
let currentId = privateIds[element]
127127
getDestinationData(currentId)

src/_data/catalog/destination_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination categories last updated 2022-11-17
2+
# destination categories last updated 2022-11-29
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

0 commit comments

Comments
 (0)