.net - DocFx: how to create table of contents navigation on site? -


i want create table of contents looks docfx has on official site:

enter image description here

using default docfx init command using of default values website looks upon build:

enter image description here\

i've tried tampering toc.yml files no such luck. how kind of navigation, , matter top-level navigation docfx?

turns out issue trying serve files locally - security sandboxing prevented of javascript running. worked fine once used docfx --serve instead.


Comments

Popular posts from this blog

Listboxes in c# -

Excel Duty List -

Multilayer CSV to filtered excel -