Skip to content
Snippets Groups Projects
Commit 758fef25 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

Configure global wiki for mdmlab

parent 9553f9b9
No related branches found
No related tags found
No related merge requests found
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,
},
}
})
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment