docs/articles/contributing/documentation.md
BenchmarkDotNet uses DocFX as a documentation generation tool.
[SimpleJobAttribute](xref:BenchmarkDotNet.Attributes.SimpleJobAttribute) and
@BenchmarkDotNet.Attributes.SimpleJobAttribute
will be transformed to
SimpleJobAttribute.DocFX uses the following syntax inside block quote for different types of notes:
> [!NOTE]
> note content
> [!TIP]
> tip content
> [!WARNING]
> warning content
> [!IMPORTANT]
> important content
> [!Caution]
> caution content
It will be transformed to:
[!NOTE] note content
[!TIP] tip content
[!WARNING] warning content
[!IMPORTANT] important content
[!Caution] caution content
You can build documentation locally with the help of the docs-build build task:
build.cmd docs-build