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

intégration drs

This commit is contained in:
Maxime Moraine 2020-03-24 18:11:09 +01:00
parent 2f75fc0fc2
commit 386e57a9cb
37 changed files with 13625 additions and 7889 deletions

View file

@ -7,17 +7,51 @@ module.exports = {
{ text: 'Home', link: '/' },
{ text: 'À propos', link: '/a-propos/' }
],
sidebarDepth: 1,
sidebar: [
{
title: 'Pour les joueurs',
children: [
'/creation-du-personnage/',
'/au-dela-du-niveau-1/',
{
title: 'Création du personnage',
path: '/creation-du-personnage/',
title: 'Races',
path: '/races/',
children: [
'/creation-du-personnage/au-dela-du-niveau-1/'
'/races/demi-elfe/',
'/races/demi-orc/',
'/races/elfe/',
'/races/gnome/',
'/races/halfelin/',
'/races/humain/',
'/races/nain/',
'/races/aasimar/',
'/races/demi-ogre/',
'/races/felys/',
'/races/homme-serpent/',
'/races/sangdragon/',
'/races/tieffelin/'
]
}
},
'/options-de-personnalisation/',
'/utiliser-les-caracteristiques/',
'/partir-a-laventure/',
'/combattre/',
'/gerer-la-sante-du-personnage/',
'/lancer-des-sorts/'
]
},
{
title: 'Pour les meneurs',
children: [
'/les-tresors/',
'/objets-magiques/',
'/objets-magiques-intelligents/',
'/pieges/',
'/maladies/',
'/folie/',
'/objets-opposition/',
'/poisons/'
]
}
]

View file

@ -0,0 +1,2 @@
// colors
$accentColor = #9b1c47