dotnet-sig / dotnet-sig-docs

Created
Was maintained by rhea
Docs repo of the .NET SIG
git clone

DotNet Special Interest Group Docs

How to edit these documents

All of this is written in AsciiDoc. It's a simple mostly-plain-text markup language. You may want to look at:

Testing your changes locally

To test your changes, first install asciidoctor

$ sudo dnf install rubygem-asciidoctor

To build your changes, from the root directory:

$ asciidoctor dotnet.adoc
$ firefox dotnet.html