This repository was archived by the owner on Jun 29, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathstructure.json
58 lines (58 loc) · 2.53 KB
/
structure.json
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
49
50
51
52
53
54
55
56
57
58
{
"leaf": false,
"index": { "leaf": true, "id": "index", "title": "GB ASM Programming" },
"subpages": [
{
"leaf": false,
"index": { "leaf": true, "id": "introduction", "title": "Introduction" },
"subpages": [
{ "leaf": true, "id": "what_is_gb", "title": "What is Game Boy?" },
{ "leaf": true, "id": "concepts", "title": "Basic concepts" },
{ "leaf": true, "id": "tools", "title": "Tools"}
]
},
{
"leaf": false,
"index": { "leaf": true, "id": "basics", "title": "Basics" },
"subpages": [
{ "leaf": true, "id": "syntax", "title": "ASM syntax" },
{ "leaf": true, "id": "registers", "title": "Registers" },
{ "leaf": true, "id": "memory", "title": "Memory" },
{ "leaf": true, "id": "flags", "title": "Flags"},
{ "leaf": true, "id": "arithmetics", "title": "Arithmetics & boolean algebra"},
{ "leaf": true, "id": "interlude", "title": "Interlude"},
{ "leaf": true, "id": "jumping", "title": "Jumping around"},
{ "leaf": true, "id": "displaying", "title": "Displaying"},
{ "leaf": true, "id": "hello-world", "title": "Hello World!"}
]
},
{
"leaf": false,
"index": { "leaf": true, "id": "intermediate", "title": "Intermediate" },
"subpages": [
{ "leaf": true, "id": "memories", "title": "Memory types"},
{ "leaf": true, "id": "stack", "title": "The Stack" },
{ "leaf": true, "id": "calling", "title": "Call me" },
{ "leaf": true, "id": "interrupts", "title": "Interrupts" },
{ "leaf": true, "id": "unfinished", "title": "Not finished..." }
]
},
{
"leaf": false,
"index": { "leaf": true, "id": "extras", "title": "Extras"},
"subpages": [
{ "leaf": true, "id": "resources", "title": "External resources" },
{
"leaf": false,
"index": { "leaf": true, "id": "instructions", "title": "Instruction cheat sheet" },
"subpages": [
{ "leaf": true, "id": "data_manip", "title": "Data manipulation" }
]
}
]
}
],
"special_pages": [
{ "leaf": true, "id": "404", "title": "Resource not found" }
]
}