Add asciidoc support for generated plugin list (#72292)

* add asciidoc support for generated plugin list

Try level offset "=+2" instead of "=+1" to stop the inlining of the includes.

remove +2 back to +1

* Remove asciidoc, switch to regex. Rearrange dev guide to avoid nesting limit.

* Add tests for regex

* add a description to not throw off the table. Remove the heading from the paragraph snippet.

* Fix more READMEs so table renders correctly

* Update plugin list

* Remove code-exploration file, moved to plugin-list

* fix typo

* Add link to developer examples

* Update plugin list

* fix typo
This commit is contained in:
Stacey Gammon 2020-08-24 11:31:27 -04:00 committed by GitHub
parent 6f6566310a
commit 4ffef0a481
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 684 additions and 631 deletions

View file

@ -12,6 +12,7 @@ running in no time. If you have any problems, file an issue in the https://githu
* <<external-plugin-development>>
* <<kibana-architecture>>
* <<advanced>>
* <<plugin-list>>
--
@ -27,3 +28,5 @@ include::plugin/index.asciidoc[]
include::advanced/index.asciidoc[]
include::plugin-list.asciidoc[]