Files
OpenSearch-Docs-Cn/_developer-documentation/index.md
T
fb84435f62 Add extensions documentation (#4202)
* 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]>
2023-07-13 17:59:40 -04:00

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:

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.