[IMP] developer: normalize reference in js doc

The preferred format for (frontend) references is now:
"frontend/filename/section", or something close to that.

closes odoo/documentation#1294

X-original-commit: 894165a949
Signed-off-by: Géry Debongnie (ged) <ged@openerp.com>
This commit is contained in:
Géry Debongnie
2021-11-03 20:08:35 +00:00
parent 3af790ba8e
commit d16c2472f5
7 changed files with 57 additions and 57 deletions
@@ -149,14 +149,14 @@ checkboxes or datepickers. This page explains how to use these generic component
* - Technical Name
- Short Description
* - :ref:`CheckBox <frontend/checkbox>`
* - :ref:`CheckBox <frontend/owl/checkbox>`
- a simple checkbox component with a label next to it
* - :ref:`Dropdown <frontend/dropdown>`
* - :ref:`Dropdown <frontend/owl/dropdown>`
- full-featured dropdown
* - :ref:`Pager <frontend/pager>`
- a small component to handle pagination
.. _frontend/checkbox:
.. _frontend/owl/checkbox:
CheckBox
--------
@@ -195,7 +195,7 @@ Props
- `boolean`
- if true, the checkbox is disabled, otherwise it is enabled
.. _frontend/dropdown:
.. _frontend/owl/dropdown:
Dropdown
--------