Restore missing ejected banner

Summary:
A few more docs where the ejected metadata was lost in the autodocs flattening transition that happened in 9ec9567390.
Closes https://github.com/facebook/react-native/pull/16773

Differential Revision: D6286368

Pulled By: hramos

fbshipit-source-id: bb7c032ca386e473c393821ce031714168d31719
This commit is contained in:
Héctor Ramos 2017-11-09 10:56:52 -08:00 committed by Facebook Github Bot
parent 260e6d2355
commit e5a4ea97d9
4 changed files with 4 additions and 0 deletions

View File

@ -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
---

View File

@ -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
---

View File

@ -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
---

View File

@ -4,6 +4,7 @@ title: Understanding the CLI
layout: docs
category: Contributing
permalink: docs/understanding-cli.html
banner: ejected
next: activityindicator
previous: testing
---