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" ] } }