From af8d54c6f1db96d72f69817a4db82d2bae95afb3 Mon Sep 17 00:00:00 2001 From: Lorenzo Blasa Date: Thu, 6 Jan 2022 06:51:44 -0800 Subject: [PATCH] Connection documentation Summary: Space to document flipper client/server connectivity Reviewed By: passy, aigoncharov Differential Revision: D30864471 fbshipit-source-id: 9b9305c39b743ac6f84adf2f9f1ab0ee5da406d5 --- website/sidebars.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/sidebars.js b/website/sidebars.js index 24ccb348d..5fde79b3d 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -140,7 +140,6 @@ module.exports = { 'fb/Add-Support-Group-to-Flipper-Support-Form', 'fb/Alerts', 'fb/bundling', - 'fb/Certificate-Exchange-Diagram', 'fb/Electron-Upgrade', 'fb/flipper-analytics', 'fb/Navigation-Plugin-Development-Guide', @@ -151,6 +150,7 @@ module.exports = { 'fb/error-logging', 'fb/scribe', 'fb/async-testing', + 'fb/connections', ]), ], },