From a391a192b9d7d476b78277aa2fe6c4f5da59d0aa Mon Sep 17 00:00:00 2001 From: BO KANG Date: Fri, 17 Feb 2017 15:04:01 -0800 Subject: [PATCH] format the document to fit for auto-syn purpose. --- docs/api-android.md | 1 - docs/api-ios.md | 1 - docs/api-js.md | 1 - docs/setup-android.md | 1 - 4 files changed, 4 deletions(-) diff --git a/docs/api-android.md b/docs/api-android.md index d61e17c..9b13e1d 100644 --- a/docs/api-android.md +++ b/docs/api-android.md @@ -1,4 +1,3 @@ - ### Java API Reference (Android) The Java API is made available by importing the `com.microsoft.codepush.react.CodePush` class into your `MainActivity.java` file, and consists of a single public class named `CodePush`. diff --git a/docs/api-ios.md b/docs/api-ios.md index e16c404..0911cb5 100644 --- a/docs/api-ios.md +++ b/docs/api-ios.md @@ -1,4 +1,3 @@ - ### Objective-C API Reference (iOS) The Objective-C API is made available by importing the `CodePush.h` header into your `AppDelegate.m` file, and consists of a single public class named `CodePush`. diff --git a/docs/api-js.md b/docs/api-js.md index 1f04edc..e85e7bd 100644 --- a/docs/api-js.md +++ b/docs/api-js.md @@ -1,4 +1,3 @@ - ## API Reference The CodePush plugin is made up of two components: diff --git a/docs/setup-android.md b/docs/setup-android.md index 0909bfd..ca52b99 100644 --- a/docs/setup-android.md +++ b/docs/setup-android.md @@ -1,4 +1,3 @@ - ## Android Setup In order to integrate CodePush into your Android project, perform the following steps: