This repository contains the source code of the Sisk Documentation website.
- Clone this repository
- Build the Sisk Framework project and put the .DLL binaries and XML documentation file at the
ref/directory - Run the unified build script:
# Restore package
bun install
# Full build (clean, translate, build)
bun pack- Serve the documentation:
docfx 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.
Please, only edit english documentation files. Documentation files for another languages are AI-generated from english files through.
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.