API docs and tutorials on how to use ImagesSharp and related projects.
Перейти к файлу
Scott Williams 10dae47624 Initial introduction and getting started guides for ImageSharp.Drawing and Fonts 2020-04-19 12:55:09 +01:00
.vscode
api Update to latest builds 2020-02-22 23:35:45 +11:00
articles Initial introduction and getting started guides for ImageSharp.Drawing and Fonts 2020-04-19 12:55:09 +01:00
docs Initial introduction and getting started guides for ImageSharp.Drawing and Fonts 2020-04-19 12:55:09 +01:00
ext Initial introduction and getting started guides for ImageSharp.Drawing and Fonts 2020-04-19 12:55:09 +01:00
templates More cleanup and fixes 2020-03-28 22:05:51 +00:00
.gitattributes Update to latest builds 2020-02-22 23:35:45 +11:00
.gitignore
.gitmodules Update to latest builds 2020-02-22 23:35:45 +11:00
README.md
build-dev.cmd
build-dev.ps1 Update refs 2020-02-22 17:03:30 +11:00
build.cmd
build.ps1
docfx.json Add Search plu intro page 2020-03-28 16:20:19 +00:00
index.md More cleanup and fixes 2020-03-28 22:05:51 +00:00
serve.cmd
serve.ps1
toc.yml

README.md

SixLabors API docs site

Prerequisites

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

Make it work

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

To make changes make sure you rebuild (run build.cmd) before committing. TODO: automate this as a build step.