woodpecker-ci / woodpecker

Woodpecker is a simple yet powerful CI/CD engine with great extensibility.
https://woodpecker-ci.org
Apache License 2.0
3.89k stars 346 forks source link

Docs: create a jsonschema for plugin docs #3721

Closed 6543 closed 3 weeks ago

6543 commented 1 month ago

we never have realy specifyed what metadata a plugin could have!

and we should add a extra section into the "development" section of the docs decicated to plugins.

we just have refs based on https://github.com/woodpecker-ci/woodpecker/blob/main/docs/plugins/woodpecker-plugins/plugins.json and our docs plugin impl. ...

what is missing is e.g.: architecture/backend constrains ....

qwerty287 commented 1 month ago

Some docs are here: https://woodpecker-ci.org/docs/next/usage/plugins/creating-plugins#metadata

Everything else is covered by #1363 I think

qwerty287 commented 3 weeks ago

closing in favor of https://github.com/woodpecker-ci/woodpecker/issues/1363