.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

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -