Last modified by Thiago Krieck on 2026/08/10 15:19

Hide last authors
Vincent Massol 58.1 1 == Where to find Documentation? ==
2
Vincent Massol 61.1 3 You'll find below two documentation systems:
Thiago Krieck 62.6 4
Vincent Massol 61.1 5 * The current one.
6 * The new one, that we're currently working on and that is supposed to replace the current one in the future.
Vincent Massol 58.1 7
Eleni Cojocariu 62.1 8 Both documentation systems are valid sources of information during this transition period. If you cannot find what you are looking for in one system, please check the other. Migrated pages and sections contain links to their new location in the new documentation. Follow these links to access the updated content.
Vincent Massol 58.1 9
Eleni Cojocariu 58.2 10 Additionally, we are gathering feedback to improve the documentation experience. You can share your thoughts by filling in the [[XWiki.org Website Survey>>Survey.XWikiOrgFeedback]].
11
Thiago Krieck 62.6 12 ----
13
Vincent Massol 62.2 14 {{include reference="XWiki.SearchCode"/}}
15
16 {{velocity output="false"}}
17 #if ($searchEngine == 'solr')
18 ## Customize the Solr Search UI for the DocApp application.
19 #set ($solrConfig = {
20 'filterQuery': [
21 'type:DOCUMENT',
22 "wiki:$xcontext.database",
Vincent Massol 62.5 23 '(class:DocApp.Code.DocumentationClass) OR space_prefix:Documentation OR space_prefix:FAQ OR (wiki:extensions AND space_prefix:Extension)'
Vincent Massol 62.2 24 ]
25 })
26 #end
27 {{/velocity}}
28
29 {{velocity}}
Vincent Massol 62.4 30 Search all documentation (current and new):
Vincent Massol 62.3 31
Vincent Massol 62.2 32 {{include reference="$searchPage"/}}
33 {{/velocity}}
34
Vincent Massol 61.1 35 == New Documentation (Work in Progress) ==
Vincent Massol 58.1 36
Ecaterina Moraru (Valica) 36.1 37 {{velocity}}
38 $xwiki.ssx.use('Download.WebHome')
Vincent Massol 61.1 39 {{/velocity}}
Vincent Massol 1.1 40
Thiago Krieck 62.6 41 (% class="download-options" %)
42 (((
43 (% class="col-xs-12 download-container download-option version-option border-cyan" %)
44 (((
Vincent Massol 61.1 45 === [[Documentation>>documentation.WebHome]] ===
Thiago Krieck 62.6 46
Vincent Massol 61.1 47 Top level documentation page for the new documentation.
Thiago Krieck 62.6 48
49 (% class="version-footer" %)
50 (((
51 [[Learn>>documentation.xs.WebHome||class="btn btn-info"]]
Vincent Massol 61.1 52 )))
53 )))
Thiago Krieck 62.6 54
55 (% class="col-xs-12 download-container download-option version-option border-blue" %)
56 (((
Vincent Massol 61.1 57 === [[XWiki Standard>>documentation.xs.WebHome]] ===
Thiago Krieck 62.6 58
Vincent Massol 61.1 59 Direct access to the documentation for XWiki Standard.
Thiago Krieck 62.6 60
61 (% class="version-footer" %)
62 (((
63 [[Learn>>documentation.xs.WebHome||class="btn btn-info"]]
Vincent Massol 61.1 64 )))
65 )))
Thiago Krieck 62.6 66
67 (% class="col-xs-12 download-container download-option version-option border-green" %)
68 (((
Vincent Massol 61.1 69 === [[Extensions>>documentation.extensions.WebHome]] ===
Thiago Krieck 62.6 70
Vincent Massol 61.1 71 Direct access to the documentation for XWiki Extensions.
Thiago Krieck 62.6 72
73 (% class="version-footer" %)
74 (((
75 [[Learn>>documentation.extensions.WebHome||class="btn btn-info"]]
Vincent Massol 61.1 76 )))
77 )))
78 )))
79
80 == Current Documentation ==
81
Thiago Krieck 62.6 82 (% class="download-options" %)
83 (((
84 (% class="col-xs-12 download-container download-option version-option border-cyan fa-icon fa-user" %)
85 (((
Simon Urli 56.1 86 === [[User Guide>>xwiki:Documentation.UserGuide.WebHome]] ===
Thiago Krieck 62.6 87
Simon Urli 56.1 88 Dedicated for standard users of the wiki. It contains a Getting Started Guide and a reference to the [[Features>>xwiki:Documentation.UserGuide.Features.WebHome]], in addition to videos and tutorials.
Thiago Krieck 62.6 89
90 (% class="version-footer" %)
91 (((
92 [[Learn>>Documentation.UserGuide.WebHome||class="btn btn-info"]]
Ecaterina Moraru (Valica) 40.1 93 )))
94 )))
Thiago Krieck 62.6 95
96 (% class="col-xs-12 download-container download-option version-option border-blue fa-icon fa-cogs" %)
97 (((
Simon Urli 56.1 98 === [[Admin Guide>>xwiki:Documentation.AdminGuide.WebHome]] ===
Thiago Krieck 62.6 99
Ecaterina Moraru (Valica) 39.7 100 Provides general information for administrators that need to customize and administer their XWiki installation (authentication, DB, performance tuning, etc.)
Thiago Krieck 62.6 101
102 (% class="version-footer" %)
103 (((
104 [[Administer>>Documentation.AdminGuide.WebHome||class="btn btn-primary"]]
Ecaterina Moraru (Valica) 39.6 105 )))
106 )))
Thiago Krieck 62.6 107
108 (% class="col-xs-12 download-container download-option version-option border-green fa-icon fa-code" %)
109 (((
Simon Urli 56.1 110 === [[Developer Guide>>xwiki:Documentation.DevGuide.WebHome]] ===
Thiago Krieck 62.6 111
Ecaterina Moraru (Valica) 39.7 112 Details how to develop in-wiki applications or how to integrate other software with XWiki. Contains details on how to insert scripts into XWiki pages.
Thiago Krieck 62.6 113
114 (% class="version-footer" %)
115 (((
116 [[Develop>>Documentation.DevGuide.WebHome||class="btn btn-success"]]
Ecaterina Moraru (Valica) 39.6 117 )))
118 )))
119 )))
Helmut Nagy 13.1 120
Thiago Krieck 62.6 121 (% class="noitems" %)If you need more help with your wiki or you'd like to get in touch with the community please visit the [[Support>>xwiki:Main.Support]] for more information.
Ecaterina Moraru (Valica) 43.3 122
Vincent Massol 61.1 123 === FAQ ===
Ecaterina Moraru (Valica) 43.6 124
Vincent Massol 57.2 125 If you still have a question after reading these guides, check our [[FAQ>>xwiki:FAQ.WebHome]], which provides answers to common questions, for users, developers and administrators.
Vincent Massol 57.1 126
Vincent Massol 61.1 127 === Projects and Extensions ===
Thomas Mortagne 2.1 128
Ecaterina Moraru (Valica) 36.1 129 The XWiki.org web site is organized by [[projects and extensions>>xwiki:Main.Forge]], each having their own site. Every site holds the documentation for its projects:
Thiago Krieck 62.6 130
Ecaterina Moraru (Valica) 36.1 131 * [[Documentation for Extensions>>extensions:Main.WebHome]]
Vincent Massol 42.2 132 * [[Documentation for Snippets>>snippets:Main.WebHome]]
Vincent Massol 22.2 133 * [[Documentation for XWiki Rendering>>rendering:Main.WebHome]]
Silvia Macovei 22.1 134 * [[Documentation for XWiki Commons>>commons:Main.WebHome]]
Jerome 14.1 135
Vincent Massol 43.2 136 You can also check [[external articles and documentation about XWiki>>Main.ExternalLinks]].
Vincent Massol 43.1 137
Ecaterina Moraru (Valica) 36.1 138 Information regarding the Open Source development of the XWiki Platform itself or to XWiki related projects and extensions can be found on the [[Development>>dev:Main.WebHome]] wiki and on the [[Contrib>>contrib:Main.WebHome]] wiki.

Get Connected