Wiki source code of How-to guides

Version 17.11 by Eleni Cojocariu on 2025/07/31

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 This section provides practical, step-by-step guidance for getting the most out of XWiki as a user — from starting to create pages to more advanced user actions. Use this guide when you’re ready to use XWiki in real-world scenarios and want clear, operational documentation.
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" %)Create and edit pages(%%) ====
21
22 (% class="card-text" %)
23 (((
24
25 * [[Edit a page>>doc:Doc.XS.Extensions.XWikiStandardFlavor.User.EditPage.WebHome]]
26 )))
27 )))
28 )))
29 )))
30
31 (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %)
32 (((
33 (% class="card card1" %)
34 (((
35 (% class="card-body" %)
36 (((
37 ==== (% class="card-title" %)Customize your profile(%%) ====
38
39 (% class="card-text" %)
40 (((
41 * [[Edit your profile information>>doc:Doc.XS.Extensions.User.UserProfileApplication.User.EditProfile.WebHome]]
42 )))
43 )))
44 )))
45 )))
46
47 (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %)
48 (((
49 (% class="card card1" %)
50 (((
51 (% class="card-body" %)
52 (((
53 ==== (% class="card-title" %)Discover advanced XWiki features(%%) ====
54
55 (% class="card-text" %)
56 (((
57 * [[Like or unlike a page>>doc:Doc.XS.Extensions.Like.LikeApplication.User.LikePage.WebHome]]
58 )))
59 )))
60 )))
61 )))
62 )))
63
64 == What are you looking for? ==
65
66 {{velocity}}
67 {{liveData
68 id="allUserHowtoPages"
69 properties="doc.title,type,target"
70 source="liveTable"
71 sourceParameters="className=XWikiOrg.DocumentationClass&translationPrefix=xwikiorg."
72 filters="target=user&type=howto"
73 }}
74 {
75 "meta": {
76 "propertyDescriptors": [
77 {
78 "id": "target",
79 "visible": false
80 }
81 ]
82 }
83 }
84 {{/liveData}}
85 {{/velocity}}
86
87 == Related articles ==
88
89 * [[Administrator documentation>>doc:Doc.XS.Admin.WebHome]]
90 * [[Developer documentation>>doc:Doc.XS.Dev.WebHome]]

Get Connected