Commit Graph

12 Commits

Author SHA1 Message Date
KC (ksc)
8e5eb2f53f [IMP] surveys: add text/website theme info
closes odoo/documentation#10668

Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2024-08-09 16:25:59 +00:00
KC (ksc)
011ef11978 [MOV] surveys: rename time_random to questions
closes odoo/documentation#9525

Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2024-06-04 21:52:55 +00:00
KC (ksc)
3e4f44211b [ADD] surveys: created new 'dashboard' doc
closes odoo/documentation#8199

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-04-18 19:27:51 +00:00
KC (ksc)
45c5d9eef4 [IMP] surveys: time_random rewrite for questions
closes odoo/documentation#8259

Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2024-04-18 16:38:19 +00:00
KC (ksc)
a2f80c56c2 [IMP] surveys: rewrite of create surveys doc for 17
closes odoo/documentation#8215

Signed-off-by: Kevin Scannell (ksc) <ksc@odoo.com>
2024-04-15 21:38:38 +00:00
KC (ksc)
bf5ddc5886 [ADD] surveys: created survey analysis doc for 17
closes odoo/documentation#8398

Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2024-04-09 23:14:45 +00:00
KC (ksc)
919ab71dcd [ADD] surveys: created doc for Live Sessions
closes odoo/documentation#8381

Signed-off-by: Kevin Scannell (ksc) <ksc@odoo.com>
2024-04-08 21:59:43 +00:00
Sam Lieber (sali)
446ecbfc39 [REF] surveys: remove overview folder
closes odoo/documentation#4276

X-original-commit: 50824b6677
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-26 12:44:44 +02:00
KC (ksc)
afcf02cb30 [IMP] surveys:update get started docs
closes odoo/documentation#3417

X-original-commit: 3cf6e25f06
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Kevin Scannell (ksc) <ksc@odoo.com>
2023-01-26 22:09:50 +01:00
Victor Feyens
c60bc5f919 [FIX] *: enforce 1 newline on files end
Part-of: odoo/documentation#2984
2022-11-18 18:04:49 +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
Fabien Pinckaers
16418c020b [IMP] *: introduce tables of contents in top-level app pages 2021-07-07 14:56:38 +02:00