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
This commit is contained in:
John Knox
2018-08-09 07:16:11 -07:00
committed by Facebook Github Bot
parent b22f02510c
commit 9c0d426673
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
---
id: establishing-a-connection
title: Establishing a connection
sidebar_label: Establishing a connection
---
# 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. 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.

View File

@@ -21,6 +21,9 @@
"send-data", "send-data",
"error-handling", "error-handling",
"testing" "testing"
],
"Flipper Internals": [
"establishing-a-connection"
] ]
} }
} }