Commit Graph

14 Commits

Author SHA1 Message Date
samueljlieber
97f9ae1b95 [FIX] clean unused resource files
Part-of: odoo/documentation#12010
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-02-13 08:44:14 +00:00
jero-odoo
a878b4d6c4 [IMP] Livechat: Commands channel update
closes odoo/documentation#10656

Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2024-08-09 15:57:46 +00:00
jero-odoo
79828e3ea5 [IMP] Livechat: URL Regex clarification
closes odoo/documentation#10533

Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
Co-authored-by: Felicia Kuan <feku@odoo.com>
Co-authored-by: ksc-odoo <73958186+ksc-odoo@users.noreply.github.com>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
2024-08-08 11:51:42 +00:00
Jonathan Castillo (jcs)
32aafb08cb [MOV] documentation structure reorganization
This commit aims to improve the documentation's navigability by
redefining some categories' purposes and titles.

There is a redirection rule for each documentation page moved.
This ensures that users won't have a 404 error message.

task-3217827

closes odoo/documentation#8056

Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2024-03-11 13:59:04 +00:00
Jess Rogers (jero)
7a307320c3 [IMP] live chat: update ratings doc
closes odoo/documentation#4063

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: larm-odoo <121518652+larm-odoo@users.noreply.github.com>
2023-11-01 17:50:47 +00:00
Jess Rogers (jero)
a187b7cde4 [IMP] live chat: add note for 16.3 command changes
closes odoo/documentation#5086

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-13 05:02:55 +02:00
Jess Rogers (jero)
729881c7b1 [ADD] livechat: added chatbot doc
closes odoo/documentation#4297

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-01 04:31:47 +02:00
Jess Rogers (jero)
e8aaefd283 [IMP] livechat: update commands and canned responses
closes odoo/documentation#4059

Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2023-06-28 04:11:43 +02:00
Jess Rogers (jero)
c24f4b237e [IMP] live chat:update getting started doc
closes odoo/documentation#4024

Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2023-06-26 17:19:28 +02:00
Jonathan Castillo (jcs)
e28ca153cb [MOV] live chat: structure
task-3269837

closes odoo/documentation#4107

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-11 21:54:07 +02:00
Victor Feyens
968ed0a17a [FIX] *: enforce 1 newline on files end
Part-of: odoo/documentation#2983
2022-11-18 20:30:00 +01:00
Antoine Vandevenne (anv)
8722ea902e [MOV] content/*: move resource files into their related page's directory
Since odoo/documentation#903, the guideline for the location of new
resource (images, downloadable files, RST includes...) files is to place
those inside the directory of the RST page that references them.

For example, if `doc1.rst` has a reference to `image.png` and to
`download.zip`, the file structure should look like this:

├── parent_doc/
│     └── doc1/
│     │     └── image.png
│     │     └── download.zip
│     └── doc1.rst
│     └── doc2.rst
├── parent_doc.rst

Before this commit, most of the resource files were still located inside
'media' directories holding all the resource files referenced by RST
pages located at the same level as these directories. In the example
above, a single 'media' directory would hold all the resource files
referenced by both `doc1.rst` and `doc2.rst`. Doing so prevented us from
figuring out easily which resource file was referenced by which RST page
and, thus, lead to unused resource files piling up in the repository. It
also made it more complicated to define codeowners regex rules because a
team could not simply be assigned to `/some_page.*` but needed to be
assigned to both `/some_page\.rst` and to the location of 'media'.

In order to help new content writers figure out the guideline when
taking examples from other RST pages, this commit retroactively applies
the guideline to existing resource files and 'media' directories. The
left-over resource files that are not referenced by any RST page are
removed.

task-2497965

Part-of: odoo/documentation#2068
2022-05-20 14:18:54 +02:00
Antoine Vandevenne (anv)
251438d569 [MERGE] Forward-port of branch 12.0 to 13.0 2021-06-09 12:10:06 +02:00
Antoine Vandevenne (anv)
8a6ad77935 [MERGE] Forward-port of branch 12.0 to 13.0 2021-05-04 16:31:06 +02:00