Hi there,
I just install docfx to VS2017 from Nuget Package. Then I build the project and open the index.html file
However menu is missing.

This is my toc.yml file
Did I missing something ?
Please help
Are you opening the html directly? navbar is dynamically loaded and needs a web server. Try docfx build --serve or host these html files using some web server like https://www.npmjs.com/package/http-server
Thanks @vicancy ,
It's working fine if host these file on a server rather than just run index.html file
this works without server in Edge web browser. And does not work with Opera, FF
Just leaving this comment here in case someone needs the menu with static HTML without a web server (for instance, to ship the docs). As said in this comment from #1762, you just need to change the template to statictoc.
Most helpful comment
this works without server in Edge web browser. And does not work with Opera, FF