From 7d0acaed981363eff8b2a82d005e542909852c82 Mon Sep 17 00:00:00 2001 From: smiley Date: Wed, 15 May 2024 01:10:18 +0200 Subject: [PATCH] :shower: --- docs/Readme.md | 4 ++-- examples/create-description.php | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/Readme.md b/docs/Readme.md index cc51cd6..f32bec9 100644 --- a/docs/Readme.md +++ b/docs/Readme.md @@ -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 diff --git a/examples/create-description.php b/examples/create-description.php index d622e58..50b4369 100644 --- a/examples/create-description.php +++ b/examples/create-description.php @@ -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'];