Skip to content

Commit

Permalink
📝 Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Marques de Paula committed Jun 27, 2018
1 parent feb0339 commit 8b2ccae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ This simple use case checks the integration between the guestbook app and the Li
1. Add a Entry;
2. Check if the entry is displayed in search results.
![Happy day - Sequence diagram](https://g.gravizo.com/source/svg?https://raw.githubusercontent.com/lmarqs/liferay-training/master/docs/specifications/happy-day/seq.plantuml?v=1.0.3)
![Happy day - Sequence diagram](https://g.gravizo.com/source/svg?https://raw.githubusercontent.com/lmarqs/liferay-training/master/docs/specifications/happy-day/seq.plantuml?v=1.0.4)
### Using permissions
Expand All @@ -123,7 +123,7 @@ This use case demonstrates how to test if the permission aware is enable for sea
3. Log out from the portal;
4. Check if the entry **is not** displayed in search results;
![Using permissions - Sequence diagram](https://g.gravizo.com/source/svg?https://raw.githubusercontent.com/lmarqs/liferay-training/master/docs/specifications/using-permissions/seq.plantuml?v=1.0.3)
![Using permissions - Sequence diagram](https://g.gravizo.com/source/svg?https://raw.githubusercontent.com/lmarqs/liferay-training/master/docs/specifications/using-permissions/seq.plantuml?v=1.0.4)
### Using workflow
Expand All @@ -137,4 +137,4 @@ The guestbook application allows to check if the search is integrated with workf
3. Approve the new entry in workflow;
4. Check if the entry **is** displayed in search results.
![Using workflow - Sequence diagram](https://g.gravizo.com/source/svg?https://raw.githubusercontent.com/lmarqs/liferay-training/master/docs/specifications/using-workflow/seq.plantuml?v=1.0.3)
![Using workflow - Sequence diagram](https://g.gravizo.com/source/svg?https://raw.githubusercontent.com/lmarqs/liferay-training/master/docs/specifications/using-workflow/seq.plantuml?v=1.0.4)
2 changes: 1 addition & 1 deletion docs/specifications/using-permissions/seq.plantuml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ deactivate GW

U -> GW: Search (keyword: baz)
activate GW
U <-- GW: 1 Results for bar
U <-- GW: 1 Results for baz
deactivate GW

U -> LP: Sign Out
Expand Down

0 comments on commit 8b2ccae

Please sign in to comment.