Skip to content

Commit 49d6925

Browse files
author
Xavier Agostini
authored
Xav/qa docs (#288)
* fix feedback link * rerun catalog and side-nav * rerun catalog and side-nav * add connection modes * fix segment-app images * move segment app images * fix side-nav external link * update catalog to add extra destination info and fix integration footer
1 parent f14ad5f commit 49d6925

File tree

3 files changed

+5193
-2974
lines changed

3 files changed

+5193
-2974
lines changed

scripts/catalog.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,10 @@ const updateDestinations = async () => {
235235
url: destination.logos.mark
236236
},
237237
categories: tempCategories,
238+
components: destination.components,
239+
platforms: destination.platforms,
240+
browserUnbundlingSupported: destination.browserUnbundlingSupported,
241+
browserUnbundlingPublic: destination.browserUnbundlingPublic,
238242
settings: destination.settings,
239243
connection_modes
240244
}

0 commit comments

Comments
 (0)