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:
committed by
Facebook Github Bot
parent
b22f02510c
commit
9c0d426673
@@ -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.
|
||||
|
||||
@@ -21,6 +21,9 @@
|
||||
"send-data",
|
||||
"error-handling",
|
||||
"testing"
|
||||
],
|
||||
"Flipper Internals": [
|
||||
"establishing-a-connection"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user