From 26ee383c731127e84ee20afd8f0046d920edb61e Mon Sep 17 00:00:00 2001 From: Jay Patel Date: Wed, 11 Feb 2015 17:06:37 -0600 Subject: [PATCH] Travis to Update gh-pages with more information - Minor Improvements --- docs/cover.css | 1 - docs/index.html | 167 ++++++++++++++++++++++++------------------------ generate-api.sh | 2 +- 3 files changed, 86 insertions(+), 84 deletions(-) diff --git a/docs/cover.css b/docs/cover.css index 973efd5..3cc6583 100644 --- a/docs/cover.css +++ b/docs/cover.css @@ -45,7 +45,6 @@ body { } body { - background-color: #FDFCFA; font-family: Menlo,Monaco,Consolas,"Courier New",monospace; background: #fff url("https://www.paypalobjects.com/webstatic/developer/banners/Braintree_desktop_BG_2X.jpg") repeat-y top right; -webkit-background-size: cover; diff --git a/docs/index.html b/docs/index.html index 684abea..e883656 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,91 +1,94 @@ - - - - - - - - + + + + + + + + PayPal PHP SDK - Welcome + + + + + - PayPal PHP SDK - Welcome + + + - - - - - - - - - - - - -
-
- -
-
-
- - - - + + + + + + + diff --git a/generate-api.sh b/generate-api.sh index 6975801..f47b34a 100644 --- a/generate-api.sh +++ b/generate-api.sh @@ -3,7 +3,7 @@ wget http://www.apigen.org/apigen.phar # Generate Api -php apigen.phar generate -s lib -d ../gh-pages/docs +php apigen.phar generate --template-theme="bootstrap" -s lib -d ../gh-pages/docs # Copy Home Page from Master Branch to Gh-Pages folder cp -r docs/* ../gh-pages/