Toggle navigation
Log-in
Community
Chat
Support
Documentation
Collabs
IAM21 instance, do not create collab nor modify a team, your changes will be lost
{"version":"4.1","locale":""}
{"toolbarUserlist":"both","marginAvatar":"1","enableMerge":"1"}
Toggle the parent tree of sitemap.
Collabs
Toggle the hierarchy tree under Collabs.
bougaultx
Toggle the hierarchy tree under bougaultx.
sitemap
Toggle the hierarchy tree under sitemap.
Wiki source code of
sitemap
Version
4.1
by
bougault
on 2023/09/15 09:12
Show last authors
author
version
line-number
content
1
{{velocity}}
2
#set($hql = "where doc.space='Collabs' order by doc.date asc")
3
#set($results = $xwiki.searchDocuments($hql, 0, 0))
4
#foreach ($item in $results)
5
* $item
6
#end
7
{{/velocity}}