-
|
My end goal is to let documentation writers only have to place a .md file in the project without needing to update toc.yml when adding documentation. I'm not set on any particular way of accomplishing that, but am envisioning: toc.yml /howtos/foo.md /howtos/bar.md Resulting TOC: Is this possible today out-of-the-box? If not, what would be the "easiest" way to go about adding this? I've thought about writing some powershell script to generate the toc.yml, but wasn't sure that was best approach. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Currently there is no official tool to creating For example, following pages show DocFxTocGenerator tool. Usage of DocFxTocGenerator |
Beta Was this translation helpful? Give feedback.
Currently there is no official tool to creating
toc.ymlbased on folder structure. (See: #3124).But some third-party tools are available for this purpose.
For example, following pages show DocFxTocGenerator tool.
Usage of DocFxTocGenerator