From 31cf3167de3af66a101b88687feecb5c2bbbc9f8 Mon Sep 17 00:00:00 2001 From: Ali Afshar Date: Sat, 6 Sep 2014 18:01:36 -0700 Subject: [PATCH 1/3] Move link to API docs should much higher in README. This is just an example. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 62633dd780c..446f4418b5f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Google Cloud Node.js Client +[Quick, take me to the API documentation.](https://googlecloudplatform.github.io/gcloud-node/#/docs) > Node idiomatic client for Google Cloud services. From 6cb1114e1578f4829a269e5595b0b6549e258a49 Mon Sep 17 00:00:00 2001 From: Ali Afshar Date: Sat, 6 Sep 2014 18:16:36 -0700 Subject: [PATCH 2/3] Make titles stand out better in API docs. --- docs/css/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/css/main.css b/docs/css/main.css index ba25cef60b3..246ae8002e3 100755 --- a/docs/css/main.css +++ b/docs/css/main.css @@ -137,6 +137,10 @@ h1, h2, h3, h4, h5, h6 { font-weight: 300; } +h2, h3 { + color: #4285f4; +} + /* Header ========================================================================== */ From bcc0b9f510a2be71c3422cebf7f9a12d27372e9e Mon Sep 17 00:00:00 2001 From: Ali Afshar Date: Sat, 6 Sep 2014 18:49:04 -0700 Subject: [PATCH 3/3] Reverted README change. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 446f4418b5f..62633dd780c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # Google Cloud Node.js Client -[Quick, take me to the API documentation.](https://googlecloudplatform.github.io/gcloud-node/#/docs) > Node idiomatic client for Google Cloud services.