diff --git a/docs/theme/partials/toc-item.html b/docs/theme/partials/toc-item.html index 34d3dfae..5af8905a 100644 --- a/docs/theme/partials/toc-item.html +++ b/docs/theme/partials/toc-item.html @@ -29,7 +29,11 @@ {%- endif %} + {%- if page.url.split("/")[-3] == "reference" -%} + {{ toc_item.title.split(".")[-1] }} + {%- else -%} {{ toc_item.title }} + {%- endif -%} {% if should_collapse -%}