diff options
author | John Livingston <git@john-livingston.fr> | 2022-11-01 09:51:47 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2022-11-02 10:39:40 +0100 |
commit | fbe3fa54b4d8050f70cee0e93538e024b5ffd18e (patch) | |
tree | 50dd077454e6e5cb11f454be53b62071552fa346 /support/doc/plugins | |
parent | 8fac9adc1310a64746a814945ee25158fc31938a (diff) | |
download | PeerTube-fbe3fa54b4d8050f70cee0e93538e024b5ffd18e.tar.gz PeerTube-fbe3fa54b4d8050f70cee0e93538e024b5ffd18e.tar.zst PeerTube-fbe3fa54b4d8050f70cee0e93538e024b5ffd18e.zip |
Fix: missing peertube version in documentation
Diffstat (limited to 'support/doc/plugins')
-rw-r--r-- | support/doc/plugins/guide.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/support/doc/plugins/guide.md b/support/doc/plugins/guide.md index 1c809258a..a1131ced5 100644 --- a/support/doc/plugins/guide.md +++ b/support/doc/plugins/guide.md | |||
@@ -320,6 +320,8 @@ The `ping` route can be accessed using: | |||
320 | 320 | ||
321 | #### Add custom WebSocket handlers | 321 | #### Add custom WebSocket handlers |
322 | 322 | ||
323 | **PeerTube >= 5.0** | ||
324 | |||
323 | You can create custom WebSocket servers (like [ws](https://github.com/websockets/ws) for example) using `registerWebSocketRoute`: | 325 | You can create custom WebSocket servers (like [ws](https://github.com/websockets/ws) for example) using `registerWebSocketRoute`: |
324 | 326 | ||
325 | ```js | 327 | ```js |