From 16940eca530d6230db1b5dd0b48475166c534bc4 Mon Sep 17 00:00:00 2001 From: Simon Edwards Date: Thu, 26 May 2022 09:27:18 +0200 Subject: [PATCH] Add "Understanding Memory" guide to the website sidebar --- website/sidebars.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/sidebars.js b/website/sidebars.js index 5ecaebd7b..904662fcb 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -360,6 +360,7 @@ module.exports = { "guides/nodegui-architecture", "guides/debugging", "guides/debugging-in-vscode", + "guides/understanding-memory", "guides/using-native-node-modules", "guides/custom-nodegui-native-plugin", "guides/packaging"