Replies: 1 comment
-
Close this discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
#8727 introduce
output
config fordocfx build
anddocfx pdf
commands.And default
docfx seed
projects is rewritten usingoutput
config. and removedest
config.When specifying
dest
andoutput
config simultaneously. (or additionally passing command line parameter with-o
)Output directory is resolved to
/{output}/{dest}/
directory.I thought it should raise error. when both
dest
andoutput
configs are specified.And
dest
config should be markeddeprecated
by JSON schema. (Thought currently no official json schema exists.)Additionally,
docfx metadata
anddocfx merge
command should supportoutput
json config also.Beta Was this translation helpful? Give feedback.
All reactions