Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,23 +1,22 @@ 1 -Title 2 - 1 +{{velocity output="false"}} 2 +$xwiki.ssx.use('Documentation.WebHome') 3 +{{/velocity}} 3 3 (% class="row cards" %) 4 4 ((( 5 -(% class="col-xs-12 col-sm-6 col-md-4 cards-container fa-icon fa-arrow-circle-o-right" %)6 +(% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) 6 6 ((( 7 7 (% class="card card1" %) 8 8 ((( 9 9 (% class="card-body" %) 10 10 ((( 11 -==== (% class="card-title" %)[[Getting Started>>Documentation.UserGuide.GettingStarted.WebHome]](%%) ==== 12 - 12 +==== (% class="card-title" %)[[Scripting API Guide>>Documentation.DevGuide.Scripting.APIGuide.WebHome]](%%) ==== 13 13 (% class="card-text" %) 14 14 ((( 15 - StartbyreadingtheGettingStartedGuide.15 +Guide that show how to use important XWiki APIs from a script. 16 16 ))) 17 17 ))) 18 18 ))) 19 19 ))) 20 - 21 21 (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) 22 22 ((( 23 23 (% class="card card1" %) ... ... @@ -24,16 +24,14 @@ 24 24 ((( 25 25 (% class="card-body" %) 26 26 ((( 27 -==== (% class="card-title" %)[[Features>>Documentation.UserGuide.Features.WebHome]](%%) ==== 28 - 26 +==== (% class="card-title" %)[[API Reference>>Documentation.DevGuide.API.WebHome]](%%) ==== 29 29 (% class="card-text" %) 30 30 ((( 31 - In ordertolearnhowtouse XWiki, browsethroughthedifferentfeatures.Eachfeaturepagedescribeshowto use thefeature.29 +The API is available as a JavaDoc. It presents the objects and properties that you can access with scripting. 32 32 ))) 33 33 ))) 34 34 ))) 35 35 ))) 36 - 37 37 (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) 38 38 ((( 39 39 (% class="card card1" %) ... ... @@ -40,13 +40,13 @@ 40 40 ((( 41 41 (% class="card-body" %) 42 42 ((( 43 -==== (% class="card-title" %)[[Playground>>https://www.xwikiplayground.org]](%%) ==== 44 - 40 +==== (% class="card-title" %)[[Scripting>>Documentation.DevGuide.Scripting.WebHome]](%%) ==== 45 45 (% class="card-text" %) 46 46 ((( 47 - At thesametimeasyou followthe guideswerecommendthatyoutryoutwhat youlearnon thePlayground. Thisisa XWikiinstance thatwe'vesetupforyou so that youcan easily discoverthejoys of using awiki.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. 48 48 ))) 49 49 ))) 50 50 ))) 51 51 ))) 52 52 ))) 49 +