From bf3a2f9649f2b082c137df869eb0cf130e9c5094 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Sun, 27 Oct 2019 07:50:41 -0700 Subject: [PATCH] Add link to performance documentation --- 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.