Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
Update lexicon.html.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
awallin authored Nov 4, 2019
1 parent 808f57c commit c5a63a7
Showing 1 changed file with 49 additions and 2 deletions.
51 changes: 49 additions & 2 deletions extension/views/lexicon.html.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
Example
<p>Search for hiking in Denver</p>
<p>Look up recipes for fish tacos</p>
<div class="small">
<strong>Tip:</strong> Cycle through results by saying <i>'next result'</i> or <i>'previous result'</i>.
</div>
</div>
</div>

Expand Down Expand Up @@ -65,6 +68,21 @@
<p>Go to the Health section of the BBC</p>
</div>
</div>

<div class="example">
<div class="intent">
Ask a question
</div>
<div class="description">
Displays anwser in a card.
</div>
<div class="utterance">
Example
<p>Who created breaking bad?</p>
<p>Who won the World Series game last night?</p>
<p>How deep is the Marianas Trench?</p>
</div>
</div>

<div class="example">
<div class="intent">
Expand Down Expand Up @@ -127,6 +145,33 @@
<p>What's the temperature in San Antonio?</p>
</div>
</div>

<div class="example">
<div class="intent">
Translate
</div>
<div class="description">
Translate a webpage, phrase, or word.
</div>
<div class="utterance">
Example
<p>Translate this webpage (to English)</p>
<p>How do you say 'what time is it' in Spanish?</p>
</div>
</div>


<div class="example">
<div class="intent">
Traffic and Maps
</div>
<div class="utterance">
Example
<p>Find the nearest sushi on maps</p>
<p>How long will it take to get to Springfield?</p>
<p>How do I get to the hardware store?</p>
</div>
</div>

<div class="example">
<div class="intent">
Expand Down Expand Up @@ -156,15 +201,17 @@

<div class="example">
<div class="intent">
Open or close tab
Browser controls
</div>
<div class="description">
Opens new tab or closes active tab.
Use your voice for common Firefox actions.
</div>
<div class="utterance">
Example
<p>Close tab</p>
<p>Open new tab</p>
<p>Print</p>
<p>Open my single sign on bookmark</p>
</div>
</div>
</div>
Expand Down

0 comments on commit c5a63a7

Please sign in to comment.