Updates to Documentation

- Updated Github Pages
- Updates to Sample
- README.md updates
This commit is contained in:
Jay Patel
2015-02-17 13:20:26 -06:00
parent d50d980cb8
commit 3007c9dfe1
5 changed files with 57 additions and 12 deletions

View File

@@ -109,7 +109,7 @@
$( document ).ready(function() {
$("#accordion .panel-collapse:last").collapse('toggle');
$(document.body).append('<footer class="footer"> <div class="container"> <div class="footer-div"> <ul class="footer-links"> <li> <a href="https://github.com/paypal/PayPal-PHP-SDK" target="_blank"><i class="fa fa-github"></i> Github</a></li><li> <a href="https://developer.paypal.com/webapps/developer/docs/api/" target="_blank"><i class="fa fa-book"></i> REST API Reference</a> </li><li> <a href="https://github.com/paypal/PayPal-PHP-SDK/issues" target="_blank"><i class="fa fa-exclamation-triangle"></i> Report Issues </a> </li></ul> </div></div></footer>');
$(document.body).append('<footer class="footer"> <div class="container"> <div class="footer-div"> <ul class="footer-links"> <li> <a href="http://paypal.github.io/PayPal-PHP-SDK/" target="_blank"><i class="fa fa-github"></i> PayPal PHP SDK</a></li><li> <a href="https://developer.paypal.com/webapps/developer/docs/api/" target="_blank"><i class="fa fa-book"></i> REST API Reference</a> </li><li> <a href="https://github.com/paypal/PayPal-PHP-SDK/issues" target="_blank"><i class="fa fa-exclamation-triangle"></i> Report Issues </a> </li></ul> </div></div></footer>');
$(".prettyprint").each(function() {

View File

@@ -191,9 +191,9 @@ if (PHP_SAPI == 'cli') {
<div class="footer-div">
<ul class="footer-links">
<li>
<a href="https://github.com/paypal/PayPal-PHP-SDK" target="_blank"><i
<a href="http://paypal.github.io/PayPal-PHP-SDK/" target="_blank"><i
class="fa fa-github"></i>
Github</a></li>
PayPal PHP SDK</a></li>
<li>
<a href="https://developer.paypal.com/webapps/developer/docs/api/"
target="_blank"><i
@@ -1349,9 +1349,9 @@ if (PHP_SAPI == 'cli') {
<div class="footer-div">
<ul class="footer-links">
<li>
<a href="https://github.com/paypal/PayPal-PHP-SDK" target="_blank"><i
<a href="http://paypal.github.io/PayPal-PHP-SDK/" target="_blank"><i
class="fa fa-github"></i>
Github</a></li>
PayPal PHP SDK</a></li>
<li>
<a href="https://developer.paypal.com/webapps/developer/docs/api/" target="_blank"><i
class="fa fa-book"></i> REST API Reference</a>