documentation/content/developer/reference.rst
Antoine Vandevenne (anv) 1d3375f1a8 [IMP] *: exclude empty TOC pages from search results
When searching for a string that can be found in a TOC page's content,
that page is listed in the search results. This is not a wanted behavior
because TOC pages without the 'show-content' metadata directive are not
supposed to be accessible.

This commit adds a 'nosearch' metadata directive to all TOC pages
without a 'show-content' metadata directive, hence removing them from
search results.

task-2527419
2021-06-09 11:55:34 +02:00

30 lines
503 B
ReStructuredText

:nosearch:
:types: reference
=========
Reference
=========
.. toctree::
:titlesonly:
reference/orm
reference/data
reference/actions
reference/views
reference/module
reference/cmdline
reference/security
reference/testing
reference/http
reference/qweb
reference/javascript_cheatsheet
reference/javascript_reference
reference/translations
reference/reports
reference/mixins
reference/guidelines
reference/mobile
reference/iot