-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.js
executable file
·48 lines (41 loc) · 977 Bytes
/
config.js
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
module.exports = {
base_url: "https://github.com/Greaby/telescope/",
language: "en",
seed: "telescope",
folders: {
dist: "dist",
data: "data",
ressources: "data/ressources",
},
labels: {
project_title: "Telescope",
see_also: "See also",
search: "Search",
},
ressource: {
color: "#D24335",
},
current_node: {
color: "#F2C84B",
},
metadata: {
tag: {
label: "Tags",
color: "#87AA66",
display_on_graph: true,
display_on_page: true,
},
chapter: {
label: "Chapter",
color: "#4CB3D2",
display_on_graph: true,
display_on_page: true,
},
},
hide_isolated_metadata: false,
isolated_metadata_threshold: 2,
graph: {
node_min_size: 5,
node_max_size: 25,
},
};