feat: add IntranetServices page and services.json for external tools

This commit is contained in:
Thibault Pouch
2026-02-27 10:32:44 +01:00
parent 4607e79b8b
commit 16b047e49f
4 changed files with 217 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ const INTRANET_LINKS = [
{ to: '/intranet/events', label: 'Events', icon: '[E]', end: false },
{ to: '/intranet/users', label: 'Users', icon: '[U]', end: false },
{ to: '/intranet/moderation', label: 'Moderation', icon: '[M]', end: false },
{ to: '/intranet/services', label: 'Services', icon: '[S]', end: false },
];
export function IntranetLayout() {