Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Update: Request docs and blog content in Docsearch #481

Merged
merged 1 commit into from
Jun 14, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
apiKey: '891b0e977d96c762a3821e0c00172ac9',
indexName: 'eslint',
inputSelector: '#eslint-search-input',
algoliaOptions: { 'facetFilters': [["version:3.0.0", "tags:blog"]] },
algoliaOptions: { 'facetFilters': [["tags:docs", "tags:blog"]] },
debug: false // Set debug to true if you want to inspect the dropdown
});
var htmlClassList = document.documentElement.classList;
Expand Down