I don't really have any strict conditions for writing documentation, but just keep these few guidelines in mind:
guides/samples
folder* If anyone is interested in translating documentation into other languages, please open an issue or contact me on Discord (foxbot#0282
).
Documentation is compiled into a static site using DocFx. You must install a version of DocFx that supports .NET Core. The latest build of that is 2.1.0-cli-alpha.
After making changes, compile your changes into the static site with docfx
. You can also view your changes live with docfx --serve
.