diff --git a/app.config.ts b/app.config.ts
index 0351d8f88f4b977f68c57f4813e200919ccef6d0..798d3c0227bbf80282d43a6f9c45693a952ab99f 100644
--- a/app.config.ts
+++ b/app.config.ts
@@ -1,28 +1,35 @@
 export default defineAppConfig({
   docus: {
-    title: 'Docus',
-    description: 'The best place to start your documentation.',
-    image: 'https://user-images.githubusercontent.com/904724/185365452-87b7ca7b-6030-4813-a2db-5e65c785bf88.png',
+    title: 'Microbial Warfare',
+    description: 'A comprehensive effort to map microbial defense systems against their viruses',
+    // image: 'https://user-images.githubusercontent.com/904724/185365452-87b7ca7b-6030-4813-a2db-5e65c785bf88.png',
     socials: {
-      twitter: 'nuxt_themes',
-      github: 'nuxt-themes/docus',
+      twitter: '@MDMlab_Paris',
+      github: 'mdmparis',
     },
     aside: {
       level: 0,
       exclude: []
     },
     header: {
+      title: 'Microbial Warfare',
       logo: true,
       showLinkIcon: true,
       exclude: []
     },
     footer: {
-      iconLinks: [
-        {
-          href: 'https://nuxt.com',
-          icon: 'IconNuxtLabs'
-        }
-      ]
-    }
+      credits: {
+        text: 'MDM Labs, Paris',
+        href: 'https://mdmlab.fr/'
+      },
+      textLinks: [],
+      iconLinks: []
+    },
+    gitlab: {
+      owner: 'defense-finder',
+      repo: 'wiki',
+      branch: "main",
+      edit: true,
+    },
   }
 })