diff --git a/docs/source/builds.rst b/docs/source/builds.rst index 416a390920..6d783cf885 100644 --- a/docs/source/builds.rst +++ b/docs/source/builds.rst @@ -48,8 +48,9 @@ One reason you might want to create your own bundles, is because you want to remove some of the core plugins of Converse, or perhaps you want to include your own. -To add or remove plugins from the build, you need to modify the -`src/converse.js `_ file. +To add or remove plugins from the build, you need to modify +`src/index.js `_ or +`src/headless/index.js `_. You'll find a section marked ``/* START: Removable components`` and ``/* END: Removable components */``. diff --git a/docs/source/plugin_development.rst b/docs/source/plugin_development.rst index a6feae307d..07ca9b8d3f 100644 --- a/docs/source/plugin_development.rst +++ b/docs/source/plugin_development.rst @@ -351,7 +351,7 @@ All configuration settings have default values which can be overridden when gets called. Plugins often need their own additional configuration settings and you can add -these settings with the `_converse.api.settings.update `_ +these settings with the `_converse.api.settings.extend `_ method. Exposing promises