diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2020-04-30 11:38:44 +1000 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2020-04-30 12:05:47 +1000 |
commit | a9b7bd60b21afc9235a598d38e7ca6f22c4c79ee (patch) | |
tree | dd14692b5f29c8013d9f7af468ce06837184188e /docs | |
parent | e99f0aeac60bda47bdb550c62205961613fb05c2 (diff) | |
download | mediagoblin-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')
-rw-r--r-- | docs/source/index.rst | 11 |
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 |