I'm using mkdocs with material layout and toc markdown extension for adding a toc to the right for a documentation project.
I use up42's wiki as a template for my wiki. I would like to change the title "Table of contents".
The toc markdown documentation provides a parameter "title" that doesn't change anything when used in my mkdocs.yml
:
markdown_extensions:
- markdown.extensions.toc:
baselevel: 1
permalink: true
title: "SOMETITLE"
Does anyone have a clue which parameter to use or how to change the title?