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
Create a default config.
Set dest to ../Generated
Run with docfx.exe docfx.json -o OtherDir
Expected Behavior:
For the whole output to be generated in OtherDir (i.e. command-line arguments win over configuration file).
Actual Behavior:
I get a folder OtherDir with the folder api inside. This should not exist at all...
The documentation is generated in the Generated folder.
The text was updated successfully, but these errors were encountered:
Operating System:
Windows
DocFX Version Used: 2.56.1
Template used:
statictoc
Steps to Reproduce:
Create a default config.
Set
dest
to../Generated
Run with
docfx.exe docfx.json -o OtherDir
Expected Behavior:
For the whole output to be generated in
OtherDir
(i.e. command-line arguments win over configuration file).Actual Behavior:
I get a folder
OtherDir
with the folderapi
inside. This should not exist at all...The documentation is generated in the
Generated
folder.The text was updated successfully, but these errors were encountered: