Move android setup guide to getting-started section

Summary: Puts both the "Adding flipper to android apps" page next to each other, one for buck and one for gradle. The buck one is only internal.

Reviewed By: passy

Differential Revision: D25563688

fbshipit-source-id: 1937cfdd0d5129b54a8635efe6294ba39a26be8e
This commit is contained in:
John Knox
2020-12-16 03:27:42 -08:00
committed by Facebook GitHub Bot
parent 9c8e803878
commit 13a11f0bda
2 changed files with 3 additions and 3 deletions

View File

@@ -31,6 +31,7 @@ module.exports = {
'Getting Started': [
...fbInternalOnly(['getting-started/fb/using-flipper-at-facebook']),
'getting-started/index',
...fbInternalOnly(['fb/Add-flipper-to-android-app']),
'getting-started/android-native',
'getting-started/ios-native',
'getting-started/react-native',
@@ -93,7 +94,6 @@ module.exports = {
'fb-internal': {
'FB Internal': fbInternalOnly([
'fb/release-infra',
'fb/Add-flipper-to-android-app',
'fb/Adding-flipper-to-ios-app',
'fb/LauncherConfig',
'fb/Flipper-fbsource-Pinning',