Skip to content

Commit

Permalink
Build documentation website
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelastic committed Aug 8, 2018
1 parent 7a0cf0e commit e888541
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/anatomy-of-a-record.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
}
],
<span class="hljs-attr">"caption"</span>: {
<span class="hljs-attr">"content"</span>: <span class="hljs-string">"asked to come and talk to you guys and I"</span>,
<span class="hljs-attr">"content"</span>: <span class="hljs-string">"asked to come and talk to you guys and I was like super excited"</span>,
<span class="hljs-attr">"duration"</span>: <span class="hljs-number">4.02</span>,
<span class="hljs-attr">"start"</span>: <span class="hljs-number">30</span>,
<span class="hljs-attr">"position"</span>: <span class="hljs-number">6</span>,
Expand Down Expand Up @@ -203,7 +203,7 @@ <h2 id="video">video <a class="anchor" href="#video" aria-hidden="true"></a></h2
}
</code></pre>
<h2 id="caption">caption <a class="anchor" href="#caption" aria-hidden="true"></a></h2>
<p>The <code>caption</code> contains information about the current matching line of caption.
<p>The <code>caption</code> 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.</p>
<p>The <code>.content</code> key contains the actual caption and the <code>url</code> will give a direct
Expand All @@ -213,7 +213,7 @@ <h2 id="caption">caption <a class="anchor" href="#caption" aria-hidden="true"></
the caption itself.</p>
<pre><code class="hljs language-json">{
<span class="hljs-attr">"caption"</span>: {
<span class="hljs-attr">"content"</span>: <span class="hljs-string">"asked to come and talk to you guys and I"</span>,
<span class="hljs-attr">"content"</span>: <span class="hljs-string">"asked to come and talk to you guys and I was like super excited"</span>,
<span class="hljs-attr">"duration"</span>: <span class="hljs-number">4.02</span>,
<span class="hljs-attr">"start"</span>: <span class="hljs-number">30</span>,
<span class="hljs-attr">"position"</span>: <span class="hljs-number">6</span>,
Expand Down
2 changes: 1 addition & 1 deletion docs/demos/chatbot-summit/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e888541

Please sign in to comment.