From 57883eed0f6c27cff15ed67c7d839edef42633fe Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Fri, 25 Oct 2019 12:58:20 -0700 Subject: [PATCH] docs: add the performance doc to the table of contents (#20727) --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index 09fe99a2b773..e10b893ef166 100644 --- a/docs/README.md +++ b/docs/README.md @@ -39,6 +39,7 @@ an issue: * [Using Electron's APIs](tutorial/application-architecture.md#using-electron-apis) * [Using Node.js APIs](tutorial/application-architecture.md#using-nodejs-apis) * [Using Native Node.js Modules](tutorial/using-native-node-modules.md) + * [Performance Strategies](tutorial/performance.md) * Adding Features to Your App * [Notifications](tutorial/notifications.md) * [Recent Documents](tutorial/recent-documents.md)