Document how to use Node.js api's

Summary:
* Documented `npx flipper-server`
* Documented how to properly interact with the OS from Flipper plugins

Reviewed By: antonk52

Differential Revision: D33361929

fbshipit-source-id: 3028de2bf77a9ee6d9e521c1a53cff2388c936ea
This commit is contained in:
Michel Weststrate
2022-01-04 09:05:09 -08:00
committed by Facebook GitHub Bot
parent ebc4752077
commit 7efad4201c
6 changed files with 42 additions and 10 deletions

View File

@@ -54,7 +54,7 @@ module.exports = {
'getting-started/react-native-ios',
],
},
'getting-started/javascript'
'getting-started/javascript',
],
},
...fbInternalOnly(['getting-started/fb/connecting-to-flipper']),
@@ -109,11 +109,12 @@ module.exports = {
'extending/flipper-plugin',
'extending/styling-components',
'extending/deeplinks',
'extending/node-apis',
...fbInternalOnly([
{
'QPL linting': ['fb/building-a-linter', 'fb/active-linters'],
},
]),
]),
],
'Client plugin APIs': [
'extending/create-plugin',