This repository contains source code for the ScottPlot.NET website.
Source code for the ScottPlot package is in the ScottPlot repository.
-
SiteBuilder is a C# console application that builds the website. It uses the Statix package to convert Markdown to HTML pages based on
template.html. -
Scripts for building and serving locally are in
dev/ -
The website is automatically built and deployed using GitHub Actions (
ci.yaml)