diff --git a/docs/doctrees/index.doctree b/docs/doctrees/index.doctree index cc92611fe..e57a116ce 100644 Binary files a/docs/doctrees/index.doctree and b/docs/doctrees/index.doctree differ diff --git a/docs/html/_sources/index.txt b/docs/html/_sources/index.txt index 06fc47e7a..fb9bca615 100644 --- a/docs/html/_sources/index.txt +++ b/docs/html/_sources/index.txt @@ -17,16 +17,16 @@ Quickstart (to get a demo up and running) When you download a specific release of *Converse.js* there will be two minified files inside the zip file. -* converse.min.js -* converse.min.css +* builds/converse.min.js +* css/converse.min.css You can include these two files inside the *
* element of your website via the *script* and *link* tags: :: - - + + You need to initialize Converse.js with configuration settings particular to your requirements. @@ -34,7 +34,7 @@ your requirements. Please refer to the `Configuration variables`_ section further below for info on all the available configuration settings. -To do this, put the following inline Javascript code at the +To configure Converse.js, put the following inline Javascript code at the bottom of your page (after the closing ** element). :: @@ -48,12 +48,12 @@ bottom of your page (after the closing *