-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsources.js
62 lines (62 loc) · 2.01 KB
/
sources.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
module.exports = {
mineflayer: {
file: 'mineflayer.md', // Stored locally to save resources
api: 'https://github.com/PrismarineJS/mineflayer/blob/master/docs/api.md#', // External API to plug anchor into
headers: [4]
},
'mineflayer-pathfinder': {
file: 'mineflayer-pathfinder.md',
api: 'https://github.com/PrismarineJS/mineflayer-pathfinder/blob/master/readme.md#',
headers: [3]
},
'prismarine-windows': {
file: 'prismarine-windows.md',
api: 'https://github.com/PrismarineJS/prismarine-windows/blob/master/API.md#',
headers: [4]
},
'prismarine-chat': {
file: 'prismarine-chat.md',
api: 'https://github.com/PrismarineJS/prismarine-chat/blob/master/README.md#',
headers: [4]
},
'prismarine-world': {
file: 'prismarine-world.md',
api: 'https://github.com/PrismarineJS/prismarine-world/blob/master/docs/API.md#',
headers: [3]
},
'node-vec3': {
file: 'node-vec3.md',
api: 'https://github.com/PrismarineJS/node-vec3/blob/master/README.md#',
headers: [2]
},
'prismarine-block': {
file: 'prismarine-block.md',
api: 'https://github.com/PrismarineJS/prismarine-block/blob/master/doc/API.md#',
headers: [4]
},
'prismarine-entity': {
file: 'prismarine-entity.md',
api: 'https://github.com/PrismarineJS/prismarine-entity/blob/master/README.md#',
headers: [4]
},
'node-minecraft-data': {
file: 'node-minecraft-data.md',
api: 'https://github.com/PrismarineJS/node-minecraft-data/blob/master/doc/api.md#',
headers: [3]
},
'node-minecraft-protocol': {
file: 'node-minecraft-protocol.md',
api: 'https://github.com/PrismarineJS/node-minecraft-protocol/blob/master/docs/API.md#',
headers: [3]
},
'prismarine-item': {
file: 'prismarine-item.md',
api: 'https://github.com/PrismarineJS/prismarine-item/blob/master/README.md#',
headers: [3]
},
'bedrock-protocol': {
file: 'bedrock-protocol.md',
api: 'https://github.com/PrismarineJS/bedrock-protocol/blob/master/docs/API.md#',
headers: [3]
}
}