Hi, apologies for the newbie question but I'm struggling to figure out how to get a contents page generated for my C# solution.
My solution contains three projects - A, B and C. When I build the documentation, the index.html page gives me a contents panel on the left listing the three assembleys A, B and C, with the documentation for assembley A selected and the classes page for assembley A on the right.
What I would like to have is the right hand page showing an overall contents page listing the assembleys A, B and C with a description of what they are.
I've figured out that if I put XML comments above the namespace declaration in one of the files in each of the assembleys that at least creates the comment for the assembley but I can't figure out how to configure Ghostdoc to generate an "overall" contents page and have that displayed as the default page when I open index.html.
Any help much appreciated.