I'm looking for a way to add titles in the markdown toc.yml files. Could anyone help?
In normal links I would use this way:
HTML
<a href="#mylink" title="My title"> I am a link </a>
[I am a link] (# mylink "my title")
- name: I am a link
href: #mylink
title: ???
According to DocFX, there is no title
attribute in Table-Of-Content files. You should include the textual information in the name of the given link.
An alternative approach would be using Markdown for your TOC, which, as you mentioned, supports titling.