You can copy additional resources (such as graphics, JavaScript, CSS, entire folders, or
other resources) to the output directory either by using an Oxygen Publishing Template or
the webhelp.custom.resources parameter.
<fileset> element in the resources section of
the template descriptor
file.<publishing-template>
...
<webhelp>
...
<resources>
<fileset>
<include name="custom-resources/**/*"/>
<exclude name="**/*.git"/>
</fileset>Results: All files from the custom resources directory will be copied to the WebHelp Output Directory/oxygen-webhelp/template folder.
webhelp.custom.resources parameter and set it
to the absolute path of the directory in step 1.Results: All files from the new directory will be copied to the root of the WebHelp output directory.