mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
## Summary A [recent PR](https://github.com/elastic/kibana/pull/212558/files) (3 weeks ago) migrated docs under `/docs` folder, from `.asciidoc` to `.md`. Unfortunately, some of these docs (well, at least one) were generated automatically using a script: `node scripts/build_plugin_list_docs.js` was updating the `docs/developer/plugin-list.asciidoc` As a result of the migration: The CI pipeline step fails, and the list of plugins is no longer updated. Besides: * The https://www.elastic.co/guide/en/kibana/current/plugin-list.html is currently broken. * This page is (or should be) built from https://github.com/elastic/kibana/blob/main/docs/extend/plugin-list.md, which is also broken. They are broken cause some plugins' descriptions use the pipe `|` character, which breaks the Markdown layout. This PR updates the logic that generates the plugin-list, switching from `.asciidoc` to `.md`, and escaping `\n` and `|` characters to allow for better descriptions. |
||
---|---|---|
.. | ||
development/plugins/expressions/public | ||
extend | ||
images | ||
reference | ||
release-notes | ||
settings-gen | ||
CHANGELOG.asciidoc | ||
docset.yml |