Sandcastle/SHFB. Add platform icons and version info to help file pages

831 views Asked by At

I am building help file for my library using Sandcastle Help File Builder. The library has three versions (.NET, Silverlight and Windows Phone 7) built from the same code base.

I would like to add platform icons next to method names and version information at the bottom of the help file pages. Something like on screenshots below. How can I add such information to my help file?

Platform icons next to method names enter image description here

1

There are 1 answers

1
Rami A. On

This question was answered in the Sandcastle discussions forums here.

Paul Selormey wrote a very detailed 3-part blog that discusses how to do this:
Part 1
Part 2
Part 3