-
Notifications
You must be signed in to change notification settings - Fork 186
/
.gh-pages.json
70 lines (70 loc) · 1.59 KB
/
.gh-pages.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
59
60
61
62
63
64
65
66
67
68
69
70
{
"README.md": {
"type": "page",
"replace_tables": true,
"replace_links": {
"wiki.md": "./wiki",
"Changelog.md": "./Changelog",
"HowToPlay.md": "./HowToPlay",
"DevGuide.md": "./DevGuide",
"mods/example.py": "https://github.com/lxgr-linux/pokete/blob/master/mods/example.py"
},
"convert_with_pandoc": false,
"new_name": "index.md"
},
"Changelog.md": {
"type": "page",
"replace_tables": null,
"replace_links": {
"wiki.md": "./wiki"
},
"convert_with_pandoc": null,
"new_name": null
},
"HowToPlay.md": {
"type": "page",
"replace_tables": null,
"replace_links": {},
"convert_with_pandoc": null,
"new_name": null
},
"wiki.md": {
"type": "page",
"replace_tables": false,
"replace_links": {
"wiki.md": "./wiki"
},
"convert_with_pandoc": true,
"new_name": "wiki.html"
},
"DevGuide.md": {
"type": "page",
"replace_tables": false,
"replace_links": {
"pokete_data/poketes.py": "./doc/pokete_data/poketes.html",
"pokete_data/types.py": "./doc/pokete_data/types.html",
"pokete_data/attacks.py": "./doc/pokete_data/attacks.html",
"pokete.py": "./doc/pokete.html"
},
"convert_with_pandoc": true,
"new_name": "DevGuide.html"
},
"util.py": {
"type": "documentation"
},
"pokete.py": {
"type": "documentation"
},
"pokete_general_use_fns.py": {
"type": "documentation"
},
"util/": {
"type": "documentation"
},
"pokete_classes/": {
"type": "documentation"
},
"pokete_data/": {
"type": "documentation"
}
}