Browse Source

docs: add the performance doc to the table of contents (#20727)

Mark Lee 5 years ago
parent
commit
57883eed0f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/README.md

+ 1 - 0
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)