Changes for page services

Last modified by Alex Cotiugă on 2026/05/12 12:37

From version 3.4
edited by Alex Cotiugă
on 2026/05/12 12:21
Change comment: There is no comment for this version
To version 3.5
edited by Alex Cotiugă
on 2026/05/12 12:36
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -33,32 +33,32 @@
33 33   #set ($sectionItems = [{
34 34   'title': 'XWiki Upgrade Services',
35 35   'icon': 'refresh',
36 - 'url': '/services/xwiki-upgrades',
36 + 'url': 'services.xwiki-upgrades',
37 37   'content': 'Safe LTS upgrades for production XWiki instances, with compatibility checks, backups, rollback planning and post-upgrade validation.'
38 38   },{
39 39   'title': 'XWiki Support & Maintenance',
40 40   'icon': 'life-ring',
41 - 'url': '/services/xwiki-maintenance-support',
41 + 'url': 'services.xwiki-maintenance-support',
42 42   'content': 'Ongoing technical care for XWiki environments that need to stay stable, secure, performant and recoverable.'
43 43   },{
44 44   'title': 'XWiki Development & Integrations',
45 45   'icon': 'cogs',
46 - 'url': '/services/xwiki-development-integrations',
46 + 'url': 'services.xwiki-development-integrations',
47 47   'content': 'Custom applications, workflows, dashboards, macros, automation and integrations built using XWiki conventions.'
48 48   },{
49 49   'title': 'XWiki Migrations',
50 50   'icon': 'exchange',
51 - 'url': '/services/xwiki-migrations',
51 + 'url': 'services.xwiki-migrations',
52 52   'content': 'Migration support from Confluence, SharePoint, MediaWiki, file-based documentation or legacy knowledge systems.'
53 53   },{
54 54   'title': 'Authentication & Access Control',
55 55   'icon': 'lock',
56 - 'url': '/services/xwiki-authentication-access-control',
56 + 'url': 'services.xwiki-authentication-access-control',
57 57   'content': 'LDAP, Active Directory, SSO, OIDC, SAML, MFA and permission model support for secure XWiki deployments.'
58 58   },{
59 59   'title': 'XWiki Security Review',
60 60   'icon': 'shield',
61 - 'url': '/services/xwiki-security-review',
61 + 'url': 'services.xwiki-security-review',
62 62   'content': 'Security-aware review of versions, extensions, rights, scripting, authentication and upgrade exposure.'
63 63   }])
64 64  
... ... @@ -82,7 +82,7 @@
82 82   <h4>$entry.title</h4>
83 83   <p>$entry.content</p>
84 84   <p class="card-link">
85 - <a href="$entry.url">View service</a>
85 + <a href="$xwiki.getURL($entry.url)">View service</a>
86 86   </p>
87 87   </div>
88 88   </article>