Add Setup and Extending top level navs
Summary: Distinguish between integrating flipper, and developing plugins. Reviewed By: passy Differential Revision: D15148448 fbshipit-source-id: 7c772fa1cea7d5ed789a984039afc37bc0b8a927
This commit is contained in:
committed by
Facebook Github Bot
parent
4c282cea1f
commit
b3ec8b052b
8
docs/extending/index.md
Normal file
8
docs/extending/index.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
id: index
|
||||
title: Clients and Plugins
|
||||
---
|
||||
|
||||
Flipper was designed with extensibility in mind from the start, to enable engineers to quickly build quality, easy-to-use tools for their own needs and applications.
|
||||
|
||||
In addition to building plugins for the existing platforms, you can also extend the capabilities of Flipper to other platforms by conforming to the `FlipperClient` API. After this, you can make use of the existing desktop plugins by writing client plugins that conform to the same API.
|
||||
Reference in New Issue
Block a user