summaryrefslogtreecommitdiffstats
path: root/docs/en/rst/integrating/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/rst/integrating/index.rst')
-rw-r--r--docs/en/rst/integrating/index.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/en/rst/integrating/index.rst b/docs/en/rst/integrating/index.rst
new file mode 100644
index 000000000..816ffe8e5
--- /dev/null
+++ b/docs/en/rst/integrating/index.rst
@@ -0,0 +1,22 @@
+.. highlight:: perl
+
+.. _integrating:
+
+===================================
+Integration and Customization Guide
+===================================
+
+You may find that Bugzilla already does what you want it to do, you just
+need to configure it correctly. Read the :ref:`administering` sections
+carefully to see if that's the case for you. If not, then this chapter
+explains how to use the available mechanisms for integration and customization.
+
+.. toctree::
+ :maxdepth: 2
+
+ faq
+ languages
+ skins
+ templates
+ extensions
+ apis