This repository contains the source code of the Sisk Documentation website.
- Firstly, make sure you have docfx installed in your machine. You'll need .NET SDK to install it.
- Clone this repository.
- Build the Sisk Framework project and put the .DLL binaries and XML documentation file at the
ref/
directory, on the repository root. - Run
docfx
, thendocfx serve
.
Then you're ready to go and you'll have the static website files at /_site
.
Contributions are always welcome. Contribute with spelling corrections, fixing broken links and more.
Note
Please do not edit API specification files (XML). These files are generated. If you want to edit any API documentation, edit it in the repository where the code is hosted.