
— Layout * Create html templates to print breadcrumb's and submenu's lists. * Remove ‘o_main_back’ ( no longer needed) * Minimum mobile support for submenu. Note: The default website submenu should be refactored in order to support mobile by default — Style * Create a less mixin to handle all doc’s dropdowns * Add a specific style for breadcrumb when it’s placed inside the submenu.
9 lines
580 B
HTML
9 lines
580 B
HTML
{# note: if odoo.com/page/docs sub-menu's structure change, these links have to change as well #}
|
|
|
|
<li><a href="http://www.odoo.com/documentation/user/9.0/index.html">User</a></li>
|
|
<li><a href="http://www.odoo.com/documentation/9.0/index.html">Developer</a></li>
|
|
<li><a href="http://www.odoo.com/documentation/9.0/api_integration.html">API</a></li>
|
|
<li><a href="http://www.odoo.com/documentation/9.0/setup/install.html">Installation</a></li>
|
|
<li><a href="http://www.odoo.com/page/odoo-white-paper">White Papers</a></li>
|
|
<li><a href="http://www.odoo.com/page/legal">Legal</a></li>
|