Wiki source code of User Documentation

Last modified by Eleni Cojocariu on 2025/08/06

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

Get Connected