Skip to content
/ docs Public

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

Notifications You must be signed in to change notification settings

SixLabors/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e0d7f75 · Feb 13, 2025
Feb 13, 2025
Jan 6, 2018
Feb 6, 2022
Feb 3, 2025
Jul 31, 2024
Feb 6, 2022
Feb 22, 2020
May 21, 2021
Feb 22, 2020
Dec 18, 2020
May 21, 2021
Feb 7, 2022
Feb 7, 2022
Mar 24, 2018
Feb 27, 2023
Jan 6, 2018
Jul 31, 2024
Jul 31, 2024
Feb 27, 2023
Jan 6, 2018
Jul 16, 2019
Apr 25, 2020
Mar 16, 2022
Apr 25, 2020

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 http://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.