diff options
author | Gervase Markham <gerv@gerv.net> | 2014-02-25 13:00:48 +0100 |
---|---|---|
committer | Gervase Markham <gerv@mozilla.org> | 2014-02-25 13:00:48 +0100 |
commit | 34477d3793d308de20711a4df48f7823c91baaba (patch) | |
tree | 28da01ac0931a0f5858e9a793fa1a32f975a723c /docs/en/rst | |
parent | ef925d6942a3462a9c1d52406a6145b5e31faefb (diff) | |
download | bugzilla-34477d3793d308de20711a4df48f7823c91baaba.tar.gz bugzilla-34477d3793d308de20711a4df48f7823c91baaba.tar.xz |
Bug 963120 - allow extensions to document themselves, and build result into docs. r=LpSolit, a=justdave.
Diffstat (limited to 'docs/en/rst')
-rw-r--r-- | docs/en/rst/extensions.rst | 11 | ||||
-rw-r--r-- | docs/en/rst/index.rst | 3 |
2 files changed, 13 insertions, 1 deletions
diff --git a/docs/en/rst/extensions.rst b/docs/en/rst/extensions.rst new file mode 100644 index 000000000..91eaab952 --- /dev/null +++ b/docs/en/rst/extensions.rst @@ -0,0 +1,11 @@ +Extensions +========== + +Your Bugzilla installation has the following extensions available (as of the +last time you compiled the documentation): + +.. toctree:: + :maxdepth: 1 + :glob: + + extensions/* diff --git a/docs/en/rst/index.rst b/docs/en/rst/index.rst index abb63d0ee..f2bd14f18 100644 --- a/docs/en/rst/index.rst +++ b/docs/en/rst/index.rst @@ -15,8 +15,9 @@ Bugzilla Documentation administration security using + extensions customization - troubleshooting patches + troubleshooting modules gfdl |