Wiki source code of How-to guides
Last modified by Pauline Bessoles on 2025/07/25
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 | {{box cssClass="box"}} | ||
9 | 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. | ||
10 | {{/box}} | ||
11 | |||
12 | == Highlighted documentation == | ||
13 | |||
14 | (% class="row cards" %) | ||
15 | ((( | ||
16 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) | ||
17 | ((( | ||
18 | (% class="card card1" %) | ||
19 | ((( | ||
20 | (% class="card-body" %) | ||
21 | ((( | ||
22 | ==== (% class="card-title" %)Create and edit pages(%%) ==== | ||
23 | |||
24 | (% class="card-text" %) | ||
25 | ((( | ||
26 | * [[Create a page>>]] | ||
27 | * [[Edit a page>>doc:XS.Extensions.XWikiStandardFlavor.User.EditPage.WebHome]] | ||
28 | * [[Delete a page>>]] | ||
29 | ))) | ||
30 | ))) | ||
31 | ))) | ||
32 | ))) | ||
33 | |||
34 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) | ||
35 | ((( | ||
36 | (% class="card card1" %) | ||
37 | ((( | ||
38 | (% class="card-body" %) | ||
39 | ((( | ||
40 | ==== (% class="card-title" %)Customize your profile(%%) ==== | ||
41 | |||
42 | (% class="card-text" %) | ||
43 | ((( | ||
44 | * [[Edit your profile information>>doc:XS.Extensions.UserProfileApplication.User.EditProfile.WebHome]] | ||
45 | * [[Update your settings>>]] | ||
46 | * [[Manage your notifications>>]] | ||
47 | ))) | ||
48 | ))) | ||
49 | ))) | ||
50 | ))) | ||
51 | |||
52 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) | ||
53 | ((( | ||
54 | (% class="card card1" %) | ||
55 | ((( | ||
56 | (% class="card-body" %) | ||
57 | ((( | ||
58 | ==== (% class="card-title" %)Discover advanced XWiki features(%%) ==== | ||
59 | |||
60 | (% class="card-text" %) | ||
61 | ((( | ||
62 | * [[Like or unlike a page>>doc:XS.Extensions.LikeApplication.User.LikePage.WebHome]] | ||
63 | * [[Search for pages>>]] | ||
64 | * [[Tag pages>>]] | ||
65 | ))) | ||
66 | ))) | ||
67 | ))) | ||
68 | ))) | ||
69 | ))) | ||
70 | |||
71 | == All the user how-tos == | ||
72 | |||
73 | {{velocity}} | ||
74 | {{liveData | ||
75 | id="allUserHowtoPages" | ||
76 | properties="doc.title,type,target" | ||
77 | source="liveTable" | ||
78 | sourceParameters="className=XWikiOrg.DocumentationClass&translationPrefix=xwikiorg." | ||
79 | filters="target=user&type=howto" | ||
80 | }} | ||
81 | { | ||
82 | "meta": { | ||
83 | "propertyDescriptors": [ | ||
84 | { | ||
85 | "id": "target", | ||
86 | "visible": false | ||
87 | } | ||
88 | ] | ||
89 | } | ||
90 | } | ||
91 | {{/liveData}} | ||
92 | {{/velocity}} | ||
93 | |||
94 | == Related articles == | ||
95 | |||
96 | * [[Administrator documentation>>doc:XS.Admin.WebHome]] | ||
97 | * [[Developer documentation>>doc:XS.Dev.WebHome]] |