diff options
author | Gervase Markham <gerv@gerv.net> | 2015-01-07 16:02:52 +0000 |
---|---|---|
committer | Gervase Markham <gerv@gerv.net> | 2015-01-07 16:02:52 +0000 |
commit | 4e15a1338ccc68b44a6fbf26a2c57b46b00df4ce (patch) | |
tree | fc110497311895c3bd235ad16ea18167de7b66b9 /docs/en/rst/using | |
parent | 40a522aabc8a48f0813c6b69404e466606384db8 (diff) | |
download | bugs-4e15a1338ccc68b44a6fbf26a2c57b46b00df4ce.tar bugs-4e15a1338ccc68b44a6fbf26a2c57b46b00df4ce.tar.gz bugs-4e15a1338ccc68b44a6fbf26a2c57b46b00df4ce.tar.bz2 bugs-4e15a1338ccc68b44a6fbf26a2c57b46b00df4ce.tar.xz bugs-4e15a1338ccc68b44a6fbf26a2c57b46b00df4ce.zip |
Bug 1107549 - split extension docs into User and Admin docs. r=dkl, a=glob.
Diffstat (limited to 'docs/en/rst/using')
-rw-r--r-- | docs/en/rst/using/extensions.rst | 18 | ||||
-rw-r--r-- | docs/en/rst/using/index.rst | 1 |
2 files changed, 19 insertions, 0 deletions
diff --git a/docs/en/rst/using/extensions.rst b/docs/en/rst/using/extensions.rst new file mode 100644 index 000000000..752b50b9a --- /dev/null +++ b/docs/en/rst/using/extensions.rst @@ -0,0 +1,18 @@ +.. _installed-extensions-user: + +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/*/index-user diff --git a/docs/en/rst/using/index.rst b/docs/en/rst/using/index.rst index f336b3729..73aa707c3 100644 --- a/docs/en/rst/using/index.rst +++ b/docs/en/rst/using/index.rst @@ -15,4 +15,5 @@ User Guide reports-and-charts tips preferences + extensions |