From faf5bf1b9c58fb6c4923c30123e78ebd2ba1de77 Mon Sep 17 00:00:00 2001 From: Mike McCrea Date: Wed, 22 May 2024 11:40:33 +0300 Subject: [PATCH] Add link to dev.docs to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8f68e0e..c4167b1 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ The following enhancements and adjustments have been made to the documentation: The documentation is limited to a vanilla installation of SuperCollider, i.e. without any plugins or Quarks. The documentation for each Quark can be found at [baryon.supercollider.online](https://baryon.supercollider.online). +A development version of the docs is available at [dev.docs.supercollider.online](https://dev.docs.supercollider.online/), reflecting the latest additions to the documentation in the `develop` branch. + This repository contains all the necessary build steps for the documentation and uses [GitHub Pages](https://pages.github.com/) for hosting of the static HTML files. This could be replaced with any other static file hosting mechanism in the future.