kibana/examples/embeddable_examples
Anton Dosov 65fd7ad260
Clean up saved object based embeddable examples (#162987)
## Summary

These examples are outdated and don't show recent embeddable best
practices. They also use client-side saved object client and block
making `SavedObjectFinder` backward compatible
https://github.com/elastic/kibana/pull/162904 as the `foobar` saved
objects need to be added to content management. We decided that it is
better to clean them up, as fixing them is not a small effort and it is
not worth it on this point as a large embeddable refactor is coming.
2023-08-03 03:14:36 -07:00
..
public Clean up saved object based embeddable examples (#162987) 2023-08-03 03:14:36 -07:00
server Clean up saved object based embeddable examples (#162987) 2023-08-03 03:14:36 -07:00
kibana.jsonc Clean up saved object based embeddable examples (#162987) 2023-08-03 03:14:36 -07:00
README.md [docs] Add missing App Arch READMEs. (#82080) 2020-10-29 17:01:33 -06:00
tsconfig.json Clean up saved object based embeddable examples (#162987) 2023-08-03 03:14:36 -07:00

Embeddable examples

This example plugin exists to support the embeddable_explorer app.