* Add extensions documentation Signed-off-by: Fanit Kolchina <[email protected]> * Editing Signed-off-by: Fanit Kolchina <[email protected]> * Update _developer-documentation/extensions.md Co-authored-by: Chris Moore <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> * Implemented doc review comments Signed-off-by: Fanit Kolchina <[email protected]> * Add more links Signed-off-by: Fanit Kolchina <[email protected]> * Update _developer-documentation/index.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> * Remove javadoc until the release Signed-off-by: Fanit Kolchina <[email protected]> * Change links to hosted site Signed-off-by: Fanit Kolchina <[email protected]> --------- Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> Co-authored-by: Chris Moore <[email protected]> Co-authored-by: Melissa Vagi <[email protected]>
1.3 KiB
1.3 KiB
layout, title, nav_order, has_children, has_toc, nav_exclude
| layout | title | nav_order | has_children | has_toc | nav_exclude |
|---|---|---|---|---|---|
| default | Developer documentation | 1 | false | false | true |
Developer documentation
We welcome your contributions to the OpenSearch Project. Here are some helpful links to explore the OpenSearch repositories and learn how to contribute:
- OpenSearch Project GitHub repo
- Javadoc documentation
- Getting started as an OpenSearch contributor
- OpenSearch Dashboards Developer Guide
- OpenSearch release schedule and maintenance policy
- OpenSearch Project roadmap
- OpenSearch Community Forum
What's new
New in version 2.9, OpenSearch introduces extensions---an easier-to-develop and more secure alternative to plugins---to simplify creating custom functionality for OpenSearch. To learn more about building extensions using OpenSearch SDK for Java, see Extensions.