Docs: Fix for asciidoctor (#47876)

Asciidoctor is a bit more picky about somethings. This fixes them for
it.
This commit is contained in:
Nik Everett 2019-10-10 17:18:38 -04:00 committed by GitHub
parent 578522186e
commit fd94e17fb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@ Manage your {kib} spaces.
* <<spaces-api-get-all, Get all {kib} spaces API>>
* <<spaces-api-delete, Delete space API>>
* <<spaces-api-copy-saved-objects, Copy saved objects to space API>>
*<<spaces-api-resolve-copy-saved-objects-conflicts , Resolve copy saved objects to space conflicts API>>
* <<spaces-api-resolve-copy-saved-objects-conflicts, Resolve copy saved objects to space conflicts API>>
include::spaces-management/post.asciidoc[]
include::spaces-management/put.asciidoc[]

View file

@ -28,13 +28,13 @@ node scripts/generate_plugin my_plugin_name # replace "my_plugin_name" with your
The Kibana directory must be named `kibana`, and your plugin directory should be located in the root of `kibana` in a `plugins` directory, for example:
["source","shell"]
-----------
----
.
└── kibana
└── plugins
├── foo-plugin
└── bar-plugin
--------
----
[float]
==== References in the code

View file

@ -10,6 +10,6 @@
--
include::graph/index.asciidoc[leveloffset=+1]
include::graph/index.asciidoc[]
include::ml/index.asciidoc[]