Skip to content

Commit 91b57b9

Browse files
committed
now it should work
1 parent c065292 commit 91b57b9

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

netlify.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,3 @@
1515
status = 200
1616

1717
[[plugins]]
18-
package = "@algolia/netlify-plugin-crawler"
19-
[plugins.inputs]
20-
branches = ['DOC-65_Algolia-crawl']

src/_includes/navbar/search.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
<div class="field__icon field__icon--left flex flex--middle flex--center">
33
{% include icons/symbols/search.svg %}
44
</div>
5-
{% if jekyll.environment == "testing" %}
6-
<!-- <input class="field__input input DocsNav-search-input st-search-input" disabled type="text" placeholder="Search disabled for previews"/> -->
7-
{% else %}
85
<input id="autocomplete" class="field__input input DocsNav-search-input st-search-input" type="text" placeholder="Search the Segment documentation (press / to focus...)"/>
96
{% endif %}
107
{% unless include.mobile %}

0 commit comments

Comments
 (0)