mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
docs: branch is now a variable
This makes our docs less brittle and fixes a broken link for pull requests against known plugins.
This commit is contained in:
parent
44c10810ef
commit
d02ac4180f
3 changed files with 4 additions and 3 deletions
|
@ -24,5 +24,5 @@ Check out the https://github.com/elastic/generator-kibana-plugin[plugin generato
|
|||
|
||||
[float]
|
||||
==== References in the code
|
||||
- {repo}/blob/master/src/server/plugins/plugin.js[Plugin class]: What options does the `kibana.Plugin` class accept?
|
||||
- {repo}blob/{branch}/src/server/plugins/plugin.js[Plugin class]: What options does the `kibana.Plugin` class accept?
|
||||
- <<development-uiexports>>: What type of exports are available?
|
||||
|
|
|
@ -7,9 +7,10 @@ release-state can be: released | prerelease | unreleased
|
|||
:release-state: unreleased
|
||||
:version: 5.2.0
|
||||
:major-version: 5.x
|
||||
:branch: 5.x
|
||||
|
||||
:docker-image: docker.elastic.co/kibana/kibana:{version}
|
||||
:es-ref: https://www.elastic.co/guide/en/elasticsearch/reference/5.x/
|
||||
:es-ref: https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/
|
||||
:xpack-ref: https://www.elastic.co/guide/en/x-pack/current/
|
||||
:repo: https://github.com/elastic/kibana/
|
||||
:issue: {repo}issues/
|
||||
|
|
|
@ -38,4 +38,4 @@ This list of plugins is not guaranteed to work on your version of Kibana. Instea
|
|||
=== Other
|
||||
* https://github.com/nreese/kibana-time-plugin[Time picker as a dashboard panel] Widget to view and edit the time range from within dashboards.
|
||||
|
||||
NOTE: If you want your plugin to be added to this page, open a {repo}tree/{version}/docs/plugins/known-plugins.asciidoc[pull request].
|
||||
NOTE: If you want your plugin to be added to this page, open a {repo}tree/{branch}/docs/plugins/known-plugins.asciidoc[pull request].
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue