Skip to content

Commit

Permalink
🚿
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed May 14, 2024
1 parent a603fc3 commit 7d0acae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Follow these steps to create the user manual:
[![pages-build-deployment](https://github.com/chillerlan/php-oauth/actions/workflows/pages/pages-build-deployment/badge.svg?branch=gh-pages)](https://github.com/chillerlan/php-oauth/actions/workflows/pages/pages-build-deployment)

The API documentation can be auto generated with [phpDocumentor](https://www.phpdoc.org/).
There is an [online version available](https://chillerlan.github.io/php-qrcode/) via the [`gh-pages` branch](https://github.com/chillerlan/php-qrcode/tree/gh-pages)
that is [automatically deployed](https://github.com/chillerlan/php-qrcode/deployments) on each push to main.
There is an [online version available](https://chillerlan.github.io/php-oauth/) via the [`gh-pages` branch](https://github.com/chillerlan/php-oauth/tree/gh-pages)
that is [automatically deployed](https://github.com/chillerlan/php-oauth/deployments) on each push to main.


#### Run phpDocumentor locally
Expand Down
2 changes: 2 additions & 0 deletions examples/create-description.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
* @var \Psr\Log\LoggerInterface $logger
*/

$ENVFILE = '.env_example';

require_once __DIR__.'/provider-example-common.php';

const FILES = [__DIR__.'/../README.md', __DIR__.'/../docs/Basics/Overview.md'];
Expand Down

0 comments on commit 7d0acae

Please sign in to comment.