Move iOS setup guide to getting-started section

Summary:
Putting both iOS setup guides next to each other.
I'm not sure what to call the oss one. It applies to cocoapods, swift, and pure objc.

Reviewed By: passy

Differential Revision: D25563988

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

View File

@@ -1,7 +1,7 @@
--- ---
id: ios-native id: ios-native
title: Set up your iOS app title: Adding Flipper to iOS apps
sidebar_label: iOS sidebar_label: Adding Flipper to iOS apps
--- ---
import useBaseUrl from '@docusaurus/useBaseUrl'; import useBaseUrl from '@docusaurus/useBaseUrl';
import Link from '@docusaurus/Link'; import Link from '@docusaurus/Link';

View File

@@ -33,6 +33,7 @@ module.exports = {
'getting-started/index', 'getting-started/index',
...fbInternalOnly(['fb/Add-flipper-to-android-app']), ...fbInternalOnly(['fb/Add-flipper-to-android-app']),
'getting-started/android-native', 'getting-started/android-native',
...fbInternalOnly(['fb/Adding-flipper-to-ios-app']),
'getting-started/ios-native', 'getting-started/ios-native',
'getting-started/react-native', 'getting-started/react-native',
'getting-started/react-native-android', 'getting-started/react-native-android',
@@ -94,7 +95,6 @@ module.exports = {
'fb-internal': { 'fb-internal': {
'FB Internal': fbInternalOnly([ 'FB Internal': fbInternalOnly([
'fb/release-infra', 'fb/release-infra',
'fb/Adding-flipper-to-ios-app',
'fb/LauncherConfig', 'fb/LauncherConfig',
'fb/Flipper-fbsource-Pinning', 'fb/Flipper-fbsource-Pinning',
'fb/Flipper-Release-Cycle', 'fb/Flipper-Release-Cycle',