When I run docfx docfx.json --serve
and go to localhost:8080
, I see two items on the top menu: "Articles" and "Api Documentation". When I navigate in the filesystem to _site\
and click on index.html
to open it in Chrome, these menu items are missing. How can I make sure the menu is properly set when I run it as a static site?
I need to be able to package the html files and send them to people for them to view locally without them having to download the repo and install docFX.