Skip to content

Commit

Permalink
add scaladoc badges (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored and gakuzzzz committed Apr 14, 2016
1 parent c4b0039 commit a15dbaf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ Play2.x module for Authentication and Authorization [![Build Status](https://sec

これは Play2.x のアプリケーションに認証/認可の機能を手軽に組み込むためのモジュールです。

Scaladoc
----------------------------------------

- [![play2-auth scaladoc](http:https://javadoc-badge.appspot.com/jp.t2v/play2-auth_2.11.svg?label=play2-auth)](http:https://javadoc-badge.appspot.com/jp.t2v/play2-auth_2.11/index.html#jp.t2v.lab.play2.auth.package)
- [![play2-auth-social scaladoc](http:https://javadoc-badge.appspot.com/jp.t2v/play2-auth-social_2.11.svg?label=play2-auth-social)](http:https://javadoc-badge.appspot.com/jp.t2v/play2-auth-social_2.11/index.html#jp.t2v.lab.play2.auth.social.package)
- [![play2-auth-test scaladoc](http:https://javadoc-badge.appspot.com/jp.t2v/play2-auth-test_2.11.svg?label=play2-auth-test)](http:https://javadoc-badge.appspot.com/jp.t2v/play2-auth-test_2.11/index.html#jp.t2v.lab.play2.auth.test.package)


対象
---------------------------------------

Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Play2.x module for Authentication and Authorization [![Build Status](https://sec

This module offers Authentication and Authorization features to Play2.x applications

Scaladoc
----------------------------------------

- [![play2-auth scaladoc](http:https://javadoc-badge.appspot.com/jp.t2v/play2-auth_2.11.svg?label=play2-auth)](http:https://javadoc-badge.appspot.com/jp.t2v/play2-auth_2.11/index.html#jp.t2v.lab.play2.auth.package)
- [![play2-auth-social scaladoc](http:https://javadoc-badge.appspot.com/jp.t2v/play2-auth-social_2.11.svg?label=play2-auth-social)](http:https://javadoc-badge.appspot.com/jp.t2v/play2-auth-social_2.11/index.html#jp.t2v.lab.play2.auth.social.package)
- [![play2-auth-test scaladoc](http:https://javadoc-badge.appspot.com/jp.t2v/play2-auth-test_2.11.svg?label=play2-auth-test)](http:https://javadoc-badge.appspot.com/jp.t2v/play2-auth-test_2.11/index.html#jp.t2v.lab.play2.auth.test.package)


Target
----------------------------------------

Expand Down

0 comments on commit a15dbaf

Please sign in to comment.