-
Notifications
You must be signed in to change notification settings - Fork 379
Fix integration slugs #462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
scripts/catalog.js
Outdated
.toLowerCase() | ||
.replace(/\s+/g, '-') | ||
.replace('-&-', '-') | ||
.replace('/', '-') | ||
.replace(/[\(\)]/g, '') | ||
.replace('.','-') | ||
|
||
|
||
if (slug === 'active-campaign') slug = 'activecampaign' | ||
if (slug === 'adwords') slug = 'google-ads' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this needs to be google-ads-classic
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @XavierAgostini , when I run |
Signed-off-by: sanscontext <lrubin@segment.com>
Closing this out per discussion - we do want to keep the display-name the slugified part, and move docs to match a rename. I'm going to go through and make sure that all the correct things are doing the right stuff in the docs, then make sure that the links to docs, as explained in the Partner Portal, are linking to the right thing. |
Proposed changes
Related issues (optional)
Fixes #406