diff --git a/frontend/pages/admin.vue b/frontend/pages/admin.vue
index 90433f4..1b33016 100644
--- a/frontend/pages/admin.vue
+++ b/frontend/pages/admin.vue
@@ -28,6 +28,7 @@
+
@@ -43,6 +44,7 @@ const tabs = [
{ key: 'tags', label: 'Tags' },
{ key: 'users', label: 'Utilisateurs' },
{ key: 'gitea', label: 'Gitea' },
+ { key: 'bookstack', label: 'BookStack' },
] as const
type TabKey = typeof tabs[number]['key']