Skip to content

Commit ca3a8b2

Browse files
committed
Made minor changes in Parse SDK integration wiki: Moved TOC to after preamble.
1 parent 4d6027b commit ca3a8b2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

native/android/Integrating_Parse_Android_SDK.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
This page describes how to integrate/update the official Parse Android SDK.
2+
13
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
24
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
35

@@ -9,7 +11,7 @@
911

1012
# Updating the Parse Android SDK
1113

12-
This page describes how to integrate/update the official Parse Android SDK. The currently used version can be seen from the suffix of the `Parse-<version>.jar` in the `/native/android` [native code directory](https://github.com/sidiabale/parse4cn1/tree/master/native/android) of parse4cn1.
14+
The currently used version can be seen from the suffix of the `Parse-<version>.jar` in the `/native/android` [native code directory](https://github.com/sidiabale/parse4cn1/tree/master/native/android) of parse4cn1.
1315

1416
> Note that updating to the latest SDK shouldn't be needed as parse4cn1 only uses the SDK for installation and push notification-related functionality which is not likely to change quite often. However, the following steps describe the process of updating the SDK, should the need ever arise.
1517

native/ios/Integrating_Parse_iOS_SDK.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
This page describes how to integrate/update the official Parse iOS SDK.
2+
13
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
24
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
35

@@ -16,7 +18,7 @@
1618

1719
# Updating the iOS Parse SDK #
1820

19-
This page describes how to integrate/update the official Parse iOS SDK. The currently used version can be seen from the value of `PARSE_VERSION` in the `README.txt` file present in `/native/ios/` [native code directory](https://github.com/sidiabale/parse4cn1/tree/master/native/ios) of parse4cn1.
21+
The currently used version can be seen from the value of `PARSE_VERSION` in the `README.txt` file present in `/native/ios/` [native code directory](https://github.com/sidiabale/parse4cn1/tree/master/native/ios) of parse4cn1.
2022

2123
> Note that updating to the latest SDK shouldn't be needed as parse4cn1 only uses the SDK for installation and push notification-related functionality which is not likely to change quite often. However, the following steps describe the process of updating the SDK, should the need ever arise.
2224

0 commit comments

Comments
 (0)