From e5a4ea97d9e1b13509a3f36d0b469a6a88a90dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= <165856+hramos@users.noreply.github.com> Date: Thu, 9 Nov 2017 10:56:52 -0800 Subject: [PATCH] Restore missing ejected banner Summary: A few more docs where the ejected metadata was lost in the autodocs flattening transition that happened in 9ec95673909beac7798f589e0e9821b4225f8fa9. Closes https://github.com/facebook/react-native/pull/16773 Differential Revision: D6286368 Pulled By: hramos fbshipit-source-id: bb7c032ca386e473c393821ce031714168d31719 --- docs/running-on-device.md | 1 + docs/running-on-simulator-ios.md | 1 + docs/signed-apk-android.md | 1 + docs/understanding-cli.md | 1 + 4 files changed, 4 insertions(+) diff --git a/docs/running-on-device.md b/docs/running-on-device.md index 1ecaf330931985..e4ef2dff9ee258 100644 --- a/docs/running-on-device.md +++ b/docs/running-on-device.md @@ -4,6 +4,7 @@ title: Running On Device layout: docs category: Guides permalink: docs/running-on-device.html +banner: ejected next: upgrading previous: integration-with-existing-apps --- diff --git a/docs/running-on-simulator-ios.md b/docs/running-on-simulator-ios.md index 8005ea17283455..950412009f6032 100644 --- a/docs/running-on-simulator-ios.md +++ b/docs/running-on-simulator-ios.md @@ -4,6 +4,7 @@ title: Running On Simulator layout: docs category: Guides (iOS) permalink: docs/running-on-simulator-ios.html +banner: ejected next: communication-ios previous: linking-libraries-ios --- diff --git a/docs/signed-apk-android.md b/docs/signed-apk-android.md index 21ba2ec3e79087..b96bbbf68f6304 100644 --- a/docs/signed-apk-android.md +++ b/docs/signed-apk-android.md @@ -4,6 +4,7 @@ title: Generating Signed APK layout: docs category: Guides (Android) permalink: docs/signed-apk-android.html +banner: ejected next: android-building-from-source previous: headless-js-android --- diff --git a/docs/understanding-cli.md b/docs/understanding-cli.md index 6b728506a2008f..6831b545303262 100644 --- a/docs/understanding-cli.md +++ b/docs/understanding-cli.md @@ -4,6 +4,7 @@ title: Understanding the CLI layout: docs category: Contributing permalink: docs/understanding-cli.html +banner: ejected next: activityindicator previous: testing ---