Wiki source code of Documentation for XWiki Standard
Last modified by Eleni Cojocariu on 2025/08/01
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{velocity}} | ||
2 | $xwiki.ssx.use('Download.WebHome') | ||
3 | $xwiki.ssx.use('Documentation.WebHome') | ||
4 | {{/velocity}} | ||
5 | |||
6 | == Summary == | ||
7 | |||
8 | Learn through How-Tos, Explanations, References, and Tutorials designed for different types of users: | ||
9 | |||
10 | (%class="download-options"%)((( | ||
11 | (%class="col-xs-12 download-container download-option version-option border-cyan fa-icon fa-user"%)((( | ||
12 | === [[User>>xwiki:Doc.XS.User.WebHome]] === | ||
13 | Documentation for regular users (who are not administrators and not developers). | ||
14 | (%class="version-footer"%)((( | ||
15 | ))) | ||
16 | ))) | ||
17 | (%class="col-xs-12 download-container download-option version-option border-blue fa-icon fa-cogs"%)((( | ||
18 | === [[Administrator>>xwiki:Doc.XS.Admin.WebHome]] === | ||
19 | Learn to Install, configure, and administer your XWiki instance. | ||
20 | (%class="version-footer"%)((( | ||
21 | ))) | ||
22 | ))) | ||
23 | (%class="col-xs-12 download-container download-option version-option border-green fa-icon fa-code"%)((( | ||
24 | === [[Developer>>xwiki:Doc.XS.Dev.WebHome]] === | ||
25 | Learn to develop in-wiki application, how to integrate other software with XWiki, and how to insert scripts into XWiki Pages. | ||
26 | (%class="version-footer"%)((( | ||
27 | ))) | ||
28 | ))) | ||
29 | ))) | ||
30 | |||
31 | == Highlights == | ||
32 | |||
33 | (% class="row cards" %) | ||
34 | ((( | ||
35 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) | ||
36 | ((( | ||
37 | (% class="card card1" %) | ||
38 | ((( | ||
39 | (% class="card-body" %) | ||
40 | ((( | ||
41 | ==== (% class="card-title" %)Create and edit pages(%%) ==== | ||
42 | |||
43 | (% class="card-text" %) | ||
44 | ((( | ||
45 | |||
46 | * [[Edit a page>>doc:Doc.XS.Extensions.XWikiStandardFlavor.User.EditPage.WebHome]] | ||
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" %)Customize your profile(%%) ==== | ||
59 | |||
60 | (% class="card-text" %) | ||
61 | ((( | ||
62 | * [[Edit your profile information>>doc:Doc.XS.Extensions.User.UserProfileApplication.User.EditProfile.WebHome]] | ||
63 | ))) | ||
64 | ))) | ||
65 | ))) | ||
66 | ))) | ||
67 | |||
68 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) | ||
69 | ((( | ||
70 | (% class="card card1" %) | ||
71 | ((( | ||
72 | (% class="card-body" %) | ||
73 | ((( | ||
74 | ==== (% class="card-title" %)Discover advanced XWiki features(%%) ==== | ||
75 | |||
76 | (% class="card-text" %) | ||
77 | ((( | ||
78 | * [[Like or unlike a page>>doc:Doc.XS.Extensions.Like.LikeApplication.User.LikePage.WebHome]] | ||
79 | * [[Administer Your Wiki>>doc:Doc.XS.Extensions.Administration.AdministrationApplication.Admin.AdministerWiki.WebHome]] | ||
80 | ))) | ||
81 | ))) | ||
82 | ))) | ||
83 | ))) | ||
84 | ))) | ||
85 | |||
86 | == What are you looking for? == | ||
87 | |||
88 | {{liveData | ||
89 | id="allDocPages" | ||
90 | properties="doc.title,target,type" | ||
91 | source="liveTable" | ||
92 | sourceParameters="className=XWikiOrg.DocumentationClass&translationPrefix=xwikiorg." | ||
93 | /}} |