aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source
diff options
context:
space:
mode:
authorBen Sturmfels <ben@sturm.com.au>2020-04-30 11:38:44 +1000
committerBen Sturmfels <ben@sturm.com.au>2020-04-30 12:05:47 +1000
commita9b7bd60b21afc9235a598d38e7ca6f22c4c79ee (patch)
treedd14692b5f29c8013d9f7af468ce06837184188e /docs/source
parente99f0aeac60bda47bdb550c62205961613fb05c2 (diff)
downloadmediagoblin-a9b7bd60b21afc9235a598d38e7ca6f22c4c79ee.tar.lz
mediagoblin-a9b7bd60b21afc9235a598d38e7ca6f22c4c79ee.tar.xz
mediagoblin-a9b7bd60b21afc9235a598d38e7ca6f22c4c79ee.zip
subtitles: Add documentation, limit uploads to *.vtt files, only show for video [#5589].
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/index.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst
index fbc57154..b13968a5 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -55,14 +55,15 @@ Part 2: Core plugin documentation
.. toctree::
:maxdepth: 1
- plugindocs/flatpagesfile
- plugindocs/sampleplugin
- plugindocs/trim_whitespace
- plugindocs/raven
plugindocs/basic_auth
+ plugindocs/flatpagesfile
+ plugindocs/ldap
plugindocs/openid
plugindocs/persona
- plugindocs/ldap
+ plugindocs/raven
+ plugindocs/sampleplugin
+ plugindocs/subtitles
+ plugindocs/trim_whitespace
Part 3: Plugin Writer's Guide