From bb959e91bd8ffbd352ab76cbf11d656ce6435088 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Mon, 27 Jul 2020 11:33:35 -0700 Subject: [PATCH] chore(docs): add link to refdocs from composer and README (#293) --- README.md | 3 +++ composer.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index dbc9cbaa8..d78ac8c56 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ This is Google's officially supported PHP client library for using OAuth 2.0 authorization and authentication with Google APIs. +View the [reference documentation][ref-docs]. + ### Installing via Composer The recommended way to install the google auth library is through @@ -217,6 +219,7 @@ hesitate to [ask questions](http://stackoverflow.com/questions/tagged/google-auth-library-php) about the client or APIs on [StackOverflow](http://stackoverflow.com). +[ref-docs]: https://googleapis.github.io/google-auth-library-php/master/ [google-apis-php-client]: https://github.com/google/google-api-php-client [application default credentials]: https://developers.google.com/accounts/docs/application-default-credentials [contributing]: https://github.com/google/google-auth-library-php/tree/master/.github/CONTRIBUTING.md diff --git a/composer.json b/composer.json index ca22fa795..5205dc420 100644 --- a/composer.json +++ b/composer.json @@ -5,6 +5,9 @@ "keywords": ["google", "oauth2", "authentication"], "homepage": "http://github.com/google/google-auth-library-php", "license": "Apache-2.0", + "support": { + "docs": "https://googleapis.github.io/google-auth-library-php/master/" + }, "require": { "php": ">=5.4", "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",