[MOV] general: removes main "settings" section + move content

This commit is part of a larger work to improve the documentation's
structure. The toctree structure used to add levels to create categories
and make the structure visually more understandable.
With the new version of the documentation, plenty of these categories
are now redundant.

This commit:
- removes the main "settings" section
  - move its content to general/odoo_basics
- moves "general/mobile" content to "general"
- moves the content of the doc "developer_mode/activate" to "general"
  - it replaces the references to that doc with `:ref:` directives
    rather than `:doc:` directives
  - it is worth noting that it also fixes plenty of links that
    previously referred to "developer_mode" (the category) rather than
	"developer_mode/activate" (the document)

task-2535899
This commit is contained in:
Jonathan Castillo
2021-06-01 18:13:47 +02:00
committed by Antoine Vandevenne (anv)
parent 9493bbf4f4
commit 2fb77cf3ff
49 changed files with 264 additions and 291 deletions
@@ -480,10 +480,9 @@ page. As these files are shared across all pages, further clicks by the
same visitor will not load any other Javascript resource.
.. note::
If you work on :doc:`Developer mode </applications/general/developer_mode>`, the CSS and
Javascript are neither concatenated, nor minified. Thus, it's much slower. But it allows you to
easily debug with the Chrome debugger as CSS and Javascript resources are not transformed from
their original versions.
If you work on :ref:`developer mode <developer-mode>`, the CSS and Javascript are neither
concatenated, nor minified. Thus, it's much slower. But it allows you to easily debug with the
Chrome debugger as CSS and Javascript resources are not transformed from their original versions.
CDN
---
@@ -638,7 +637,7 @@ It means that all robots are allowed to index your website
and there is no other indexing rule than specified in the sitemap
to be found at following address.
You can customize the file *robots* in
:doc:`Developer mode </applications/general/developer_mode>` from *Settings --> Technical -->
User Interface --> Views* (exclude robots, exclude some pages, redirect to a custom Sitemap).
Make the Model Data of the view *Non Updatable* to not reset the file after system upgrades.
You can customize the file *robots* in :ref:`developer mode <developer-mode>` from *Settings -->
Technical --> User Interface --> Views* (exclude robots, exclude some pages, redirect to a custom
Sitemap). Make the Model Data of the view *Non Updatable* to not reset the file after system
upgrades.