Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sisk-http/docs

Repository files navigation

Sisk Documentation

This repository contains the source code of the Sisk Documentation website.

Building

Prerequisites

  1. Bun - Download
  2. DocFX (v2.76.0 recommended) - See installation warning below
  3. .NET SDK - Download

Quick Start

  1. Clone this repository
  2. Build the Sisk Framework project and put the .DLL binaries and XML documentation file at the ref/ directory
  3. Run the unified build script:
# Restore package
bun install

# Full build (clean, translate, build)
bun pack
  1. Serve the documentation: docfx serve

Then you're ready to go and you'll have the static website files at /_site.

Contributing

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.

About

Sisk documentation and manual

Resources

Stars

Watchers

Forks