Skip to content

Commit 22f459b

Browse files
author
markzegarelli
authored
Make Sprig Web (Actions) documentation visbile (#2466)
1 parent 1d4f74a commit 22f459b

File tree

8 files changed

+1373
-1099
lines changed

8 files changed

+1373
-1099
lines changed

scripts/catalog_papi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ const updateDestinations = async () => {
330330
let regional = ['us-west']
331331

332332
// We need to be able to keep the system slug in some cases.
333-
const slugOverrides = ['actions-google-enhanced-conversions', 'actions-google-analytics-4', 'actions-facebook-conversions-api', 'actions-friendbuy-cloud']
333+
const slugOverrides = ['actions-google-enhanced-conversions', 'actions-google-analytics-4', 'actions-facebook-conversions-api', 'actions-friendbuy-cloud', 'sprig-web']
334334
let slug = slugify(destination.name)
335335
if (slugOverrides.includes(destination.slug)) {
336336
slug = destination.slug

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-02-01
2+
# destination categories last updated 2022-02-07
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

0 commit comments

Comments
 (0)