Skip to content

Commit 6195a46

Browse files
author
markzegarelli
authored
Merge pull request #1665 from segmentio/DOC-211_remove-personas
DOC-211 hide personas partial
2 parents 304ede6 + 426a27a commit 6195a46

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scripts/ignore.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ elif echo "$log" | grep -q 'dependabot'; then
2828
echo "Ignoring dependabot update"
2929
exit
3030
# ignore when master is merged into a branch
31-
elif echo "$log" | grep -q 'Merge branch \SMaster\S'; then
31+
elif echo "$log" | grep -q 'Merge branch \Smaster\S'; then
3232
echo "Build ignored because it's only an update from the main branch."
3333
exit
3434
else

src/connections/destinations/catalog/google-ads-classic/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Google Ads (Classic) Destination
33
redirect_from: '/connections/destinations/catalog/adwords/'
44
strat: google
5+
hide-personas-partial: true
56
---
67

78
Our Google Ads (Classic) destination code is open-source on GitHub if you want to check out

0 commit comments

Comments
 (0)