Kong version 1.0.0 introduced the Plugin Development Kit and updated all bundled plugins to use version 1.0 of the PDK.
All entities and concepts marked as deprecated in Kong 0.x have been removed in Kong 1.0 and a final version (0.15) that support plugins for Kong 0.x series as been released at the same time.
The TravelNest implementation has been done for Kong v0.13.x and has not been updated to work with versions > 1.0.x
This new implementation follows the new plugins project structure and has been tested with Kong 2.0.0.
Signed-off-by: Younes Zahidi <12915382+zahiyo@users.noreply.github.com>
This adds in a the HTML view for the integrations.yaml and by having
hugo generate content at build time. It ends up being at the
`/docs/<version/ecosystem` url and there are links to it on the home
page, introduction page, and nav bar under the Misc category.
In future iterations we can add in sorting/filtering etc. It currently
just shows all of them.
Signed-off-by: Patrick East <east.patrick@gmail.com>