-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdocsify.js
More file actions
28 lines (28 loc) · 749 Bytes
/
docsify.js
File metadata and controls
28 lines (28 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
window.$docsify = {
name: 'Instrumentum',
repo: 'https://github.com/Ethereal-Creators/ethereal-creators-projet',
auto2top: true,
themeColor: '#3F51B5',
loadSidebar: false,
autoHeader: true,
nativeEmoji: true,
fallbackLanguages: ['fr', 'en'],
maxLevel: 3,
subMaxLevel: 3,
themeable: {
readyTransition: true, // default
responsiveTables: true // default
},
search: {
maxAge: 86400000, // Cache search results for 1 day
placeholder: 'Search...',
noData: 'No results found',
},
head: [
['link', {
rel: 'stylesheet',
href: 'https://your-cdn.com/custom-style.css'
}]
],
theme: 'dark', // Enable dark mode
};