docs: fix reference titles

This commit is contained in:
phaer 2024-06-18 12:58:02 +02:00
parent b6b9e5d2fb
commit eeb48666ca

View File

@ -1,7 +1,7 @@
## Options ## Options
{%- for name, option in options.items() recursive %} {%- for name, option in options.items() recursive %}
##{{loop.depth * "#"}} {{ name.replace("<", "&lt;").replace(">", "&gt;") }} ##{{loop.depth * "#"}} {{ ((option.loc | join (".")) or name).replace("<", "&lt;").replace(">", "&gt;") }}
{{ option.description or '' }} {{ option.description or '' }}
@ -29,6 +29,7 @@
</td> </td>
</tr> </tr>
{%- endif -%} {%- endif -%}
</table> </table>
{% endif %} {% endif %}
{%- if option.children -%} {%- if option.children -%}