diff --git a/README.md b/README.md index 0ede140..cf3fc1f 100644 --- a/README.md +++ b/README.md @@ -10,16 +10,18 @@ __Welcome to PayPal PHP SDK__. This repository contains PayPal's PHP SDK and sam ## SDK Documentation -[ Our Wiki Section ](https://github.com/paypal/PayPal-PHP-SDK/wiki) includes all the documentation related to SDK. Everything from making your first call, to configurations, to running samples. Here are few quick links to get you there faster. +[ Our PayPal-PHP-SDK Page ](http://paypal.github.io/PayPal-PHP-SDK/) includes all the documentation related to PHP SDK. Everything from SDK Wiki, to Sample Codes, to Releases. Here are few quick links to get you there faster. -* [ Wiki Home ](https://github.com/paypal/PayPal-PHP-SDK/wiki) +* [ PayPal-PHP-SDK Home Page ](http://paypal.github.io/PayPal-PHP-SDK/) +* [ Wiki ](https://github.com/paypal/PayPal-PHP-SDK/wiki) +* [ Samples ](http://paypal.github.io/PayPal-PHP-SDK/sample/) * [ Installation ](https://github.com/paypal/PayPal-PHP-SDK/wiki/Installation) * [ Make your First SDK Call](https://github.com/paypal/PayPal-PHP-SDK/wiki/Making-First-Call) -* [ Samples ](https://github.com/paypal/PayPal-PHP-SDK/wiki/Samples) * [ PayPal Developer Docs] (https://developer.paypal.com/docs/) ## Latest Updates +- Now we have a [Github Page](http://paypal.github.io/PayPal-PHP-SDK/), that helps you find all helpful resources building applications using PayPal-PHP-SDK. - Introduced `DEBUG` level to logging. Deprecated `FINE`. Ability to restrict `DEBUG` level on `live` mode. [Read More](https://github.com/paypal/PayPal-PHP-SDK/wiki/Logging). - Checkout the latest 1.0.0 release. Here are all the [ breaking Changes in v1.0.0 ](https://github.com/paypal/PayPal-PHP-SDK/wiki/Breaking-Changes---1.0.0) if you are migrating from older versions. @@ -30,8 +32,9 @@ __Welcome to PayPal PHP SDK__. This repository contains PayPal's PHP SDK and sam ## More help + * [PayPal-PHP-SDK Home Page](http://paypal.github.io/PayPal-PHP-SDK/) * [SDK Documentation](https://github.com/paypal/PayPal-PHP-SDK/wiki) - * [Sample Source Code](http://htmlpreview.github.io/?https://github.com/paypal/PayPal-PHP-SDK/blob/master/sample/index.php) + * [Sample Source Code](http://paypal.github.io/PayPal-PHP-SDK/sample/) * [API Reference](https://developer.paypal.com/webapps/developer/docs/api/) * [Reporting Issues / Feature Requests] (https://github.com/paypal/PayPal-PHP-SDK/issues) * [Pizza App Using Paypal REST API] (https://github.com/paypal/rest-api-sample-app-php) diff --git a/docs/cover.css b/docs/cover.css index 3cc6583..be4b20f 100644 --- a/docs/cover.css +++ b/docs/cover.css @@ -57,6 +57,10 @@ body { margin-top: 30px; } +.content .lead { + color: #666; +} + .content .col-md-4 .well { min-height: 175px; background-color: #FDFDFD; diff --git a/docs/index.html b/docs/index.html index e883656..6d7f73d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -29,7 +29,13 @@
+ PayPal-PHP-SDK is our official Open-Source PHP SDK for supporting PayPal Rest APIs. Checkout all the supporting documents, samples, codebase from the following links +
+Check out the sample code for using SDKs to call all PayPal APIs.