Wiki source code of User Documentation for Like Application
Last modified by Eleni Cojocariu on 2025/08/01
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{velocity output="false"}} | ||
2 | $xwiki.ssx.use('Download.WebHome') | ||
3 | {{/velocity}} | ||
4 | |||
5 | == Summary == | ||
6 | |||
7 | {{box cssClass="mybox"}} | ||
8 | {{displayIcon name="heart"/}} This is the User Documentation for the Like Application. | ||
9 | {{/box}} | ||
10 | |||
11 | == Highlighted documentation == | ||
12 | |||
13 | (% class="download-options" %) | ||
14 | ((( | ||
15 | (% class="col-xs-12 download-container download-option version-option" %) | ||
16 | ((( | ||
17 | [[Enable or Disable Like Notifications>>xwiki:Doc.XS.Extensions.Like.LikeNotifications.User.EnableLikesNotifications.WebHome]] | ||
18 | ))) | ||
19 | |||
20 | (% class="col-xs-12 download-container download-option version-option" %) | ||
21 | ((( | ||
22 | [[Like or Unlike a Page>>xwiki:Doc.XS.Extensions.Like.LikeApplication.User.LikePage.WebHome]] | ||
23 | ))) | ||
24 | |||
25 | (% class="col-xs-12 download-container download-option version-option" %) | ||
26 | ((( | ||
27 | [[Consequences of Liking a Page>>xwiki:Doc.XS.Extensions.Like.LikeApplication.User.LikePage.ConsequencesLikingPage.WebHome]] | ||
28 | ))) | ||
29 | ))) | ||
30 | |||
31 | == What are you looking for? == | ||
32 | |||
33 | {{velocity}} | ||
34 | {{liveData | ||
35 | id="allLikeAppUserDocPages" | ||
36 | properties="doc.title,type" | ||
37 | source="liveTable" | ||
38 | sourceParameters="className=XWikiOrg.DocumentationClass&translationPrefix=xwikiorg.&location=LikeApplication.User" | ||
39 | }} | ||
40 | |||
41 | {{/liveData}} | ||
42 | {{/velocity}} |