[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:
Kaarina Tungseth 2023-01-27 14:47:01 -06:00 committed by GitHub
parent 39a37d3ecb
commit 1f9eca02a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 1 additions and 1883 deletions

View file

@ -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