Docs repo of the .NET SIG
Find a file
2018-03-24 14:24:06 -06:00
dotnet Add join page 2018-02-23 20:22:49 +05:30
.gitignore adding dotnet directory for subpages or helpers 2018-02-20 06:19:55 -06:00
dotnet.adoc merge join.adoc and dotnet.adoc content 2018-03-24 14:24:06 -06:00
README.md Adding generic readme 2018-02-20 06:32:08 -06:00

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