-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathelegy.json
More file actions
37 lines (37 loc) · 809 Bytes
/
elegy.json
File metadata and controls
37 lines (37 loc) · 809 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
29
30
31
32
33
34
35
36
37
{
"title": "Moldable",
"build": {
"path": "docs/"
},
"files": {
"path": "src/"
},
"class": {
"namespace": "Javanile\\MoldableGithubIo",
},
"pages": {
"index": "Pages\\Index",
"docs": {
"page1": "Pages\\Page1",
"page2": "Pages\\Page2",
"help": {
"adsd": ""
}
},
"about": "Pages\\About",
"docs2": {
"page3": "Pages\\Page1",
"page4": "Pages\\Page2",
"help3": {
"adsd": "asd"
}
}
},
"binds": {
"Javanile\\Moldable\\Database as Database": {
"dbname": "$DB_NAME"
}
"Page": ["Render"]
"Pages\\Page1": ["Render", "Database"]
}
}