FransBouma / DocNet

Your friendly static documentation generator, using markdown files to build the content.
http://fransbouma.github.io/DocNet/
248 stars 36 forks source link

Add a StartingPageName setting #80

Closed EnCey closed 6 years ago

EnCey commented 6 years ago

This setting makes the name of the "Home" page configurable. Example usage in docnet.json:

"StartingPageName": "Getting Started",

Live example: http://docs.combeenation.com

FransBouma commented 6 years ago

Thanks for this :) Could you also add a few lines to the DocNet docs for this parameter? That would be great :) The docs are in the gh-pages branch. If that's complicated, as you need to clone the repo in a different folder, I'll add it.