diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-09-20 15:52:32 +1000 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-09-20 15:52:32 +1000 |
commit | 96de552f5e90382eb2880f29ca67dd57cfbb5d17 (patch) | |
tree | f0decc483bae06d722ffe0a608ff3098a3aba447 | |
parent | 80956562e9e4b5a21555164014fc175b147bc2ea (diff) | |
download | mediagoblin-96de552f5e90382eb2880f29ca67dd57cfbb5d17.tar.lz mediagoblin-96de552f5e90382eb2880f29ca67dd57cfbb5d17.tar.xz mediagoblin-96de552f5e90382eb2880f29ca67dd57cfbb5d17.zip |
Add a troubleshooting page to the docs.
-rw-r--r-- | docs/source/index.rst | 1 | ||||
-rw-r--r-- | docs/source/siteadmin/relnotes.rst | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst index bfd7fd07..e44a71bf 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -40,6 +40,7 @@ MediaGoblin website. It is written for site administrators. siteadmin/production-deployments siteadmin/configuration siteadmin/upgrading + siteadmin/troubleshooting siteadmin/media-types siteadmin/help siteadmin/relnotes diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index a4dd6bb8..3b538f25 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -25,6 +25,7 @@ This chapter has important information about our current and previous releases. - Extend left/right arrow key navigation to paginated views [trac#5627] (Olivier Mehani) - Fix incorrect setuptools install location for db/migrations/env.py (Elisei Roca) - Set videos to preload="metadata" to prevent upfront download [trac#5625] (Michael McMahon) +- Add a "Troubleshooting" page to the documentation (Ben Sturmfels) 0.12.0 |