| ... |
... |
@@ -16,35 +16,35 @@ |
| 16 |
16 |
|
| 17 |
17 |
## SERVICE CARDS |
| 18 |
18 |
#set ($sectionItems = [{ |
| 19 |
|
- 'title': 'XWiki Upgrades', |
|
19 |
+ 'title': 'XWiki Upgrade Services', |
| 20 |
20 |
'icon': 'refresh', |
| 21 |
21 |
'url': '/services/xwiki-upgrades', |
| 22 |
|
- 'content': 'Safe, planned upgrades with compatibility checks, rollback planning, and post-upgrade validation.' |
|
22 |
+ 'content': 'Safe LTS upgrades for production XWiki instances, with compatibility checks, backups, rollback planning and post-upgrade validation.' |
| 23 |
23 |
},{ |
| 24 |
|
- 'title': 'Maintenance & Support', |
|
24 |
+ 'title': 'XWiki Support & Maintenance', |
| 25 |
25 |
'icon': 'life-ring', |
| 26 |
26 |
'url': '/services/xwiki-maintenance-support', |
| 27 |
|
- 'content': 'Long-term support, troubleshooting, monitoring, security patching, and recovery assistance.' |
|
27 |
+ 'content': 'Ongoing technical care for XWiki environments that need to stay stable, secure, performant and recoverable.' |
| 28 |
28 |
},{ |
| 29 |
|
- 'title': 'Custom Development', |
| 30 |
|
- 'icon': 'code', |
|
29 |
+ 'title': 'XWiki Development & Integrations', |
|
30 |
+ 'icon': 'cogs', |
| 31 |
31 |
'url': '/services/xwiki-development-integrations', |
| 32 |
|
- 'content': 'Custom XWiki applications, macros, workflows, dashboards, automations, and integrations.' |
|
32 |
+ 'content': 'Custom applications, workflows, dashboards, macros, automation and integrations built using XWiki conventions.' |
| 33 |
33 |
},{ |
| 34 |
|
- 'title': 'Security Review', |
| 35 |
|
- 'icon': 'shield', |
| 36 |
|
- 'url': '/services/xwiki-security-audit', |
| 37 |
|
- 'content': 'Security-aware reviews of versions, extensions, rights, authentication, scripting, and configuration.' |
| 38 |
|
- },{ |
| 39 |
|
- 'title': 'Migrations to XWiki', |
|
34 |
+ 'title': 'XWiki Migrations', |
| 40 |
40 |
'icon': 'exchange', |
| 41 |
41 |
'url': '/services/xwiki-migrations', |
| 42 |
|
- 'content': 'Move structured content from Confluence, SharePoint, MediaWiki, legacy systems, or file-based documentation.' |
|
37 |
+ 'content': 'Migration support from Confluence, SharePoint, MediaWiki, file-based documentation or legacy knowledge systems.' |
| 43 |
43 |
},{ |
| 44 |
|
- 'title': 'Hosting & Deployment', |
| 45 |
|
- 'icon': 'cloud', |
| 46 |
|
- 'url': '/services/xwiki-hosting-deployment', |
| 47 |
|
- 'content': 'Deployment guidance for reliable, secure, maintainable XWiki environments.' |
|
39 |
+ 'title': 'Authentication & Access Control', |
|
40 |
+ 'icon': 'lock', |
|
41 |
+ 'url': '/services/xwiki-authentication-access-control', |
|
42 |
+ 'content': 'LDAP, Active Directory, SSO, OIDC, SAML, MFA and permission model support for secure XWiki deployments.' |
|
43 |
+ },{ |
|
44 |
+ 'title': 'XWiki Security Review', |
|
45 |
+ 'icon': 'shield', |
|
46 |
+ 'url': '/services/xwiki-security-review', |
|
47 |
+ 'content': 'Security-aware review of versions, extensions, rights, scripting, authentication and upgrade exposure.' |
| 48 |
48 |
}]) |
| 49 |
49 |
|
| 50 |
50 |
<section aria-labelledby="items-title"> |