Skip to content

Commit

Permalink
Merge pull request tymondesigns#63 from PHP-Open-Source-Saver/feature…
Browse files Browse the repository at this point in the history
…/readthedocs

docs: setup Read the Docs
  • Loading branch information
Messhias authored Nov 25, 2021
2 parents efc7c46 + 2208ab7 commit 55aebae
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 12 deletions.
Binary file added .github/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ coverage.xml
.phpunit.result.cache
.idea
/.php-cs-fixer.cache
/site
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Current compatability breaks:

## Documentation

Work in progress.
Full documentation is available at [laravel-jwt-auth.readthedocs.io](https://laravel-jwt-auth.readthedocs.io/)

-----------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
JSON Web Token Authentication for Laravel & Lumen

![jwt-auth-banner](https://cloud.githubusercontent.com/assets/1801923/9915273/119b9350-5cae-11e5-850b-c941cac60b32.png)
![jwt-auth-banner](https://raw.githubusercontent.com/PHP-Open-Source-Saver/jwt-auth/develop/.github/banner.png)
22 changes: 12 additions & 10 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
site_name: jwt-auth
pages:
- Home: index.md
- Laravel Installation: laravel-installation.md
- Lumen Installation (incomplete): lumen-installation.md
- Quick start: quick-start.md
- Auth guard: auth-guard.md
- Configuration: configuration.md
- Exception Handling: exception-handling.md
- Resources: resources.md
site_name: Laravel JWT Auth
repo_name: GitHub
repo_url: https://github.com/PHP-Open-Source-Saver/jwt-auth
nav:
- Home: index.md
- Laravel Installation: laravel-installation.md
- Lumen Installation (incomplete): lumen-installation.md
- Quick start: quick-start.md
- Auth guard: auth-guard.md
- Configuration: configuration.md
- Exception Handling: exception-handling.md
- Resources: resources.md
theme: readthedocs

0 comments on commit 55aebae

Please sign in to comment.