From 758fef25299cc4c25d0390537c667e1051d70a91 Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Thu, 16 Feb 2023 11:26:00 +0100 Subject: [PATCH] Configure global wiki for mdmlab --- app.config.ts | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/app.config.ts b/app.config.ts index 0351d8f8..798d3c02 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, + }, } }) -- GitLab