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
on 2026/05/12 12:21
Change comment:
There is no comment for this version
To version 3.6
edited by Alex Cotiugă
on 2026/05/12 12:37
on 2026/05/12 12:37
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -24,7 +24,6 @@ 24 24 25 25 <div class="hero-actions"> 26 26 <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Request a consultation</a> 27 - <a class="btn btn-secondary" href="#services-list">Explore services</a> 28 28 </div> 29 29 </div> 30 30 </section> ... ... @@ -33,32 +33,32 @@ 33 33 #set ($sectionItems = [{ 34 34 'title': 'XWiki Upgrade Services', 35 35 'icon': 'refresh', 36 - 'url': ' /services/xwiki-upgrades',35 + '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',40 + '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',45 + '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',50 + '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',55 + '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',60 + '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> 84 + <a href="$xwiki.getURL($entry.url)">View service</a> 86 86 </p> 87 87 </div> 88 88 </article>