Remove deprecated documentation
Summary: Sandy is idiomatic now, cleaned up old docs to avoid confusion as in https://github.com/facebook/flipper/issues/2611. Reviewed By: passy Differential Revision: D30908794 fbshipit-source-id: c4076f1d24b193f71923d19eeed631763bb9dacb
This commit is contained in:
committed by
Facebook GitHub Bot
parent
75b5783fd0
commit
c4538c48d6
@@ -109,7 +109,7 @@ export function Component() {
|
||||
}
|
||||
```
|
||||
|
||||
Some public plugins will use a `FlipperPlugin` base class. This format is deprecated but the documentation can still be found [here](./js-plugin-api.mdx).
|
||||
Some public plugins will use a `FlipperPlugin` base class. This format is deprecated.
|
||||
|
||||
## Anatomy of a Desktop plugin
|
||||
|
||||
@@ -215,7 +215,7 @@ The available APIs for device plugins are listed [here](./flipper-plugin.mdx#dev
|
||||
|
||||
### Creating a simple table plugin
|
||||
|
||||
Flipper provides a standard abstraction to render data received from a Client plugin in a table, see [creating a table plugin](./create-table-plugin.mdx).
|
||||
Flipper provides a standard abstraction to render data received from a Client plugin in a table, see [creating a table plugin](./flipper-plugin.mdx#createtableplugin).
|
||||
|
||||
|
||||
## Validation
|
||||
|
||||
Reference in New Issue
Block a user