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 should be written in a FAQ/Wiki style format.
Recommended reads:
Style consistencies:
Example of long link syntax:
Please consult the [API Documentation] for more information.
[API Documentation]: xref:System.String
Documentation is compiled into a static site using DocFx.
We currently use the most recent build off the dev branch.
After making changes, compile your changes into the static site with
docfx. You can also view your changes live with docfx --serve.