From 9c0d426673a6019c4d32360f9e9039f6bd86979a Mon Sep 17 00:00:00 2001 From: John Knox Date: Thu, 9 Aug 2018 07:16:11 -0700 Subject: [PATCH] Add establishing a connection to website sidebar Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/218 Reviewed By: passy Differential Revision: D9239480 Pulled By: jknoxville fbshipit-source-id: 34b909a28af0c15d524926419ff47b8381163075 --- docs/establishing-a-connection.md | 6 ++++++ website/sidebars.json | 3 +++ 2 files changed, 9 insertions(+) diff --git a/docs/establishing-a-connection.md b/docs/establishing-a-connection.md index 58559b6b6..09864d6c2 100644 --- a/docs/establishing-a-connection.md +++ b/docs/establishing-a-connection.md @@ -1,3 +1,9 @@ +--- +id: establishing-a-connection +title: Establishing a connection +sidebar_label: Establishing a connection +--- + # Establishing a Connection Below is an outline of how a connection is established between an app with with our SDK integrated, and the desktop app. This all goes on behind the scenes inside the mobile SDK, so users shouldn't need to worry about it. diff --git a/website/sidebars.json b/website/sidebars.json index 89afcf3b3..5e2e8d9ae 100644 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -21,6 +21,9 @@ "send-data", "error-handling", "testing" + ], + "Flipper Internals": [ + "establishing-a-connection" ] } }