Changes for page testpage2

Last modified by geosens on 2025/01/15 19:04

From version 14.1
edited by geosens
on 2024/12/02 22:37
Change comment: There is no comment for this version
To version 13.1
edited by geosens
on 2024/12/02 22:23
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,30 +1,49 @@
1 -{{velocity}}
2 -$xwiki.ssx.use('Download.WebHome')
3 -
4 -(%class="download-options"%)(((
5 -(%class="col-xs-12 download-container download-option version-option border-cyan fa-icon fa-user"%)(((
6 -=== [[User Guide>>xwiki:Documentation.UserGuide.WebHome]] ===
7 -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.
8 -(%class="version-footer"%)(((
9 -[[Learn>>Documentation.UserGuide.WebHome||class="btn btn-info]]
1 +{{velocity output="false"}}
2 +$xwiki.ssx.use('Documentation.WebHome')
3 +{{/velocity}}
4 +(% class="row cards" %)
5 +(((
6 +(% class="col-xs-12 col-sm-6 col-md-4 cards-container" %)
7 +(((
8 +(% class="card card1" %)
9 +(((
10 +(% class="card-body" %)
11 +(((
12 +==== (% class="card-title" %)[[Scripting API Guide>>Documentation.DevGuide.Scripting.APIGuide.WebHome]](%%) ====
13 +(% class="card-text" %)
14 +(((
15 +Guide that show how to use important XWiki APIs from a script.
10 10  )))
11 11  )))
12 -(%class="col-xs-12 download-container download-option version-option border-blue fa-icon fa-cogs"%)(((
13 -=== [[Admin Guide>>xwiki:Documentation.AdminGuide.WebHome]] ===
14 -Provides general information for administrators that need to customize and administer their XWiki installation (authentication, DB, performance tuning, etc.)
15 -(%class="version-footer"%)(((
16 -[[Administer>>Documentation.AdminGuide.WebHome||class="btn btn-primary]]
17 17  )))
18 18  )))
19 -(%class="col-xs-12 download-container download-option version-option border-green fa-icon fa-code"%)(((
20 -=== [[Developer Guide>>xwiki:Documentation.DevGuide.WebHome]] ===
21 -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.
22 -(%class="version-footer"%)(((
23 -[[Develop>>Documentation.DevGuide.WebHome||class="btn btn-success]]
20 +(% class="col-xs-12 col-sm-6 col-md-4 cards-container" %)
21 +(((
22 +(% class="card card1" %)
23 +(((
24 +(% class="card-body" %)
25 +(((
26 +==== (% class="card-title" %)[[API Reference>>Documentation.DevGuide.API.WebHome]](%%) ====
27 +(% class="card-text" %)
28 +(((
29 +The API is available as a JavaDoc. It presents the objects and properties that you can access with scripting.
24 24  )))
25 25  )))
26 26  )))
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" %)[[Scripting>>Documentation.DevGuide.Scripting.WebHome]](%%) ====
41 +(% class="card-text" %)
42 +(((
43 +Classes and Scripting will allow you to create basic to complex web applications at the XWiki document layer without the need for compiling code or deploying software components.
44 +)))
45 +)))
46 +)))
47 +)))
48 +)))
27 27  
28 -(%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. If you still have a question after reading these guides, check our [[FAQ>>xwiki:FAQ.WebHome]].
29 -
30 -----