From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Sun, 27 Oct 2019 18:50:18 +0000 (-0700) Subject: Add link to performance documentation (#6613) X-Git-Tag: v3.0.0-alpha~305 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae80936f0357eac8d8d100fac1dc5af7851443bd;p=thirdparty%2FChart.js.git Add link to performance documentation (#6613) --- diff --git a/docs/general/README.md b/docs/general/README.md index 950188ff1..fc4821d31 100644 --- a/docs/general/README.md +++ b/docs/general/README.md @@ -8,3 +8,4 @@ These sections describe general configuration options that can apply elsewhere i * [Options](./options.md) scriptable and indexable options syntax. * [Colors](./colors.md) defines acceptable color values. * [Font](./fonts.md) defines various font options. +* [Performance](./performance.md) gives tips for performance-sensitive applications.