Removed void intro page to the tutorial

Summary: The 'extending flipper' introduction page didn't contain anything meaty, so collapsed it into the tutorial introduction, cleaning up the top level navigation.

Reviewed By: passy

Differential Revision: D25531718

fbshipit-source-id: ca0f98186e889e13cb97be8818db3588738e5039
This commit is contained in:
Michel Weststrate
2020-12-15 08:21:10 -08:00
committed by Facebook GitHub Bot
parent dd8403bb8c
commit d08aa5d33e
4 changed files with 7 additions and 4 deletions

View File

@@ -3,6 +3,6 @@ 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.
import {Redirect} from '@docusaurus/router';
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.
<Redirect to="/docs/tutorial/intro" />