forked from tymondesigns/jwt-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request tymondesigns#63 from PHP-Open-Source-Saver/feature…
…/readthedocs docs: setup Read the Docs
- Loading branch information
Showing
5 changed files
with
15 additions
and
12 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ coverage.xml | |
.phpunit.result.cache | ||
.idea | ||
/.php-cs-fixer.cache | ||
/site |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |