Closed bkoelman closed 2 years ago
@bkoelman which Ruby version are you using? I'm using 2.4.10p364
, but can't build the site anymore.
Oh sorry, I only used build.bat, which produced the HTML files. I don't have Ruby installed. Can you provide some more info on what to download/install from where to build the site? I'm not sure where to go, based on what's in https://github.com/dennisdoomen/CSharpGuidelines/blob/master/README.md.
Just checked once more on another machine and there it works according to the instructions.
Hmm, this only fixes the titles in the PDF output. Not the HTML versions.
Pushed another commit to fix titles on website pages and in its search results.
Great work.
Moved the title out of its HTML tag so it gets proper formatting and added a leading div to preserve anchors.
Result when running locally:
Fixes #209.
/cc @julianbartel Though this seems to work, perhaps there's a better way. I know nearly nothing about the doc generation process here and I'm open to suggestions, so would be great if can chime in and take a look.