[MOV] howtos/discover_js_framework/*: move "Discover the JS Framework" to the tutorials dir

task-2991663

Part-of: odoo/documentation#3655
This commit is contained in:
Antoine Vandevenne (anv) 2023-02-23 10:43:59 +00:00
parent a8c78a80ba
commit 9c5ea316ff
62 changed files with 28 additions and 17 deletions

View File

@ -8,7 +8,6 @@ How-to guides
.. toctree::
:titlesonly:
howtos/discover_js_framework
howtos/scss_tips
howtos/website
howtos/backend
@ -21,22 +20,6 @@ How-to guides
<div class="row row-cols-1 row-cols-md-2 row-cols-xl-3 row-cols-xxl-4 g-4 mb-4">
<a class="o_toctree_card col-md-12 col-xl-8 col-xxl-6" href="howtos/discover_js_framework.html">
<div class="card h-100">
<div class="card-body pb-0">
<h4 class="card-title text-primary mb-1">Discover the JavaScript Framework</h4>
<p class="card-text text-dark fw-normal">
Learn everything you need to know about the JavaScript framework of Odoo.
This tutorial will teach you how to build custom components and views, give
life to your application, and even re-introduce the kitten mode.
</p>
</div>
<div class="card-footer border-0">
<span class="badge rounded-pill bg-dark mt-auto mb-2">Beginner</span>
</div>
</div>
</a>
<a class="o_toctree_card col" href="howtos/scss_tips.html">
<div class="card h-100">
<div class="card-body pb-0">

View File

@ -9,6 +9,7 @@ Tutorials
:titlesonly:
tutorials/getting_started
tutorials/discover_js_framework
tutorials/define_module_data
tutorials/restrict_data_access
tutorials/unit_tests
@ -37,6 +38,22 @@ Tutorials
</div>
</a>
<a class="o_toctree_card col-md-12 col-xl-8 col-xxl-6" href="tutorials/discover_js_framework.html">
<div class="card h-100">
<div class="card-body pb-0">
<h4 class="card-title text-primary mb-1">Discover the JavaScript Framework</h4>
<p class="card-text text-dark fw-normal">
Learn everything you need to know about the JavaScript framework of Odoo.
This tutorial will teach you how to build custom components and views, give
life to your application, and even re-introduce the kitten mode.
</p>
</div>
<div class="card-footer border-0">
<span class="badge rounded-pill bg-dark mt-auto mb-2">Beginner</span>
</div>
</div>
</a>
<a class="o_toctree_card col" href="tutorials/define_module_data.html">
<div class="card h-100">
<div class="card-body pb-0">

View File

@ -24,6 +24,17 @@ applications/websites/ecommerce/shopper_experience/payment_acquirer.rst applicat
applications/websites/ecommerce/maximizing_revenue/upselling.rst applications/websites/ecommerce/products/cross_upselling.rst # /maximizing_revenue/upselling -> /products/cross_upselling
applications/websites/ecommerce/maximizing_revenue/cross_selling.rst applications/websites/ecommerce/products/cross_upselling.rst # /maximizing_revenue/cross_selling -> /products/cross_upselling
# developer/howtos
developer/howtos/discover_js_framework.rst developer/tutorials/discover_js_framework.rst # reorganize the developer doc
developer/howtos/discover_js_framework/01_components.rst developer/tutorials/discover_js_framework/01_components.rst # reorganize the developer doc
developer/howtos/discover_js_framework/02_odoo_web_framework.rst developer/tutorials/discover_js_framework/02_odoo_web_framework.rst # reorganize the developer doc
developer/howtos/discover_js_framework/03_fields_and_views.rst developer/tutorials/discover_js_framework/03_fields_and_views.rst # reorganize the developer doc
developer/howtos/discover_js_framework/04_miscellaneous.rst developer/tutorials/discover_js_framework/04_miscellaneous.rst # reorganize the developer doc
developer/howtos/discover_js_framework/05_custom_kanban_view.rst developer/tutorials/discover_js_framework/05_custom_kanban_view.rst # reorganize the developer doc
developer/howtos/discover_js_framework/06_creating_view_from_scratch.rst developer/tutorials/discover_js_framework/06_creating_view_from_scratch.rst # reorganize the developer doc
developer/howtos/discover_js_framework/07_testing.rst developer/tutorials/discover_js_framework/07_testing.rst # reorganize the developer doc
# developer/reference/frontend
developer/reference/frontend/icons_library.rst contributing/development/ui/icons.rst # Odoo UI icons -> UI Icons