FileHelpers
FileHelpers copied to clipboard
Docs: Add Layout to API Docs
In the generation of the docs add also a layout with the same theme
It looks like you're no longer using SandCastle; at least it has been removed from the Libs folder.
How are you generating the API Docs? And when you say "same theme", do you mean the same theme as the http://www.filehelpers.net web site?
Hi @rmegal !! welcome to the team !!
We are using sandcastle via a NuGet Package, you can check the build script here: https://github.com/MarcosMeli/FileHelpers/blob/master/Build/default.ps1
Here is the sandcastle config file: https://github.com/MarcosMeli/FileHelpers/blob/master/Build/FileHelpers.shfbproj
Because the home page is done in github pages via github pages with jekyll:
https://github.com/MarcosMeli/FileHelpers/tree/gh-pages
We need to add something like:
---
layout: default
---
At the beggining of each html file in the docs folder
Thanks !!
is this issue still open?