A documentation library containing reusable design- and solution patterns.
Please have a look at the introduction documentation to get started!
The automatically-generated documentation site is available on GitHub pages.
This repository is intended to be cloned and modified for organisation-specific scenarios. All files are text-based (MarkDown format, by default) for convenient editing and collaboration using Git. A DocFX file is also provided to generate static HTML from the repository's contents.
To generate the content as a website (on localhost port 8081), please run the following from the 'docs' directory of the repository:
docfx docfx.json --serve -p 8081