diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-08 17:57:33 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-08 17:57:33 +0200 |
commit | 754c73f32bd4c97e96a4b459e0d9f316074a2176 (patch) | |
tree | 678432858341d25245360dbe534707b9aaa1ab2a /support/doc/plugins | |
parent | 28dfb44b145c537aba07ae73cb1287f25532022a (diff) | |
download | PeerTube-754c73f32bd4c97e96a4b459e0d9f316074a2176.tar.gz PeerTube-754c73f32bd4c97e96a4b459e0d9f316074a2176.tar.zst PeerTube-754c73f32bd4c97e96a4b459e0d9f316074a2176.zip |
Improve plugin guide doc for plugin index
Diffstat (limited to 'support/doc/plugins')
-rw-r--r-- | support/doc/plugins/guide.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/support/doc/plugins/guide.md b/support/doc/plugins/guide.md index f4d3c4800..3715a5086 100644 --- a/support/doc/plugins/guide.md +++ b/support/doc/plugins/guide.md | |||
@@ -752,8 +752,7 @@ Left menu links can be filtered (add/remove a section or add/remove links) using | |||
752 | 752 | ||
753 | ### Publishing | 753 | ### Publishing |
754 | 754 | ||
755 | PeerTube plugins and themes should be published on [NPM](https://www.npmjs.com/) so that PeerTube indexes | 755 | PeerTube plugins and themes should be published on [NPM](https://www.npmjs.com/) so that PeerTube indexes take into account your plugin (after ~ 1 day). An official plugin index is available on [packages.joinpeertube.org](https://packages.joinpeertube.org/api/v1/plugins), with no interface to present packages. |
756 | take into account your plugin (after ~ 1 day). An official PeerTube index is available on https://packages.joinpeertube.org/ (it's just a REST API, so don't expect a beautiful website). | ||
757 | 756 | ||
758 | ## Write a plugin/theme | 757 | ## Write a plugin/theme |
759 | 758 | ||