| 
									
										
										
										
											2020-03-23 11:00:11 +01:00
										 |  |  | module.exports = { | 
					
						
							| 
									
										
										
										
											2020-04-02 14:33:02 +02:00
										 |  |  |   title: 'Héros & Dragons DRS', | 
					
						
							| 
									
										
										
										
											2020-03-23 11:00:11 +01:00
										 |  |  |   description: 'Document de Référence Système pour le jeu de rôle Héros & Dragons', | 
					
						
							| 
									
										
										
										
											2020-04-16 10:58:50 +02:00
										 |  |  |   head: [ | 
					
						
							|  |  |  |     ['link', { rel: 'icon', href: '/favicon-32x32.png' }], | 
					
						
							| 
									
										
										
										
											2020-04-24 10:40:38 +02:00
										 |  |  |     ['link', { rel: 'manifest', crossorigin:"use-credentials", href: '/manifest.json' }], | 
					
						
							| 
									
										
										
										
											2020-04-16 10:58:50 +02:00
										 |  |  |     ['meta', { name: 'theme-color', content: '#563f5a' }], | 
					
						
							|  |  |  |     ['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }], | 
					
						
							|  |  |  |     ['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'black' }], | 
					
						
							|  |  |  |     ['link', { rel: 'apple-touch-icon', href: '/apple-touch-icon.png' }], | 
					
						
							|  |  |  |     ['link', { rel: 'mask-icon', href: '/icons/safari-pinned-tab.svg', color: '#563f5a' }], | 
					
						
							|  |  |  |     ['meta', { name: 'msapplication-TileImage', content: '/icons/mstile-144x144.png' }], | 
					
						
							|  |  |  |     ['meta', { name: 'msapplication-TileColor', content: '#ffffff' }] | 
					
						
							|  |  |  |   ], | 
					
						
							| 
									
										
										
										
											2020-04-16 12:08:26 +02:00
										 |  |  |   shouldPrefetch () { | 
					
						
							|  |  |  |     return false | 
					
						
							|  |  |  |   }, | 
					
						
							| 
									
										
										
										
											2020-03-26 19:04:23 +01:00
										 |  |  |   plugins: [ | 
					
						
							|  |  |  |     [ | 
					
						
							|  |  |  |       '@vuepress/blog', | 
					
						
							|  |  |  |       { | 
					
						
							|  |  |  |         directories: [ | 
					
						
							|  |  |  |           { | 
					
						
							|  |  |  |             // Unique ID of current classification
 | 
					
						
							|  |  |  |             id: 'spell', | 
					
						
							| 
									
										
										
										
											2020-04-01 19:34:06 +02:00
										 |  |  |             // Meta title for spell list page
 | 
					
						
							|  |  |  |             title: 'Grimoire', | 
					
						
							| 
									
										
										
										
											2020-03-26 19:04:23 +01:00
										 |  |  |             // Target directory
 | 
					
						
							| 
									
										
										
										
											2020-04-11 10:39:54 +02:00
										 |  |  |             dirname: 'grimoire', | 
					
						
							| 
									
										
										
										
											2020-03-26 19:04:23 +01:00
										 |  |  |             // Path of the `entry page` (or `list page`)
 | 
					
						
							|  |  |  |             path: '/grimoire/', | 
					
						
							|  |  |  |             layout: 'SpellsLayout', | 
					
						
							|  |  |  |             itemLayout: 'SpellLayout', | 
					
						
							|  |  |  |             itemPermalink: '/grimoire/:slug', | 
					
						
							| 
									
										
										
										
											2020-04-01 19:34:06 +02:00
										 |  |  |             pagination: { | 
					
						
							|  |  |  |               lengthPerPage: 1000, | 
					
						
							|  |  |  |               sorter: (prev, next) => { | 
					
						
							|  |  |  |                 return prev.path - next.path | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |             }, | 
					
						
							| 
									
										
										
										
											2020-03-26 19:04:23 +01:00
										 |  |  |           }, | 
					
						
							| 
									
										
										
										
											2020-04-10 16:37:48 +02:00
										 |  |  |           { | 
					
						
							|  |  |  |             // Unique ID of current classification
 | 
					
						
							|  |  |  |             id: 'monster', | 
					
						
							|  |  |  |             // Meta title for spell list page
 | 
					
						
							|  |  |  |             title: 'Bestiaire', | 
					
						
							|  |  |  |             // Target directory
 | 
					
						
							| 
									
										
										
										
											2020-04-15 16:27:16 +02:00
										 |  |  |             dirname: 'bestiaire', | 
					
						
							| 
									
										
										
										
											2020-04-10 16:37:48 +02:00
										 |  |  |             // Path of the `entry page` (or `list page`)
 | 
					
						
							|  |  |  |             path: '/bestiaire/', | 
					
						
							|  |  |  |             layout: 'MonstersLayout', | 
					
						
							|  |  |  |             itemLayout: 'MonsterLayout', | 
					
						
							|  |  |  |             itemPermalink: '/bestiaire/:slug', | 
					
						
							|  |  |  |             pagination: { | 
					
						
							|  |  |  |               lengthPerPage: 1000, | 
					
						
							|  |  |  |               sorter: (prev, next) => { | 
					
						
							|  |  |  |                 return prev.path - next.path | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |             }, | 
					
						
							|  |  |  |           }, | 
					
						
							| 
									
										
										
										
											2020-04-09 15:27:03 +02:00
										 |  |  |           { | 
					
						
							|  |  |  |             // Unique ID of current classification
 | 
					
						
							|  |  |  |             id: 'magicitem', | 
					
						
							|  |  |  |             // Meta title for spell list page
 | 
					
						
							|  |  |  |             title: 'Liste des objets magiques', | 
					
						
							|  |  |  |             // Target directory
 | 
					
						
							| 
									
										
										
										
											2020-04-11 10:39:54 +02:00
										 |  |  |             dirname: 'liste-objets-magiques', | 
					
						
							| 
									
										
										
										
											2020-04-09 15:27:03 +02:00
										 |  |  |             // Path of the `entry page` (or `list page`)
 | 
					
						
							|  |  |  |             path: '/liste-objets-magiques/', | 
					
						
							|  |  |  |             layout: 'MagicItemsLayout', | 
					
						
							|  |  |  |             itemLayout: 'MagicItemLayout', | 
					
						
							|  |  |  |             itemPermalink: '/liste-objets-magiques/:slug', | 
					
						
							|  |  |  |             pagination: { | 
					
						
							|  |  |  |               lengthPerPage: 1000, | 
					
						
							|  |  |  |               sorter: (prev, next) => { | 
					
						
							|  |  |  |                 return prev.path - next.path | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |             }, | 
					
						
							|  |  |  |           }, | 
					
						
							| 
									
										
										
										
											2020-03-26 19:04:23 +01:00
										 |  |  |         ], | 
					
						
							|  |  |  |       } | 
					
						
							| 
									
										
										
										
											2020-03-30 14:26:19 +02:00
										 |  |  |     ], | 
					
						
							| 
									
										
										
										
											2020-04-08 16:41:31 +02:00
										 |  |  |     [ | 
					
						
							| 
									
										
										
										
											2020-04-16 10:58:50 +02:00
										 |  |  |       'check-md', {} | 
					
						
							|  |  |  |     ], | 
					
						
							|  |  |  |     [ | 
					
						
							|  |  |  |       'sitemap', | 
					
						
							|  |  |  |       { | 
					
						
							| 
									
										
										
										
											2020-04-08 16:41:31 +02:00
										 |  |  |         hostname: 'https://heros-et-dragons.fr' | 
					
						
							| 
									
										
										
										
											2020-04-16 10:58:50 +02:00
										 |  |  |       } | 
					
						
							|  |  |  |     ], | 
					
						
							| 
									
										
										
										
											2020-04-22 11:17:05 +02:00
										 |  |  |     // [
 | 
					
						
							|  |  |  |     //   '@vuepress/pwa',
 | 
					
						
							|  |  |  |     //   {
 | 
					
						
							|  |  |  |     //     serviceWorker: true,
 | 
					
						
							|  |  |  |     //     updatePopup: true,
 | 
					
						
							|  |  |  |     //     generateSWConfig: {
 | 
					
						
							|  |  |  |     //       cacheId: 'hddrs',
 | 
					
						
							|  |  |  |     //       globIgnores: ['**/*.js', '**/*.css', '**/*.html']
 | 
					
						
							|  |  |  |     //     }
 | 
					
						
							|  |  |  |     //   }
 | 
					
						
							|  |  |  |     // ],
 | 
					
						
							| 
									
										
										
										
											2020-04-16 16:08:44 +02:00
										 |  |  |     [ | 
					
						
							|  |  |  |       'seo', | 
					
						
							|  |  |  |       { | 
					
						
							|  |  |  |         siteTitle: (_, $site) => $site.title, | 
					
						
							|  |  |  |         title: ($page, $site) => $page.title + ' | ' + $site.title, | 
					
						
							|  |  |  |         description: $page => $page.frontmatter.description, | 
					
						
							|  |  |  |         // author: (_, $site) => $site.themeConfig.author,
 | 
					
						
							|  |  |  |         // tags: $page => $page.frontmatter.tags,
 | 
					
						
							|  |  |  |         twitterCard: _ => 'summary_large_image', | 
					
						
							|  |  |  |         type: $page => 'website', | 
					
						
							|  |  |  |         url: (_, $site, path) => ($site.themeConfig.domain || '') + path, | 
					
						
							|  |  |  |         // image: ($page, $site) => $page.frontmatter.image && (($site.themeConfig.domain || '') + $page.frontmatter.image),
 | 
					
						
							|  |  |  |         image: ($page, $site) => $site.themeConfig.domain + '/social-logo.png', | 
					
						
							|  |  |  |         // publishedAt: $page => $page.frontmatter.date && new Date($page.frontmatter.date),
 | 
					
						
							|  |  |  |         // modifiedAt: $page => $page.lastUpdated && new Date($page.lastUpdated),
 | 
					
						
							| 
									
										
										
										
											2020-04-16 10:58:50 +02:00
										 |  |  |       } | 
					
						
							| 
									
										
										
										
											2020-04-10 16:37:48 +02:00
										 |  |  |     ], | 
					
						
							| 
									
										
										
										
											2020-05-25 11:30:45 +02:00
										 |  |  |     [ | 
					
						
							|  |  |  |       '@vuepress/google-analytics', | 
					
						
							|  |  |  |       { | 
					
						
							|  |  |  |         'ga': 'UA-122478510-1' // UA-00000000-0
 | 
					
						
							|  |  |  |       } | 
					
						
							|  |  |  |     ] | 
					
						
							| 
									
										
										
										
											2020-03-26 19:04:23 +01:00
										 |  |  |   ], | 
					
						
							| 
									
										
										
										
											2020-04-22 18:25:07 +02:00
										 |  |  |   dest: process.env.VUEPRESS_DEST, | 
					
						
							| 
									
										
										
										
											2020-04-22 11:17:05 +02:00
										 |  |  |   extendPageData ($page) { | 
					
						
							|  |  |  |     $page.rawContent = ($page._strippedContent) | 
					
						
							|  |  |  |   }, | 
					
						
							| 
									
										
										
										
											2020-03-30 14:26:19 +02:00
										 |  |  |   markdown: { | 
					
						
							| 
									
										
										
										
											2020-04-23 17:43:41 +02:00
										 |  |  |     extractHeaders: [ 'h1', 'h2', 'h3', 'h4', 'h5', 'h6' ], | 
					
						
							| 
									
										
										
										
											2020-03-30 14:26:19 +02:00
										 |  |  |     anchor: { | 
					
						
							|  |  |  |       permalinkBefore: false, | 
					
						
							|  |  |  |       permalinkSymbol: '<i class="v-icon notranslate mdi mdi-link-variant"></i>' | 
					
						
							|  |  |  |     }, | 
					
						
							|  |  |  |     extendMarkdown: md => { | 
					
						
							| 
									
										
										
										
											2020-04-10 16:37:48 +02:00
										 |  |  |       md.use(require('markdown-it-div'), {marker: "§"}) | 
					
						
							| 
									
										
										
										
											2020-04-05 14:38:20 +02:00
										 |  |  |       md.use(require('markdown-it-multimd-table'), { | 
					
						
							|  |  |  |         multiline:  true, | 
					
						
							|  |  |  |         rowspan:    true, | 
					
						
							|  |  |  |         headerless: false, | 
					
						
							|  |  |  |       }) | 
					
						
							| 
									
										
										
										
											2020-03-30 14:26:19 +02:00
										 |  |  |     } | 
					
						
							|  |  |  |   }, | 
					
						
							| 
									
										
										
										
											2020-04-22 11:17:05 +02:00
										 |  |  |   additionalPages: [ | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |        path: '/mon-grimoire/', | 
					
						
							|  |  |  |        frontmatter: { | 
					
						
							|  |  |  |           layout: 'MySpellsLayout' | 
					
						
							|  |  |  |        } | 
					
						
							|  |  |  |     }, | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |        path: '/mon-bestiaire/', | 
					
						
							|  |  |  |        frontmatter: { | 
					
						
							|  |  |  |           layout: 'MyMonstersLayout' | 
					
						
							|  |  |  |        } | 
					
						
							|  |  |  |     }, | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |        path: '/mes-objets-magiques/', | 
					
						
							|  |  |  |        frontmatter: { | 
					
						
							|  |  |  |           layout: 'MyMagicItemsLayout' | 
					
						
							|  |  |  |        } | 
					
						
							|  |  |  |     }, | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |        path: '/creation-de-sort/', | 
					
						
							|  |  |  |        frontmatter: { | 
					
						
							|  |  |  |           layout: 'CreateSpellLayout' | 
					
						
							|  |  |  |        } | 
					
						
							|  |  |  |     }, | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |        path: '/creation-de-monstre-pnj/', | 
					
						
							|  |  |  |        frontmatter: { | 
					
						
							|  |  |  |           layout: 'CreateMonsterLayout' | 
					
						
							|  |  |  |        } | 
					
						
							|  |  |  |     }, | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |        path: '/creation-d-objet-magique/', | 
					
						
							|  |  |  |        frontmatter: { | 
					
						
							|  |  |  |           layout: 'CreateMagicItemLayout' | 
					
						
							|  |  |  |        } | 
					
						
							| 
									
										
										
										
											2020-04-27 09:04:49 +02:00
										 |  |  |     }, | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |        path: '/calculateur-de-caracteristiques/', | 
					
						
							|  |  |  |        frontmatter: { | 
					
						
							|  |  |  |           layout: 'AbilityCalculatorLayout' | 
					
						
							|  |  |  |        } | 
					
						
							| 
									
										
										
										
											2020-04-22 11:17:05 +02:00
										 |  |  |     } | 
					
						
							|  |  |  |   ], | 
					
						
							| 
									
										
										
										
											2020-03-23 11:00:11 +01:00
										 |  |  |   themeConfig: { | 
					
						
							| 
									
										
										
										
											2020-05-22 19:04:27 +02:00
										 |  |  |     domain: 'https://heros-et-dragons.fr', | 
					
						
							| 
									
										
										
										
											2020-04-15 16:27:16 +02:00
										 |  |  |     repository: 'https://github.com/em-squared/heros-et-dragons-drs', | 
					
						
							|  |  |  |     kofi: 'https://ko-fi.com/S6S410PB8', | 
					
						
							| 
									
										
										
										
											2020-05-15 15:48:51 +02:00
										 |  |  |     forum: 'https://www.black-book-editions.fr/forums.php?board_id=115', | 
					
						
							|  |  |  |     discord: 'https://discord.gg/mp6ECCs', | 
					
						
							| 
									
										
										
										
											2020-04-16 10:58:50 +02:00
										 |  |  |     primaryColor: '#563f5a', // Hero
 | 
					
						
							|  |  |  |     accentColor: '#9b1c47', // Dragon
 | 
					
						
							| 
									
										
										
										
											2020-03-23 11:00:11 +01:00
										 |  |  |     searchPlaceholder: 'Recherche', | 
					
						
							|  |  |  |     nav: [ | 
					
						
							|  |  |  |       { text: 'Home', link: '/' }, | 
					
						
							|  |  |  |       { text: 'À propos', link: '/a-propos/' } | 
					
						
							|  |  |  |     ], | 
					
						
							| 
									
										
										
										
											2020-03-24 18:11:09 +01:00
										 |  |  |     sidebarDepth: 1, | 
					
						
							| 
									
										
										
										
											2020-03-23 11:00:11 +01:00
										 |  |  |     sidebar: [ | 
					
						
							|  |  |  |       { | 
					
						
							|  |  |  |         title: 'Pour les joueurs', | 
					
						
							| 
									
										
										
										
											2020-04-22 11:17:05 +02:00
										 |  |  |         icon: 'mdi-book-open-variant', | 
					
						
							| 
									
										
										
										
											2020-03-23 11:00:11 +01:00
										 |  |  |         children: [ | 
					
						
							| 
									
										
										
										
											2020-03-30 11:03:20 +02:00
										 |  |  |           { | 
					
						
							|  |  |  |             title: "Création du personnage", | 
					
						
							|  |  |  |             path: '/creation-du-personnage/' | 
					
						
							|  |  |  |           }, | 
					
						
							|  |  |  |           { | 
					
						
							|  |  |  |             title: 'Au-delà du niveau 1', | 
					
						
							|  |  |  |             path: '/au-dela-du-niveau-1/' | 
					
						
							|  |  |  |           }, | 
					
						
							| 
									
										
										
										
											2020-03-23 11:00:11 +01:00
										 |  |  |           { | 
					
						
							| 
									
										
										
										
											2020-03-24 18:11:09 +01:00
										 |  |  |             title: 'Races', | 
					
						
							|  |  |  |             path: '/races/', | 
					
						
							| 
									
										
										
										
											2020-03-23 11:00:11 +01:00
										 |  |  |             children: [ | 
					
						
							| 
									
										
										
										
											2020-04-05 14:38:20 +02:00
										 |  |  |               { | 
					
						
							|  |  |  |                 title: 'Les races', | 
					
						
							| 
									
										
										
										
											2020-04-09 09:40:55 +02:00
										 |  |  |                 path: '/races/', | 
					
						
							|  |  |  |                 exact: true | 
					
						
							| 
									
										
										
										
											2020-04-05 14:38:20 +02:00
										 |  |  |               }, | 
					
						
							| 
									
										
										
										
											2020-03-30 11:03:20 +02:00
										 |  |  |               { | 
					
						
							|  |  |  |                 title: 'Demi-elfe', | 
					
						
							|  |  |  |                 path: '/races/demi-elfe/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: 'Demi-orc', | 
					
						
							|  |  |  |                 path: '/races/demi-orc/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: 'Elfe', | 
					
						
							|  |  |  |                 path: '/races/elfe/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: 'Gnome', | 
					
						
							|  |  |  |                 path: '/races/gnome/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: 'Halfelin', | 
					
						
							|  |  |  |                 path: '/races/halfelin/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: 'Humain', | 
					
						
							|  |  |  |                 path: '/races/humain/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: 'Nain', | 
					
						
							|  |  |  |                 path: '/races/nain/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: 'Aasimar', | 
					
						
							|  |  |  |                 path: '/races/aasimar/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: 'Demi-ogre', | 
					
						
							|  |  |  |                 path: '/races/demi-ogre/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: 'Félys', | 
					
						
							|  |  |  |                 path: '/races/felys/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: 'Homme serpent', | 
					
						
							|  |  |  |                 path: '/races/homme-serpent/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: 'Sangdragon', | 
					
						
							|  |  |  |                 path: '/races/sangdragon/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: 'Tieffelin', | 
					
						
							|  |  |  |                 path: '/races/tieffelin/' | 
					
						
							|  |  |  |               } | 
					
						
							| 
									
										
										
										
											2020-03-23 11:00:11 +01:00
										 |  |  |             ] | 
					
						
							| 
									
										
										
										
											2020-03-24 18:11:09 +01:00
										 |  |  |           }, | 
					
						
							| 
									
										
										
										
											2020-04-05 14:38:20 +02:00
										 |  |  |           { | 
					
						
							|  |  |  |             title: "Personnalité & Historique", | 
					
						
							| 
									
										
										
										
											2020-04-09 09:40:55 +02:00
										 |  |  |             path: '/personnalite-et-historique/', | 
					
						
							| 
									
										
										
										
											2020-04-05 14:38:20 +02:00
										 |  |  |             children: [ | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Personnalité & Historique", | 
					
						
							| 
									
										
										
										
											2020-04-09 09:40:55 +02:00
										 |  |  |                 path: '/personnalite-et-historique/', | 
					
						
							|  |  |  |                 exact: true | 
					
						
							| 
									
										
										
										
											2020-04-05 14:38:20 +02:00
										 |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Brigand", | 
					
						
							|  |  |  |                 path: '/personnalite-et-historique/brigand/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Crapule", | 
					
						
							|  |  |  |                 path: '/personnalite-et-historique/crapule/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Dévot", | 
					
						
							|  |  |  |                 path: '/personnalite-et-historique/devot/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Érudit", | 
					
						
							|  |  |  |                 path: '/personnalite-et-historique/erudit/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Explorateur", | 
					
						
							|  |  |  |                 path: '/personnalite-et-historique/explorateur/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Homme de loi", | 
					
						
							|  |  |  |                 path: '/personnalite-et-historique/homme-de-loi/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Itinérant", | 
					
						
							|  |  |  |                 path: '/personnalite-et-historique/itinerant/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Manouvrier", | 
					
						
							|  |  |  |                 path: '/personnalite-et-historique/manouvrier/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Membre de guilde", | 
					
						
							|  |  |  |                 path: '/personnalite-et-historique/membre-de-guilde/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Militaire", | 
					
						
							|  |  |  |                 path: '/personnalite-et-historique/militaire/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Miséreux", | 
					
						
							|  |  |  |                 path: '/personnalite-et-historique/misereux/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Primitif", | 
					
						
							|  |  |  |                 path: '/personnalite-et-historique/primitif/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Sang-bleu", | 
					
						
							|  |  |  |                 path: '/personnalite-et-historique/sang-bleu/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Serviteur", | 
					
						
							|  |  |  |                 path: '/personnalite-et-historique/serviteur/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Solitaire", | 
					
						
							|  |  |  |                 path: '/personnalite-et-historique/solitaire/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Villageois", | 
					
						
							|  |  |  |                 path: '/personnalite-et-historique/villageois/' | 
					
						
							|  |  |  |               } | 
					
						
							|  |  |  |             ] | 
					
						
							|  |  |  |           }, | 
					
						
							|  |  |  |           { | 
					
						
							|  |  |  |             title: "Classes", | 
					
						
							| 
									
										
										
										
											2020-04-09 09:40:55 +02:00
										 |  |  |             path: '/classes/', | 
					
						
							| 
									
										
										
										
											2020-04-05 14:38:20 +02:00
										 |  |  |             children: [ | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Les classes", | 
					
						
							| 
									
										
										
										
											2020-04-09 09:40:55 +02:00
										 |  |  |                 path: '/classes/', | 
					
						
							|  |  |  |                 exact: true | 
					
						
							| 
									
										
										
										
											2020-04-05 14:38:20 +02:00
										 |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Barbare", | 
					
						
							|  |  |  |                 path: '/classes/barbare/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Barde", | 
					
						
							|  |  |  |                 path: '/classes/barde/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Clerc", | 
					
						
							|  |  |  |                 path: '/classes/clerc/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Druide", | 
					
						
							|  |  |  |                 path: '/classes/druide/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Ensorceleur", | 
					
						
							|  |  |  |                 path: '/classes/ensorceleur/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Guerrier", | 
					
						
							|  |  |  |                 path: '/classes/guerrier/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Magicien", | 
					
						
							|  |  |  |                 path: '/classes/magicien/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Moine", | 
					
						
							|  |  |  |                 path: '/classes/moine/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Paladin", | 
					
						
							|  |  |  |                 path: '/classes/paladin/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Rôdeur", | 
					
						
							|  |  |  |                 path: '/classes/rodeur/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Roublard", | 
					
						
							|  |  |  |                 path: '/classes/roublard/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Sorcier", | 
					
						
							|  |  |  |                 path: '/classes/sorcier/' | 
					
						
							|  |  |  |               } | 
					
						
							|  |  |  |             ] | 
					
						
							|  |  |  |           }, | 
					
						
							| 
									
										
										
										
											2020-04-09 09:40:55 +02:00
										 |  |  |           { | 
					
						
							|  |  |  |             title: "Équipement", | 
					
						
							|  |  |  |             children: [ | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Système monétaire", | 
					
						
							|  |  |  |                 path: '/systeme-monetaire/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Armures", | 
					
						
							|  |  |  |                 path: '/armures/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Armes", | 
					
						
							|  |  |  |                 path: '/armes/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Équipement d'aventurier", | 
					
						
							|  |  |  |                 path: '/equipement-d-aventurier/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Outils", | 
					
						
							|  |  |  |                 path: '/outils/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Montures et véhicules", | 
					
						
							|  |  |  |                 path: '/montures-et-vehicules/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Marchandises", | 
					
						
							|  |  |  |                 path: '/marchandises/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Dépenses courantes", | 
					
						
							|  |  |  |                 path: '/depenses-courantes/' | 
					
						
							|  |  |  |               } | 
					
						
							|  |  |  |             ] | 
					
						
							|  |  |  |           }, | 
					
						
							| 
									
										
										
										
											2020-03-30 11:03:20 +02:00
										 |  |  |           { | 
					
						
							|  |  |  |             title: 'Options de personnalisation', | 
					
						
							|  |  |  |             path: '/options-de-personnalisation/' | 
					
						
							|  |  |  |           }, | 
					
						
							|  |  |  |           { | 
					
						
							|  |  |  |             title: 'Utiliser les caractéristiques', | 
					
						
							|  |  |  |             path: '/utiliser-les-caracteristiques/' | 
					
						
							|  |  |  |           }, | 
					
						
							|  |  |  |           { | 
					
						
							|  |  |  |             title: "Partir à l'aventure", | 
					
						
							| 
									
										
										
										
											2020-04-02 14:20:33 +02:00
										 |  |  |             path: '/partir-a-l-aventure/' | 
					
						
							| 
									
										
										
										
											2020-03-30 11:03:20 +02:00
										 |  |  |           }, | 
					
						
							|  |  |  |           { | 
					
						
							|  |  |  |             title: "Combattre", | 
					
						
							|  |  |  |             path: '/combattre/' | 
					
						
							|  |  |  |           }, | 
					
						
							|  |  |  |           { | 
					
						
							|  |  |  |             title: "Gérer la santé du personnage", | 
					
						
							|  |  |  |             path: '/gerer-la-sante-du-personnage/' | 
					
						
							|  |  |  |           }, | 
					
						
							|  |  |  |           { | 
					
						
							|  |  |  |             title: "Lancer des sorts", | 
					
						
							|  |  |  |             path: '/lancer-des-sorts/' | 
					
						
							|  |  |  |           }, | 
					
						
							| 
									
										
										
										
											2020-03-26 19:04:23 +01:00
										 |  |  |           { | 
					
						
							|  |  |  |             title: 'Grimoire', | 
					
						
							|  |  |  |             path: '/grimoire/' | 
					
						
							| 
									
										
										
										
											2020-04-15 16:27:16 +02:00
										 |  |  |           }, | 
					
						
							| 
									
										
										
										
											2020-03-24 18:11:09 +01:00
										 |  |  |         ] | 
					
						
							|  |  |  |       }, | 
					
						
							|  |  |  |       { | 
					
						
							|  |  |  |         title: 'Pour les meneurs', | 
					
						
							| 
									
										
										
										
											2020-04-22 11:17:05 +02:00
										 |  |  |         icon: 'mdi-map', | 
					
						
							| 
									
										
										
										
											2020-03-24 18:11:09 +01:00
										 |  |  |         children: [ | 
					
						
							| 
									
										
										
										
											2020-04-10 16:37:48 +02:00
										 |  |  |           { | 
					
						
							|  |  |  |             title: "Créatures & oppositions", | 
					
						
							|  |  |  |             children: [ | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Comprendre le profil technique des monstres", | 
					
						
							|  |  |  |                 path: '/comprendre-le-profil-technique-des-monstres/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Inventer un monstre ou un PNJ", | 
					
						
							|  |  |  |                 path: '/inventer-un-monstre-ou-un-pnj/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |               { | 
					
						
							|  |  |  |                 title: "Construire une rencontre", | 
					
						
							|  |  |  |                 path: '/construire-une-rencontre/' | 
					
						
							|  |  |  |               }, | 
					
						
							|  |  |  |             ] | 
					
						
							|  |  |  |           }, | 
					
						
							| 
									
										
										
										
											2020-04-15 16:27:16 +02:00
										 |  |  |           { | 
					
						
							|  |  |  |             title: "Bestiaire", | 
					
						
							|  |  |  |             path: '/bestiaire/' | 
					
						
							|  |  |  |           }, | 
					
						
							| 
									
										
										
										
											2020-03-30 11:03:20 +02:00
										 |  |  |           { | 
					
						
							| 
									
										
										
										
											2020-04-09 09:40:55 +02:00
										 |  |  |             title: "Les trésors", | 
					
						
							| 
									
										
										
										
											2020-03-30 11:03:20 +02:00
										 |  |  |             path: '/les-tresors/' | 
					
						
							|  |  |  |           }, | 
					
						
							|  |  |  |           { | 
					
						
							| 
									
										
										
										
											2020-04-23 17:43:41 +02:00
										 |  |  |             title: "Objets magiques", | 
					
						
							| 
									
										
										
										
											2020-03-30 11:03:20 +02:00
										 |  |  |             path: '/objets-magiques/' | 
					
						
							|  |  |  |           }, | 
					
						
							|  |  |  |           { | 
					
						
							|  |  |  |             title: "Objets magiques intelligents", | 
					
						
							|  |  |  |             path: '/objets-magiques-intelligents/' | 
					
						
							|  |  |  |           }, | 
					
						
							| 
									
										
										
										
											2020-04-09 15:27:03 +02:00
										 |  |  |           { | 
					
						
							|  |  |  |             title: "Liste des objets magiques", | 
					
						
							|  |  |  |             path: '/liste-objets-magiques/' | 
					
						
							|  |  |  |           }, | 
					
						
							| 
									
										
										
										
											2020-03-30 11:03:20 +02:00
										 |  |  |           { | 
					
						
							|  |  |  |             title: "Les pièges", | 
					
						
							|  |  |  |             path: '/pieges/' | 
					
						
							|  |  |  |           }, | 
					
						
							|  |  |  |           { | 
					
						
							|  |  |  |             title: "Les maladies", | 
					
						
							|  |  |  |             path: '/maladies/' | 
					
						
							|  |  |  |           }, | 
					
						
							|  |  |  |           { | 
					
						
							|  |  |  |             title: "La folie", | 
					
						
							|  |  |  |             path: '/folie/' | 
					
						
							|  |  |  |           }, | 
					
						
							|  |  |  |           { | 
					
						
							|  |  |  |             title: "Les objets", | 
					
						
							|  |  |  |             path: '/objets-opposition/' | 
					
						
							|  |  |  |           }, | 
					
						
							|  |  |  |           { | 
					
						
							|  |  |  |             title: "Les poisons", | 
					
						
							|  |  |  |             path: '/poisons/' | 
					
						
							|  |  |  |           } | 
					
						
							| 
									
										
										
										
											2020-03-23 11:00:11 +01:00
										 |  |  |         ] | 
					
						
							| 
									
										
										
										
											2020-04-15 16:27:16 +02:00
										 |  |  |       }, | 
					
						
							|  |  |  |       {type: 'divider'}, | 
					
						
							| 
									
										
										
										
											2020-04-22 11:17:05 +02:00
										 |  |  |       { | 
					
						
							|  |  |  |         title: 'Bibliothèques', | 
					
						
							|  |  |  |         icon: 'mdi-book', | 
					
						
							|  |  |  |         children: [ | 
					
						
							|  |  |  |           { | 
					
						
							|  |  |  |             title: 'Mon grimoire', | 
					
						
							|  |  |  |             path: '/mon-grimoire/', | 
					
						
							|  |  |  |             badge: 'mySpells' | 
					
						
							|  |  |  |           }, | 
					
						
							|  |  |  |           { | 
					
						
							|  |  |  |             title: 'Mon bestiaire', | 
					
						
							|  |  |  |             path: '/mon-bestiaire/', | 
					
						
							|  |  |  |             badge: 'myMonsters' | 
					
						
							|  |  |  |           }, | 
					
						
							|  |  |  |           { | 
					
						
							|  |  |  |             title: 'Mes objets magiques', | 
					
						
							|  |  |  |             path: '/mes-objets-magiques/', | 
					
						
							|  |  |  |             badge: 'myMagicItems' | 
					
						
							|  |  |  |           } | 
					
						
							|  |  |  |         ] | 
					
						
							|  |  |  |       }, | 
					
						
							|  |  |  |       { | 
					
						
							| 
									
										
										
										
											2020-05-17 19:43:28 +02:00
										 |  |  |         title: 'Aides de jeu', | 
					
						
							| 
									
										
										
										
											2020-04-22 11:17:05 +02:00
										 |  |  |         icon: 'mdi-tools', | 
					
						
							|  |  |  |         children: [ | 
					
						
							|  |  |  |           { | 
					
						
							|  |  |  |             title: 'Création de sort', | 
					
						
							|  |  |  |             path: '/creation-de-sort/' | 
					
						
							|  |  |  |           }, | 
					
						
							|  |  |  |           { | 
					
						
							|  |  |  |             title: 'Création de monstre/PNJ', | 
					
						
							|  |  |  |             path: '/creation-de-monstre-pnj/' | 
					
						
							|  |  |  |           }, | 
					
						
							|  |  |  |           { | 
					
						
							|  |  |  |             title: "Création d'objet magique", | 
					
						
							|  |  |  |             path: '/creation-d-objet-magique/' | 
					
						
							|  |  |  |           }, | 
					
						
							| 
									
										
										
										
											2020-04-27 17:42:48 +02:00
										 |  |  |           { | 
					
						
							|  |  |  |             title: "Calculateur de caractéristiques", | 
					
						
							|  |  |  |             path: '/calculateur-de-caracteristiques/' | 
					
						
							|  |  |  |           }, | 
					
						
							| 
									
										
										
										
											2020-04-22 11:17:05 +02:00
										 |  |  |         ] | 
					
						
							|  |  |  |       }, | 
					
						
							|  |  |  |       {type: 'divider'}, | 
					
						
							| 
									
										
										
										
											2020-04-15 16:27:16 +02:00
										 |  |  |       { | 
					
						
							|  |  |  |         title: "Licence OGL", | 
					
						
							|  |  |  |         path: '/licence-ogl/', | 
					
						
							|  |  |  |         icon: 'mdi-clipboard-text' | 
					
						
							| 
									
										
										
										
											2020-03-23 11:00:11 +01:00
										 |  |  |       } | 
					
						
							|  |  |  |     ] | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } |