From e88854172095ed5d04bbb1ac25c92bd66fce46e8 Mon Sep 17 00:00:00 2001 From: Pixelastic Date: Wed, 8 Aug 2018 15:03:29 +0200 Subject: [PATCH] Build documentation website --- docs/anatomy-of-a-record.html | 6 +++--- docs/demos/chatbot-summit/style.css | 2 +- docs/demos/takeoffconference/style.css | 2 +- docs/talksearch-js.html | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/anatomy-of-a-record.html b/docs/anatomy-of-a-record.html index c53ea834..3afcbc0c 100644 --- a/docs/anatomy-of-a-record.html +++ b/docs/anatomy-of-a-record.html @@ -92,7 +92,7 @@ } ], "caption": { - "content": "asked to come and talk to you guys and I", + "content": "asked to come and talk to you guys and I was like super excited", "duration": 4.02, "start": 30, "position": 6, @@ -203,7 +203,7 @@

video

caption

-

The caption contains information about the current matching line of caption. +

The caption contains information about the current matching caption. If no caption is actually matching (for example if you're doing an empty query), then the first caption of the video will be used.

The .content key contains the actual caption and the url will give a direct @@ -213,7 +213,7 @@

caption
InstantSearch.js section.

Include libraries

You'll need to include both the InstantSearch.js library, and the TalkSearch.js -helper. Both libraries come with some CSS styling, to provide a default styling.

+helper. Both libraries come with some CSS, to provide a default styling.

<script
 src="https://cdn.jsdelivr.net/npm/instantsearch.js@2.8.1"></script>
 <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/instantsearch.js@2.8.1/dist/instantsearch.min.css">