Wiki source code of Tutorials
Last modified by Eleni Cojocariu on 2026/03/11 08:50
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 | |||
| 9 | == What are you looking for? == | ||
| 10 | |||
| 11 | {{velocity}} | ||
| 12 | {{liveData | ||
| 13 | id="allUserTutorialsPages" | ||
| 14 | properties="doc.title,type,target" | ||
| 15 | source="liveTable" | ||
| 16 | sourceParameters="className=DocApp.Code.DocumentationClass&translationPrefix=xwikiorg." | ||
| 17 | filters="target=user&type=tutorial" | ||
| 18 | }} | ||
| 19 | { | ||
| 20 | "meta": { | ||
| 21 | "propertyDescriptors": [ | ||
| 22 | { | ||
| 23 | "id": "target", | ||
| 24 | "visible": false | ||
| 25 | } | ||
| 26 | ] | ||
| 27 | } | ||
| 28 | } | ||
| 29 | {{/liveData}} | ||
| 30 | {{/velocity}} | ||
| 31 | |||
| 32 | == Related articles == | ||
| 33 | |||
| 34 | * [[Administrator documentation>>doc:documentation.xs.admin.WebHome]] | ||
| 35 | * [[Developer documentation>>doc:documentation.xs.dev.WebHome]] |