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
This discussion was converted from issue #6294 on December 15, 2022 07:02.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
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
-
Operating System:
Windows
DocFX Version Used: 2.56.1
Template used:
statictoc
Steps to Reproduce:
According to the documentation (https://dotnet.github.io/docfx/tutorial/docfx.exe_user_manual.html#41-array-format)
build
->content
->files
supports thedest
property and the json schema confirms this.Expected Behavior:
I'm trying to copy my changelog which is in another folder into the generated articles of the generated documentation.
Actual Behavior:
It seems that
dest
is ignored and the file is copied simply relative to thesrc
property (which seems to be respected).Beta Was this translation helpful? Give feedback.
All reactions