diff options
author | Chocobozzz <me@florianbigard.com> | 2021-12-24 10:41:28 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-12-24 11:30:03 +0100 |
commit | 499be42ca2e03d73fef2f9501d121d830137bd6b (patch) | |
tree | e5e8dadce83881cf3e4042fdd85d87bb502f07b3 /support/doc | |
parent | c7cdac440970525d78d257a055899c26f6899a82 (diff) | |
download | PeerTube-499be42ca2e03d73fef2f9501d121d830137bd6b.tar.gz PeerTube-499be42ca2e03d73fef2f9501d121d830137bd6b.tar.zst PeerTube-499be42ca2e03d73fef2f9501d121d830137bd6b.zip |
Update plugin guide
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 92cc20db0..0a91460f5 100644 --- a/support/doc/plugins/guide.md +++ b/support/doc/plugins/guide.md | |||
@@ -37,6 +37,7 @@ | |||
37 | - [Update README](#update-readme) | 37 | - [Update README](#update-readme) |
38 | - [Update package.json](#update-packagejson) | 38 | - [Update package.json](#update-packagejson) |
39 | - [Write code](#write-code) | 39 | - [Write code](#write-code) |
40 | - [Typescript](#typescript) | ||
40 | - [Add translations](#add-translations) | 41 | - [Add translations](#add-translations) |
41 | - [Build your plugin](#build-your-plugin) | 42 | - [Build your plugin](#build-your-plugin) |
42 | - [Test your plugin/theme](#test-your-plugintheme) | 43 | - [Test your plugin/theme](#test-your-plugintheme) |