Adds documentation for analyzers

This commit is contained in:
Phil Scott
2021-06-24 23:28:42 -04:00
committed by Patrik Svensson
parent a186fd94ac
commit fa553fd72e
9 changed files with 284 additions and 2 deletions

View File

@ -0,0 +1,10 @@
@inherits StatiqRazorPage<IDocument>
@{
Layout = @"/_layout.cshtml";
}
<p>@Document.GetString("Description")</p>
@RenderBody()