[REF] install: move intro to main install page and split by install type

This PR moves the introduction about the different installation methods and editions found on the
install/install.rst page directly under the main install/ page. It creates three pages, one per
installation method documented on the install/install.rst page (Docker being documented on
docker.com and maintained by us), and moves the related content there. In addition, it fixes various
typos/grammar issues and improves the content according to the documentation guidelines. Various
references and links across the documentation had to be fixed accordingly.

task-3459070

closes odoo/documentation#5543

X-original-commit: 91c28fd433
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
This commit is contained in:
Xavier (XPL)
2023-08-09 20:10:40 +00:00
parent 3953d827a3
commit ea53f06197
17 changed files with 732 additions and 771 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ Building a Website
* This guide assumes `basic knowledge of Python
<http://docs.python.org/2/tutorial/>`_
* This guide assumes :ref:`an installed Odoo <setup/install>`
* This guide assumes :doc:`an installed Odoo <../../administration/install>`
Creating a basic module
=======================