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
#8727 introduce output config for docfx build and docfx pdf commands.
And default docfx seed projects is rewritten using output config. and remove dest config.
When specifying dest and output 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 and output configs are specified.
And dest config should be marked deprecated by JSON schema. (Thought currently no official json schema exists.)
Additionally, docfx metadata and docfx merge command should support output json config also.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
#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