diff --git a/docs/plugin-developer.md b/docs/plugin-developer.md index 6d3a3766..ed37f03c 100644 --- a/docs/plugin-developer.md +++ b/docs/plugin-developer.md @@ -1,4 +1,4 @@ -# Developer Guide +# Plugin-developer ## Mulitiple language @@ -6,3 +6,23 @@ Below points you should know if you want to tranlate: - Every plugin's po.zh_CN.js can be used for other Cockpit plugin - po.zh_CN.js.gz at base1 is the system language file + +## Release + +Plugins should compatible with the releases of websoft9. The standard release process is as follows: + +1. Publish RC release +2. Test it for all support websoft9 stable release +3. Test it for websoft9-RC at special case (Websoft9 new RC not compatible with this plugin) +4. Publish Stable release + +## Plugins developer.md + +- [plugin-appstore](https://github.com/Websoft9/plugin-appstore/blob/main/docs/developer.md) +- [plugin-myapps](https://github.com/Websoft9/plugin-myapps/blob/main/docs/developer.md) +- [plugin-portainer](https://github.com/Websoft9/plugin-portainer/blob/main/docs/developer.md) +- [plugin-nginx](https://github.com/Websoft9/plugin-nginx/blob/main/docs/developer.md) +- [plugin-settings](https://github.com/Websoft9/plugin-settings/blob/main/docs/developer.md) +- [plugin-gitea](https://github.com/Websoft9/plugin-gitea/blob/main/docs/developer.md) +- [plugin-navigator](https://github.com/Websoft9/plugin-navigator/blob/main/docs/developer.md) +