From ae80936f0357eac8d8d100fac1dc5af7851443bd Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Sun, 27 Oct 2019 11:50:18 -0700 Subject: [PATCH] Add link to performance documentation (#6613) --- docs/general/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/general/README.md b/docs/general/README.md index 950188ff1d5..fc4821d31f1 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.