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:
committed by
Facebook GitHub Bot
parent
ebc4752077
commit
7efad4201c
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user