Removed docs of deleted directive (#40597)

This commit is contained in:
Liza Katz 2019-07-09 17:58:46 +03:00 committed by GitHub
parent 994e379ec3
commit db0bed4ac2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,17 +5,6 @@ All communication from the Kibana UI to the server needs to respect the
`server.basePath`. Here are the "blessed" strategies for dealing with this
based on the context:
[float]
==== `<img>` and `<a>` elements
Write the `src` or `href` urls as you would without the base path, but then
replace `src` or `href` with `kbn-src` or `kbn-href`.
["source","shell"]
-----------
<img kbn-src="plugins/kibana/images/logo.png">
-----------
[float]
==== Getting a static asset url