.net - DocFx: how to create table of contents navigation on site? -
i want create table of contents looks docfx has on official site:
using default docfx init
command using of default values website looks upon build:
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
Post a Comment