mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[DOCS] Removes legacy plugins (#149545)
## Summary Removes the outdated legacy plugin docs from the Kibana Developer Guide. Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
39a37d3ecb
commit
1f9eca02a0
5 changed files with 1 additions and 1883 deletions
|
@ -48,13 +48,6 @@ TypeScript code is automatically converted into JavaScript during development,
|
|||
but not in the distributable version of {kib}. If you use the
|
||||
{kib-repo}blob/{branch}/packages/kbn-plugin-helpers[@kbn/plugin-helpers] to build your plugin, then your `.ts` and `.tsx` files will be permanently transpiled before your plugin is archived. If you have your own build process, make sure to run the TypeScript compiler on your source files and ship the compilation output so that your plugin will work with the distributable version of {kib}.
|
||||
|
||||
[discrete]
|
||||
=== {kib} platform migration guide
|
||||
|
||||
<<migrating-legacy-plugins, This guide>>
|
||||
provides an action plan for moving a legacy plugin to the new platform.
|
||||
<<migrating-legacy-plugins-examples, Provides>> migration examples for the legacy core services.
|
||||
|
||||
[discrete]
|
||||
=== Externally developed plugins
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue