aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-07-24 11:55:08 +0200
committerChocobozzz <me@florianbigard.com>2019-07-24 11:55:08 +0200
commitbfa1a32b34e14975e8f9ad43b5c9799fe5ced38a (patch)
treef3d0d939cbcfa00be98884a0145740a4e928593f /support/doc
parent9ae88819c202a6ce4a36b56506f508a5603e8eab (diff)
downloadPeerTube-bfa1a32b34e14975e8f9ad43b5c9799fe5ced38a.tar.gz
PeerTube-bfa1a32b34e14975e8f9ad43b5c9799fe5ced38a.tar.zst
PeerTube-bfa1a32b34e14975e8f9ad43b5c9799fe5ced38a.zip
Add client hook/register typings
Diffstat (limited to 'support/doc')
-rw-r--r--support/doc/plugins/guide.md5
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
262and republish it on NPM. Remember that the PeerTube index will take into account your new plugin/theme version after ~24 hours. 262and 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
267See 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