Wiki source code of References
Last modified by Eleni Cojocariu on 2025/11/14 12:07
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 | Information-oriented references for developers, covering XWiki’s APIs, architecture and data model. | ||
| 9 | |||
| 10 | == What are you looking for? == | ||
| 11 | |||
| 12 | {{velocity}} | ||
| 13 | {{liveData | ||
| 14 | id="allDeveloperReferencesPages" | ||
| 15 | properties="doc.title,type,target" | ||
| 16 | source="liveTable" | ||
| 17 | sourceParameters="className=DocApp.Code.DocumentationClass&translationPrefix=xwikiorg.&location=Doc.XS" | ||
| 18 | filters="target=developer&type=reference" | ||
| 19 | }} | ||
| 20 | { | ||
| 21 | "meta": { | ||
| 22 | "propertyDescriptors": [ | ||
| 23 | { | ||
| 24 | "id": "target", | ||
| 25 | "visible": false | ||
| 26 | } | ||
| 27 | ] | ||
| 28 | } | ||
| 29 | } | ||
| 30 | {{/liveData}} | ||
| 31 | {{/velocity}} | ||
| 32 | |||
| 33 | == Related articles == | ||
| 34 | |||
| 35 | * [[User documentation>>doc:documentation.xs.user.WebHome]] | ||
| 36 | * [[Administrator documentation>>doc:documentation.xs.admin.WebHome]] |