DocNet icon indicating copy to clipboard operation
DocNet copied to clipboard

favicon.ico path customization

Open AndreyAkinshin opened this issue 7 years ago • 1 comments

The default template contains the following line:

<link rel="shortcut icon" href="favicon.ico">

However, if we put a favicon.ico file in the root src folder, it will not be copied to the output folder. We also have the SourceFoldersToCopy parameter in docnet.json. It would be nice to have a way to customize path to favicon.ico and copy the corresponded file by default.

AndreyAkinshin avatar Mar 29 '17 04:03 AndreyAkinshin

DocNet indeed copies folders in SourceFoldersToCopy and .md files in the source files and the files in the template folder and that's it. It doesn't copy a favicon.ico file. I didn't add that as it was a simple thing to add later on, but agreed, it should be an option in the docnet.json file so you can specify it and it gets copied over after each build. Good point!

FransBouma avatar Mar 29 '17 08:03 FransBouma