Wiki source code of User Documentation
Version 4.13 by Eleni Cojocariu on 2025/07/31
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{velocity output="false"}} | ||
2 | $xwiki.ssx.use('Documentation.WebHome') | ||
3 | $xwiki.ssx.use('Documentation.UserGuide.WebHome') | ||
4 | {{/velocity}} | ||
5 | |||
6 | == Summary == | ||
7 | |||
8 | Documentation for regular users (who are not administrators and not developers). | ||
9 | |||
10 | == Highlights == | ||
11 | (% class="row cards" %) | ||
12 | ((( | ||
13 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) | ||
14 | ((( | ||
15 | (% class="card card1" %) | ||
16 | ((( | ||
17 | (% class="card-body" %) | ||
18 | ((( | ||
19 | ==== (% class="card-title" %)How-to guides(%%) ==== | ||
20 | |||
21 | (% class="card-text" %) | ||
22 | ((( | ||
23 | * [[Edit a Page>>doc:Doc.XS.Extensions.XWikiStandardFlavor.User.EditPage.WebHome]] | ||
24 | ))) | ||
25 | ))) | ||
26 | ))) | ||
27 | ))) | ||
28 | |||
29 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) | ||
30 | ((( | ||
31 | (% class="card card1" %) | ||
32 | ((( | ||
33 | (% class="card-body" %) | ||
34 | ((( | ||
35 | ==== (% class="card-title" %)Explanations(%%) ==== | ||
36 | |||
37 | (% class="card-text" %) | ||
38 | ((( | ||
39 | * [[Simple and Advanced Editing>>doc:Doc.XS.Extensions.XWikiStandardFlavor.User.EditPage.SimpleAdvanced.WebHome]] | ||
40 | ))) | ||
41 | ))) | ||
42 | ))) | ||
43 | ))) | ||
44 | ))) | ||
45 | |||
46 | == What are you looking for? == | ||
47 | |||
48 | {{velocity}} | ||
49 | {{liveData | ||
50 | id="allUserDocPages" | ||
51 | properties="doc.title,type,target" | ||
52 | source="liveTable" | ||
53 | sourceParameters="className=XWikiOrg.DocumentationClass&translationPrefix=xwikiorg." | ||
54 | filters="target=user" | ||
55 | }} | ||
56 | { | ||
57 | "meta": { | ||
58 | "propertyDescriptors": [ | ||
59 | { | ||
60 | "id": "target", | ||
61 | "visible": false | ||
62 | } | ||
63 | ] | ||
64 | } | ||
65 | } | ||
66 | {{/liveData}} | ||
67 | {{/velocity}} | ||
68 | |||
69 | == Related articles == | ||
70 | |||
71 | * [[Administrator documentation>>doc:Doc.XS.Admin.WebHome]] | ||
72 | * [[Developer documentation>>doc:Doc.XS.Dev.WebHome]] |