parent
0238bdf727
commit
78d9c88b84
1 changed files with 15 additions and 1 deletions
|
@ -15,9 +15,23 @@
|
|||
name: 'RULEBOOK V2',
|
||||
repo: 'http://git.chlore.net/kazhnuz/rulebook/',
|
||||
loadSidebar: true,
|
||||
subMaxLevel: 2
|
||||
subMaxLevel: 2,
|
||||
// complete configuration parameters
|
||||
search: {
|
||||
maxAge: 86400000, // Expiration time, the default one day
|
||||
paths: [], // or 'auto'
|
||||
placeholder: 'Chercher',
|
||||
|
||||
noData: 'Aucun résultat',
|
||||
|
||||
// Headline depth, 1 - 6
|
||||
depth: 2,
|
||||
|
||||
hideOtherSidebarContent: false, // whether or not to hide other sidebar content
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
|
||||
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue