diff --git a/docs/developer/plugin-list.asciidoc b/docs/developer/plugin-list.asciidoc index 3bbc594a21c5ae..cfbda8fdeb2b6a 100644 --- a/docs/developer/plugin-list.asciidoc +++ b/docs/developer/plugin-list.asciidoc @@ -94,6 +94,10 @@ This API doesn't support angular, for registering angular dev tools, bootstrap a |Contains the Discover application and the saved search embeddable. +|{kib-repo}blob/{branch}/src/plugins/discover_shared/README.md[discoverShared] +|A stateful layer to register shared features and provide an access point to discover without a direct dependency. + + |{kib-repo}blob/{branch}/src/plugins/embeddable/README.md[embeddable] |The Embeddables Plugin provides an opportunity to expose reusable interactive widgets that can be embedded outside the original plugin.