mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Replace handlebars documentation link (#82247)
* Replace handlebars documentation link] * Replace handlebars helpers link with an es one
This commit is contained in:
parent
19dd9b4ff6
commit
e2f0f94a49
4 changed files with 5 additions and 5 deletions
|
@ -99,10 +99,10 @@ 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.
|
||||
|
||||
Refer to Handlebars https://handlebarsjs.com/guide/expressions.html#expressions[documentation] to learn about advanced use cases.
|
||||
Refer to Handlebars https://ela.st/handlebars-docs#expressions[documentation] to learn about advanced use cases.
|
||||
|
||||
[[helpers]]
|
||||
In addition to https://handlebarsjs.com/guide/builtin-helpers.html[built-in] Handlebars helpers, you can use the following custom helpers:
|
||||
In addition to https://ela.st/handlebars-helpers[built-in] Handlebars helpers, you can use the following custom helpers:
|
||||
|
||||
|
||||
|===
|
||||
|
|
|
@ -134,7 +134,7 @@ export class MarkdownEditor extends Component {
|
|||
values={{
|
||||
handlebarLink: (
|
||||
<a
|
||||
href="https://handlebarsjs.com/guide/expressions.html"
|
||||
href="https://ela.st/handlebars-docs"
|
||||
target="_BLANK"
|
||||
rel="noreferrer noopener"
|
||||
>
|
||||
|
|
|
@ -24,7 +24,7 @@ The data table contains
|
|||
**{{name}}**
|
||||
{{/each}}
|
||||
|
||||
You can use standard Markdown in here, but you can also access your piped-in data using Handlebars. If you want to know more, check out the [Handlebars documentation](https://handlebarsjs.com/guide/expressions.html).
|
||||
You can use standard Markdown in here, but you can also access your piped-in data using Handlebars. If you want to know more, check out the [Handlebars documentation](https://ela.st/handlebars-docs).
|
||||
|
||||
#### Enjoy!" | render`,
|
||||
});
|
||||
|
|
|
@ -76,7 +76,7 @@ the following columns:
|
|||
**{{name}}**
|
||||
{{/each}}
|
||||
|
||||
You can use standard Markdown in here, but you can also access your piped-in data using Handlebars. If you want to know more, check out the [Handlebars documentation](https://handlebarsjs.com/guide/expressions.html).
|
||||
You can use standard Markdown in here, but you can also access your piped-in data using Handlebars. If you want to know more, check out the [Handlebars documentation](https://ela.st/handlebars-docs).
|
||||
|
||||
#### Enjoy!" | render`,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue