summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/index.rst5
-rw-r--r--doc/source/pluginindex.rst3
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index f120711c3..e62e23492 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -63,6 +63,11 @@ Builtin Plugins
* :ref:`plugins_elements`
* :ref:`plugins_sources`
+External Plugins
+----------------
+
+* `bst-external <http://buildstream.gitlab.io/bst-external/>`_
+
Creating Plugins
----------------
diff --git a/doc/source/pluginindex.rst b/doc/source/pluginindex.rst
index b50dc8a22..18e7b3d0b 100644
--- a/doc/source/pluginindex.rst
+++ b/doc/source/pluginindex.rst
@@ -18,8 +18,6 @@ General Elements
* :mod:`import <elements.import>` - Import sources directly
* :mod:`compose <elements.compose>` - Compose the output of multiple elements
* :mod:`script <elements.script>` - Run scripts to create output
-* :mod:`x86image <elements.x86image>` - Create x86 bootable disk images
-* :mod:`dpkg_deploy <elements.dpkg_deploy>` - Create debian packages
Build Elements
~~~~~~~~~~~~~~
@@ -32,7 +30,6 @@ Build Elements
* :mod:`makemaker <elements.makemaker>` - Perl MakeMaker Build Element
* :mod:`modulebuild <elements.modulebuild>` - Perl Module::Build Build Element
* :mod:`meson <elements.meson>` - Meson Build Element
-* :mod:`dpkg_build <elements.dpkg_build>` - Dpkg-based build element
* :mod:`pip <elements.pip>` - Pip build element