I have cloned the github repository at https://github.com/Azure/azure-content. I would like to configure an IIS site to view the content of this documentation to have a private copy
How do I configure IIS to render markdown placed in a folder on disk?
Most of the instructions have to do with setting up editors to modify the documentation or create new pages I simply want a local copy of the documentation.
MarkdownHttpHandler is an IIS handler for markdown. Once installed all .md files will be displayed using markdown rendering js library.
See installation instructions on github.
Disclaimer: I am the author of this very modest project.