[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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user