I maintain a complicated ASP.NET MVC web site. I want to add the ability to show bits of help text. The help text needs to be entered and maintained by non-developer content writers.
My plan is to install Umbraco on one of our servers, and give the content writers logins so they can enter and maintain the help items (each help item is a document).
Then when the MVC site gets a request for a specific bit of help text, I want it to retrieve the coresponding document directly from the Umbraco database, without going through the Umbraco site.
I am completely new to Umbraco. Is there a dll or NuGet package that I can install in my MVC site that allows it to retrieve a document from the Umbraco database?