[MOV] howto/website: move "Building a website" to the tutorials dir

task-2991663

Part-of: odoo/documentation#3649
This commit is contained in:
Antoine Vandevenne (anv) 2023-02-20 09:47:55 +00:00
parent 1e8450b66f
commit 023755d5fd
8 changed files with 18 additions and 18 deletions

View File

@ -8,7 +8,6 @@ How-to guides
.. toctree::
:titlesonly:
howtos/website
howtos/web_services
howtos/company
howtos/accounting_localization
@ -18,21 +17,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">
<!-- Small card with badge rounded-pill -->
<a class="o_toctree_card col" href="howtos/website.html">
<div class="card h-100">
<div class="card-body pb-0">
<h4 class="card-title text-primary mb-1">Building a website</h4>
<p class="card-text text-dark fw-normal">
Build your first website modules with Odoo.
</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/web_services.html">
<div class="card h-100 pb-0">
<div class="card-body">

View File

@ -16,8 +16,8 @@ Customizing the web client
This guide is about creating modules for Odoo's web client.
To create websites with Odoo, see :doc:`website`; to add business capabilities
or extend existing business systems of Odoo, see :doc:`../tutorials/getting_started`.
To create websites with Odoo, see :doc:`../tutorials/website`; to add business capabilities
or extend existing business systems of Odoo, see :doc:`../tutorials/backend`.
.. warning::

View File

@ -16,6 +16,7 @@ Tutorials
tutorials/pdf_reports
tutorials/dashboards
tutorials/backend
tutorials/website
.. raw:: html
@ -121,4 +122,18 @@ Tutorials
</div>
</a>
<a class="o_toctree_card col" href="tutorials/website.html">
<div class="card h-100">
<div class="card-body pb-0">
<h4 class="card-title text-primary mb-1">Building a website</h4>
<p class="card-text text-dark fw-normal">
Build your first website modules with Odoo.
</p>
</div>
<div class="card-footer border-0">
<span class="badge rounded-pill bg-dark mt-auto mb-2">Beginner</span>
</div>
</div>
</a>
</div>

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 823 B

After

Width:  |  Height:  |  Size: 823 B

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -61,6 +61,7 @@ developer/howtos/rdtraining/C_data.rst developer/tutorials/define_module_data.rs
developer/howtos/rdtraining/E_unittest.rst developer/tutorials/unit_tests.rst # reorganize the developer doc
developer/howtos/rdtraining/J_reports.rst developer/tutorials/pdf_reports.rst # reorganize the developer doc
developer/howtos/rdtraining/K_dashboard.rst developer/tutorials/dashboards.rst # reorganize the developer doc
developer/howtos/website.rst developer/tutorials/website.rst # reorganize the developer doc
# developer/misc