File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed
connections/sources/catalog Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -49,3 +49,8 @@ plugins:
49
49
- premonition
50
50
- jekyll-commonmark
51
51
- jekyll-last-modified-at
52
+ algolia :
53
+ application_id : UINQ2M4D9S
54
+ index_name : segment-docs
55
+ files_to_exclude :
56
+ - _release_notes/*
Original file line number Diff line number Diff line change 95
95
96
96
</ style >
97
97
< script src ="https://cdn.jsdelivr.net/npm/algoliasearch@3/dist/algoliasearchLite.min.js "> </ script >
98
- < script src ="https://cdn.jsdelivr.net/autocomplete.js/0/autocomplete.min. js "> </ script >
98
+ < script src ="https://cdn.jsdelivr.net/autocomplete.js/0/autocomplete.js "> </ script >
99
99
< script src ="{{ ". /assets/algolia.js" | relative_url}}"> </ script >
100
100
{%- comment -%}
101
101
Google Search Results Metadata
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ autocomplete(
24
24
url,
25
25
anchor,
26
26
_snippetResult,
27
- content
28
27
} ) {
29
28
if ( anchor != null ) {
30
29
var anchorLink = "#" + anchor ;
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ redirect_from:
10
10
- ' /docs/connections/sources/catalog/cloud-apps/'
11
11
- ' /docs/connections/sources/catalog/cloud-apps/'
12
12
---
13
+ Below is a list of the available sources on the Segment platform.
14
+
13
15
14
16
<div class =" destinations-catalog " >
15
17
{% assign categories = site.data.catalog.source_categories.items %}
You can’t perform that action at this time.
0 commit comments