aboutsummaryrefslogtreecommitdiffstats
path: root/docs/en/rst/administering/extensions.rst
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2014-12-03 15:45:46 -0800
committerGervase Markham <gerv@gerv.net>2014-12-03 15:45:46 -0800
commit06033dc96827c74a4203d4028cddea13de9b709e (patch)
treed35bbf8a8ad98b0419171e4f95108393d76fd17a /docs/en/rst/administering/extensions.rst
parent8ebd893eb2be496c6afea66548073267b8f405c8 (diff)
downloadbugs-06033dc96827c74a4203d4028cddea13de9b709e.tar
bugs-06033dc96827c74a4203d4028cddea13de9b709e.tar.gz
bugs-06033dc96827c74a4203d4028cddea13de9b709e.tar.bz2
bugs-06033dc96827c74a4203d4028cddea13de9b709e.tar.xz
bugs-06033dc96827c74a4203d4028cddea13de9b709e.zip
Bug 1067416 - reorganize and update Bugzilla docs.
Diffstat (limited to 'docs/en/rst/administering/extensions.rst')
-rw-r--r--docs/en/rst/administering/extensions.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/en/rst/administering/extensions.rst b/docs/en/rst/administering/extensions.rst
new file mode 100644
index 000000000..0d5a216af
--- /dev/null
+++ b/docs/en/rst/administering/extensions.rst
@@ -0,0 +1,18 @@
+.. _installed-extensions:
+
+Installed Extensions
+====================
+
+Bugzilla can be enhanced using extensions (see :ref:`extensions`). If an
+extension comes with documentation in the appropriate format, and you build
+your own copy of the Bugzilla documentation using :file:`makedocs.pl`, then
+the documentation for your installed extensions will show up here.
+
+Your Bugzilla installation has the following extensions available (as of the
+last time you compiled the documentation):
+
+.. toctree::
+ :maxdepth: 1
+ :glob:
+
+ ../extensions/*