NAME
MKDoc::Core::Plugin::Resources - Serves Resource Files.
SUMMARY
MKDoc::Core has a mechanism to provide resource files (such as style sheet, images, etc) which supports some inheritance mechanism.
When a request is made to /.resources/foo.png, it will try to serve:
Furthermore, if at any point it finds /resources/foo.png.deleted, it will decline the request, which usually results in a 404 page.