diff options
author | Chocobozzz <me@florianbigard.com> | 2019-07-24 11:55:08 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-07-24 11:55:08 +0200 |
commit | bfa1a32b34e14975e8f9ad43b5c9799fe5ced38a (patch) | |
tree | f3d0d939cbcfa00be98884a0145740a4e928593f /support/doc/plugins/guide.md | |
parent | 9ae88819c202a6ce4a36b56506f508a5603e8eab (diff) | |
download | PeerTube-bfa1a32b34e14975e8f9ad43b5c9799fe5ced38a.tar.gz PeerTube-bfa1a32b34e14975e8f9ad43b5c9799fe5ced38a.tar.zst PeerTube-bfa1a32b34e14975e8f9ad43b5c9799fe5ced38a.zip |
Add client hook/register typings
Diffstat (limited to 'support/doc/plugins/guide.md')
-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 |