Update NuGet Docs in the Browser with Github
Posted by: youve been HAACKED,
on 28 Oct 2011 |
View original | Bookmarked: 0 time(s)
We made a recent change to make it easy to update the NuGet documentation. In this post, Ill cover what the change was, why we made it, and how it makes it easier to contribute to our documentation. Our docs run as a simple ASP.NET Web Pages application that renders documentation written in the Markdown format. The Markdown text is not stored in a database, but live as files that are part of the application source code. That allows us to use source control to version our docs. We used to host the...