Wiki source code of Developer Documentation
Last modified by Eleni Cojocariu on 2025/08/05
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 | Learn to develop in-wiki application, how to integrate other software with XWiki, and how to insert scripts into XWiki Pages. | ||
9 | |||
10 | == Highlights == | ||
11 | |||
12 | (% class="row cards" %) | ||
13 | ((( | ||
14 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) | ||
15 | ((( | ||
16 | (% class="card card1" %) | ||
17 | ((( | ||
18 | (% class="card-body" %) | ||
19 | ((( | ||
20 | ==== (% class="card-title" %)How-to guides(%%) ==== | ||
21 | |||
22 | (% class="card-text" %) | ||
23 | ((( | ||
24 | * [[Configure Websocket Collaboration with Yjs>>xwiki:Doc.XS.Extensions.Yjs.WebSocket.Dev.ConfigureWebSocketCollaborationYjs.WebHome]] | ||
25 | ))) | ||
26 | ))) | ||
27 | ))) | ||
28 | ))) | ||
29 | |||
30 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) | ||
31 | ((( | ||
32 | (% class="card card1" %) | ||
33 | ((( | ||
34 | (% class="card-body" %) | ||
35 | ((( | ||
36 | ==== (% class="card-title" %)References(%%) ==== | ||
37 | |||
38 | (% class="card-text" %) | ||
39 | ((( | ||
40 | * [[Yjs WebSocket Endpoint>>xwiki:Doc.XS.Extensions.Yjs.WebSocket.Dev.YjsWebSocketEndpoint.WebHome]] | ||
41 | ))) | ||
42 | ))) | ||
43 | ))) | ||
44 | ))) | ||
45 | ))) | ||
46 | |||
47 | == What are you looking for? == | ||
48 | |||
49 | {{velocity}} | ||
50 | {{liveData | ||
51 | id="allUserDocPages" | ||
52 | properties="doc.title,type,target" | ||
53 | source="liveTable" | ||
54 | sourceParameters="className=XWikiOrg.DocumentationClass&translationPrefix=xwikiorg." | ||
55 | filters="target=developer" | ||
56 | }} | ||
57 | { | ||
58 | "meta": { | ||
59 | "propertyDescriptors": [ | ||
60 | { | ||
61 | "id": "target", | ||
62 | "visible": false | ||
63 | } | ||
64 | ] | ||
65 | } | ||
66 | } | ||
67 | {{/liveData}} | ||
68 | {{/velocity}} | ||
69 | |||
70 | == Related articles == | ||
71 | |||
72 | * [[User documentation>>doc:Doc.XS.User.WebHome]] | ||
73 | * [[Administrator documentation>>doc:Doc.XS.Admin.WebHome]] |