mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
* [DOCS] Fixes handlebar links in URL drilldowns * And another one
This commit is contained in:
parent
3a419d8819
commit
8f0eb4b5d8
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
beta[]
|
||||
|
||||
The URL template input uses https://handlebarsjs.com/guide/expressions.html#expressions[Handlebars] — a simple templating language. Handlebars templates look like regular text with embedded Handlebars expressions.
|
||||
The URL template input uses https://ela.st/handlebars-docs#expressions[Handlebars] — a simple templating language. Handlebars templates look like regular text with embedded Handlebars expressions.
|
||||
|
||||
[source, bash]
|
||||
----
|
||||
|
@ -13,7 +13,7 @@ https://github.com/elastic/kibana/issues?q={{event.value}}
|
|||
A Handlebars expression is a `{{`, some contents, followed by a `}}`. When the drilldown is executed, these expressions are replaced by values from the dashboard and interaction context.
|
||||
|
||||
[[helpers]]
|
||||
In addition to https://handlebarsjs.com/guide/builtin-helpers.html[built-in] Handlebars helpers, you can use custom helpers.
|
||||
In addition to https://ela.st/handlebars-helpers[built-in] Handlebars helpers, you can use custom helpers.
|
||||
|
||||
Refer to Handlebars https://ela.st/handlebars-docs#expressions[documentation] to learn about advanced use cases.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue