diff options
author | Chocobozzz <me@florianbigard.com> | 2020-05-04 16:22:15 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-05-04 16:22:15 +0200 |
commit | 1a2820e6e834b50274b785fa507950ed17e100df (patch) | |
tree | d691d2ec7ef5e099d0045ce786b1e7101be472e7 /support/doc | |
parent | 5831dbcbc881a2b19fc0c14a328364700dbd7725 (diff) | |
download | PeerTube-1a2820e6e834b50274b785fa507950ed17e100df.tar.gz PeerTube-1a2820e6e834b50274b785fa507950ed17e100df.tar.zst PeerTube-1a2820e6e834b50274b785fa507950ed17e100df.zip |
Update plugin guide toc
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/plugins/guide.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/doc/plugins/guide.md b/support/doc/plugins/guide.md index d95b7649b..41d70c372 100644 --- a/support/doc/plugins/guide.md +++ b/support/doc/plugins/guide.md | |||
@@ -13,6 +13,7 @@ | |||
13 | - [Storage](#storage) | 13 | - [Storage](#storage) |
14 | - [Update video constants](#update-video-constants) | 14 | - [Update video constants](#update-video-constants) |
15 | - [Add custom routes](#add-custom-routes) | 15 | - [Add custom routes](#add-custom-routes) |
16 | - [Add external auth methods](#add-external-auth-methods) | ||
16 | - [Client helpers (themes & plugins)](#client-helpers-themes--plugins) | 17 | - [Client helpers (themes & plugins)](#client-helpers-themes--plugins) |
17 | - [Plugin static route](#plugin-static-route) | 18 | - [Plugin static route](#plugin-static-route) |
18 | - [Notifier](#notifier) | 19 | - [Notifier](#notifier) |