Any file or folder placed in the "assets" sub-folder of an HTML based template won't be processed by HelpNDoc: they will be copied to the root directory of the generated documentation.
Assets can be used to generate additional images, CSS style-sheets, JavaScript code or any other baggage file or folder that might be needed alongside the generated HTML based documentation.
Managing assets
To manage assets for a specific template, simply create the "assets" sub-folder in that template's directory, and add files to that directory. Any file added there will be copied as-is in the final output folder.
Note: Even though they are placed in the template's "assets" sub-directory, they will be copied to the root of the generated folder.