diff mbox series

[2/4] doc: drop obsolete reference to legacy web application

Message ID 20211015102228.2828048-2-sbabic@denx.de
State Accepted
Headers show
Series [1/4] doc: fix sphinx warnings due to wrong indentation | expand

Commit Message

Stefano Babic Oct. 15, 2021, 10:22 a.m. UTC
Legacy application was dropped from code, drop any reference to
documentation.

Signed-off-by: Stefano Babic <sbabic@denx.de>
---
 doc/source/mongoose.rst | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)
diff mbox series

Patch

diff --git a/doc/source/mongoose.rst b/doc/source/mongoose.rst
index c9ed47e..0333392 100644
--- a/doc/source/mongoose.rst
+++ b/doc/source/mongoose.rst
@@ -8,13 +8,6 @@  Introduction
 Mongoose is a daemon mode of SWUpdate that provides a web server, web
 interface and web application.
 
-Mongoose supports two different web interface versions although the
-first version is deprecated and should not be used. The second version
-uses a WebSocket for the asynchronous communication between web
-server and web application, allows a visualization of image update
-processes, restarts the system via a post update command and
-automatically reloads the web page after a restart or connection lost.
-
 The web application in ``web-app`` uses the `Node.js`_ package manager
 and `gulp`_ as build tool. It depends on `Bootstrap 4`_,
 `Font Awesome 5`_ and `Dropzone.js`_.
@@ -30,7 +23,7 @@  Startup
 -------
 
 After having configured and compiled SWUpdate with enabled mongoose web
-server and web interface version 2 support,
+server:
 
 .. code:: bash