mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-12-19 08:35:49 +08:00
Adds documentation for analyzers
This commit is contained in:
committed by
Patrik Svensson
parent
a186fd94ac
commit
fa553fd72e
10
docs/input/analyzer/rules/_layout.cshtml
Normal file
10
docs/input/analyzer/rules/_layout.cshtml
Normal file
@@ -0,0 +1,10 @@
|
||||
@inherits StatiqRazorPage<IDocument>
|
||||
|
||||
@{
|
||||
Layout = @"/_layout.cshtml";
|
||||
}
|
||||
|
||||
|
||||
<p>@Document.GetString("Description")</p>
|
||||
|
||||
@RenderBody()
|
||||
Reference in New Issue
Block a user