From 5de8e0007a965352de60eb171e258e691157ce54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9na=20Piquet?= Date: Wed, 18 Sep 2024 15:18:50 +0200 Subject: [PATCH] Update gatsby-config.js --- gatsby-config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gatsby-config.js b/gatsby-config.js index fdded7c..5b520c0 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -61,6 +61,10 @@ module.exports = { title: "Using external plugins", path: "/guides/loading-external-plugins/" }, + { + title: "Remote control", + path: "/guides/remote-control/" + }, { title: "Qt6 migration", path: "/guides/qt6-migration/"