Skip to content
/ docs Public
forked from SixLabors/docs

API docs and tutorials on how to use ImagesSharp and related projects.

Notifications You must be signed in to change notification settings

kpuljic/docs

 
 

Repository files navigation

SixLabors API docs site

Prerequisites

latest docfx version needs to be installed. This can be installed via chocolatey

Building the docs locally

How do I build the latest tagged docs

run build.cmd/build.ps1 from the command line. This will checkout that latest tagged commits for each of the repositories and regenerate the site in the docs folder.

How do I build the latest nightly docs

run build-dev.cmd/build-dev.ps1 from the command line. This will checkout that latest commits for each of the repositories and regenerate the site in the docs folder.

How to preview

run serve.cmd/serve.ps1 this rebuilds the site but also runs a dev server at https://localhost:8080 so you can preview the current state of the docs.

Updating the docs

Changes are automatically built by the Actions pipeline upon approval.

About

API docs and tutorials on how to use ImagesSharp and related projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 82.3%
  • PowerShell 8.2%
  • JavaScript 5.1%
  • Batchfile 4.4%