Skip to content

Commit 211833a

Browse files
author
markzegarelli
committed
Merge branch 'develop' into ENTCX-668_DOC-613
2 parents bbedee8 + c9feb4b commit 211833a

File tree

34 files changed

+2526
-334
lines changed

34 files changed

+2526
-334
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)