Skip to content

Commit 09655d1

Browse files
committed
update
1 parent 3c9f1c1 commit 09655d1

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

_config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,8 @@ plugins:
4949
- premonition
5050
- jekyll-commonmark
5151
- jekyll-last-modified-at
52+
algolia:
53+
application_id: UINQ2M4D9S
54+
index_name: segment-docs
55+
files_to_exclude:
56+
- _release_notes/*

src/_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595

9696
</style>
9797
<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>
9999
<script src="{{ "./assets/algolia.js" | relative_url}}"></script>
100100
{%- comment -%}
101101
Google Search Results Metadata

src/assets/algolia.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ autocomplete(
2424
url,
2525
anchor,
2626
_snippetResult,
27-
content
2827
}) {
2928
if (anchor != null) {
3029
var anchorLink = "#" + anchor;

src/connections/sources/catalog/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ redirect_from:
1010
- '/docs/connections/sources/catalog/cloud-apps/'
1111
- '/docs/connections/sources/catalog/cloud-apps/'
1212
---
13+
Below is a list of the available sources on the Segment platform.
14+
1315

1416
<div class="destinations-catalog">
1517
{% assign categories = site.data.catalog.source_categories.items %}

0 commit comments

Comments
 (0)