Improve installation/update instructions
Summary: The installation instructions didn't flow very well. "Using flipper at Facebook" is now gone. It's installation steps have been moved into the desktop app page, with internal/external switching. I've also removed the "Updating Flipper" internal page, and put equivalent info in the installation section. Reviewed By: nikoant Differential Revision: D25637831 fbshipit-source-id: 2af2abf57793d54804f5c45e3335b8641743e1c8
This commit is contained in:
committed by
Facebook GitHub Bot
parent
4b58d4438a
commit
2f9d4280c1
@@ -37,7 +37,6 @@ module.exports = {
|
||||
},
|
||||
setup: {
|
||||
'Getting Started': [
|
||||
...fbInternalOnly(['getting-started/fb/using-flipper-at-facebook']),
|
||||
'getting-started/index',
|
||||
...fbInternalOnly(['fb/Add-flipper-to-android-app']),
|
||||
'getting-started/android-native',
|
||||
@@ -85,10 +84,8 @@ module.exports = {
|
||||
'extending/desktop-plugin-structure',
|
||||
'extending/testing',
|
||||
'extending/debugging',
|
||||
...fbInternalOnly([
|
||||
'fb/adding-analytics-0',
|
||||
]),
|
||||
'extending/plugin-distribution',
|
||||
...fbInternalOnly(['fb/adding-analytics-0']),
|
||||
'extending/plugin-distribution',
|
||||
],
|
||||
'Desktop plugin APIs': [
|
||||
'extending/flipper-plugin',
|
||||
@@ -98,7 +95,7 @@ module.exports = {
|
||||
...fbInternalOnly([
|
||||
{
|
||||
'QPL linting': ['fb/building-a-linter', 'fb/active-linters'],
|
||||
}
|
||||
},
|
||||
]),
|
||||
{
|
||||
'Deprecated APIs': [
|
||||
@@ -113,7 +110,7 @@ module.exports = {
|
||||
'extending/arch',
|
||||
'extending/client-plugin-lifecycle',
|
||||
'extending/layout-inspector',
|
||||
],
|
||||
],
|
||||
},
|
||||
internals: {
|
||||
Internals: [
|
||||
@@ -127,7 +124,6 @@ module.exports = {
|
||||
'fb/Flipper-fbsource-Pinning',
|
||||
'fb/Flipper-Release-Cycle',
|
||||
'fb/Add-Support-Group-to-Flipper-Support-Form',
|
||||
'fb/Help-Updating-Flipper',
|
||||
'fb/Alerts',
|
||||
'fb/bundling',
|
||||
'fb/Certificate-Exchange-Diagram',
|
||||
|
||||
Reference in New Issue
Block a user