Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Giving -o on the command line with a docfx.json produces odd results #6291

Closed
RedX2501 opened this issue Jul 22, 2020 · 0 comments · Fixed by #8726
Closed

Giving -o on the command line with a docfx.json produces odd results #6291

RedX2501 opened this issue Jul 22, 2020 · 0 comments · Fixed by #8726
Labels
fundamental Engineering system and core components

Comments

@RedX2501
Copy link

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 folder api inside. This should not exist at all...
The documentation is generated in the Generated folder.

@yufeih yufeih added the fundamental Engineering system and core components label Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fundamental Engineering system and core components
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants