diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/plugins/guide.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/support/doc/plugins/guide.md b/support/doc/plugins/guide.md index 0b2d337eb..8f8884d00 100644 --- a/support/doc/plugins/guide.md +++ b/support/doc/plugins/guide.md | |||
@@ -262,6 +262,11 @@ Every time you want to publish another version of your plugin/theme, just update | |||
262 | and republish it on NPM. Remember that the PeerTube index will take into account your new plugin/theme version after ~24 hours. | 262 | and republish it on NPM. Remember that the PeerTube index will take into account your new plugin/theme version after ~24 hours. |
263 | 263 | ||
264 | 264 | ||
265 | ## Plugin & Theme hooks/helpers API | ||
266 | |||
267 | See the dedicated documentation: https://docs.joinpeertube.org/#/api-plugins | ||
268 | |||
269 | |||
265 | ## Tips | 270 | ## Tips |
266 | 271 | ||
267 | ### Compatibility with PeerTube | 272 | ### Compatibility with PeerTube |