Last updated
Last updated
The Target Path defines where all the created (and updates) output is written to. By default, without any other settings provided, this is {Workspace}\Out
:
Sets have their own output folder in the set directory {Set}\Out
:
Packaged Components are writte to
Out\PackagedComponents\[PackageVersion}\PackageId:
In general we distinguish between two different target directories:
OutDir
refers to the output in general: Metadata, Uml, Components.
DocDir
specifies the root folder where all documentation is written to
The ides behind is that you may want to maintain you documentation under GitHub, which requires to have all documentation in a separate, version controlled directory. GitHub has a very nice way to render the markdown documents.