mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Fixed a typo and a formatting issue in the Timelion tutorial. (#9937)
This commit is contained in:
parent
3ec2ce801c
commit
5f8d3c9318
1 changed files with 6 additions and 8 deletions
|
@ -83,7 +83,7 @@
|
|||
datasource.
|
||||
</p>
|
||||
<p>
|
||||
should already see one chart, but you might need to make a
|
||||
You should already see one chart, but you might need to make a
|
||||
couple adjustments before you see any interesting data:
|
||||
</p>
|
||||
<ul>
|
||||
|
@ -318,7 +318,10 @@
|
|||
</p>
|
||||
<p>Now that you're familiar with the syntax, refer to the
|
||||
<a ng-click="section = 'functions'">Function reference</a> to see
|
||||
how to use all of the available Timelion functions.
|
||||
how to use all of the available Timelion functions. You can view
|
||||
the reference at any time by clicking <strong>Docs</strong>
|
||||
in the Kibana toolbar. To get back to this tutorial, click the
|
||||
<strong>Tutorial</strong> link at the top of the reference.
|
||||
</p>
|
||||
</div>
|
||||
<div class="doc-container-buttons">
|
||||
|
@ -328,12 +331,7 @@
|
|||
>
|
||||
Previous
|
||||
</button>
|
||||
<span>
|
||||
<strong>Tip:</strong> You can view the Function reference at any
|
||||
time by clicking <strong>Docs</strong> in the Kibana toolbar. To
|
||||
get back to this tutorial, click the Tutorial link at the top of
|
||||
the Function reference.
|
||||
</span>
|
||||
|
||||
<button
|
||||
ng-click="opts.dontShowHelp()"
|
||||
class="btn btn-default btn-doc-next"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue