Skip to content

Commit 3ec5237

Browse files
committed
add plugin framework docs
1 parent d9e6e0d commit 3ec5237

File tree

3 files changed

+834
-0
lines changed

3 files changed

+834
-0
lines changed

DEVELOPER_GUIDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ Now that you have a development environment to play with, there are a number of
243243
244244
- [Introduction to OpenSearch Dashboards Plugins](https://opensearch.org/blog/dashboards-plugins-intro/) blog post
245245
- [OpenSearch Dashboards plugin user documentation](https://opensearch.org/docs/latest/install-and-configure/install-dashboards/plugins/) (install, update, and remove)
246+
- [Plugin framework guide](docs/plugins/plugin-framework-guide.md)
246247
- Much of the technical architectural information about the plugin system is located in `/src/core`
247248
- [README](https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/src/core/README.md)
248249
- [Plugin principles](https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/src/core/PRINCIPLES.md)

docs/_sidebar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
- explore
2323
- [Query panel actions](plugins/explore/query-panel-actions.md)
2424
- [Data_persistence](plugins/data_persistence.md)
25+
- [Plugin framework guide](plugins/plugin-framework-guide.md)
2526
- Saved_objects
2627
- [Saved_object_repository_factory_design](saved_objects/saved_object_repository_factory_design.md)
2728
- Telemetry

0 commit comments

Comments
 (0)