1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-31 05:24:20 +00:00

ajout des rhoannais et des talbanais

This commit is contained in:
Maxime Moraine 2021-03-24 10:18:55 +01:00
parent 6a4a79f9e6
commit 1cf8053bf9
6 changed files with 172 additions and 116 deletions

View file

@ -638,7 +638,28 @@ module.exports = {
title: "Licence OGL",
path: '/licence-ogl/',
icon: 'mdi-clipboard-text'
}
},
{type: 'divider'},
{
title: 'Communauté',
icon: 'mdi-account-group',
children: [
{
title: 'Créations de la communauté',
path: '/communaute/'
},
{
title: 'Forum',
path: 'https://www.black-book-editions.fr/forums.php?board_id=115',
external: true,
},
{
title: 'Discord 5e DRS',
path: 'https://discord.gg/mp6ECCs',
external: true,
},
]
},
]
}
}