From a76bdcbca26a54eeb1e94e92b50cf1a2c88bd079 Mon Sep 17 00:00:00 2001 From: John Knox Date: Wed, 16 Dec 2020 03:27:42 -0800 Subject: [PATCH] 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 --- docs/getting-started/ios-native.mdx | 4 ++-- website/sidebars.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/ios-native.mdx b/docs/getting-started/ios-native.mdx index cf7596da6..9f418d6f1 100644 --- a/docs/getting-started/ios-native.mdx +++ b/docs/getting-started/ios-native.mdx @@ -1,7 +1,7 @@ --- id: ios-native -title: Set up your iOS app -sidebar_label: iOS +title: Adding Flipper to iOS apps +sidebar_label: Adding Flipper to iOS apps --- import useBaseUrl from '@docusaurus/useBaseUrl'; import Link from '@docusaurus/Link'; diff --git a/website/sidebars.js b/website/sidebars.js index fbb797450..0749899f0 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -33,6 +33,7 @@ module.exports = { 'getting-started/index', ...fbInternalOnly(['fb/Add-flipper-to-android-app']), 'getting-started/android-native', + ...fbInternalOnly(['fb/Adding-flipper-to-ios-app']), 'getting-started/ios-native', 'getting-started/react-native', 'getting-started/react-native-android', @@ -94,7 +95,6 @@ module.exports = { 'fb-internal': { 'FB Internal': fbInternalOnly([ 'fb/release-infra', - 'fb/Adding-flipper-to-ios-app', 'fb/LauncherConfig', 'fb/Flipper-fbsource-Pinning', 'fb/Flipper-Release-Cycle',