You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same issue! If I want to build the pdf of my generated website with the default template then I get this superimposed pdf documentation (current toc superimposed with content)! I changed the template section in my docfx.json file to default and modern then the pdf generation works as expected!
wrong pdf generation with docfx.json like: "template": [ "default", ],
right pdf generation with docfx.json like: "template": [ "default", "modern" ],
Describe the bug
The output generated contains the table of contents data superimposed on each page.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Table of contents occurs once at start of doc.
Context (please complete the following information):
Additional context
Add any other context about the problem here.
docfx.json
The text was updated successfully, but these errors were encountered: