forked from NilPointer-Software/bdfd-wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.toml
More file actions
89 lines (84 loc) · 4.6 KB
/
book.toml
File metadata and controls
89 lines (84 loc) · 4.6 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
[book]
authors = ["NilPointer Software"]
language = "en"
multilingual = false
src = "src"
title = "Bot Designer for Discord - Wiki"
description = "A wiki page which explains BDFD functions, callbacks, features & much more."
[preprocessor.mdbook-discord-components]
after = ["links"]
command = "./mdbook-discord-components"
embed-script = false
[output.html]
theme = "src/theme"
default-theme = "bdfd"
preferred-dark-theme = "bdfd"
git-repository-url = "https://github.com/NilPointer-Software/bdfd-wiki"
input-404 = "./404.md"
site-url = "/bdfd-wiki/"
edit-url-template = "https://github.com/NilPointer-Software/bdfd-wiki/edit/dev/{path}"
[output.html.search]
boost-title = 4
[output.html.fold]
enable = true
level = 0
[output.html.redirect]
#(categories that still use the old /guides path, remove if the path is updated to the new one in app)
#if statements
"/guides/ifStatements.html" = "./general/ifStatements.html"
#async
"/guides/async.html" = "./general/bds2/asyncScopes.html"
#buttons
"/guides/buttons.html" = "./general/interactions/buttons/aboutButtons.html"
#select menu (based on my archived guides, the old path for errorHandling and selectMenus aren't in camelCase. ~Carmen)
"/selectmenu.html" = "./guides/general/interactions/selectMenus/aboutSelectMenu.html"
#error handling
"/trycatch.html" = "./guides/general/bds2/errorHandling.html"
#premium functions
"/bdscript/awaitReactions.html" = "../premium/awaitReactions.html"
"/bdscript/customImage.html" = "../premium/customImage.html"
"/bdscript/ignoreTriggerCase.html" = "../premium/ignoreTriggerCase.html"
#(categories that redirects to /bdscript in the app instead of /guides)
#http requests
"/bdscript/httpAddHeader.html" = "../guides/general/httpRequests.html"
"/bdscript/httpDelete.html" = "../guides/general/httpRequests.html"
"/bdscript/httpGet.html" = "../guides/general/httpRequests.html"
"/bdscript/httpGetHeader.html" = "../guides/general/httpRequests.html"
"/bdscript/httpPatch.html" = "../guides/general/httpRequests.html"
"/bdscript/httpPost.html" = "../guides/general/httpRequests.html"
"/bdscript/httpPut.html" = "../guides/general/httpRequests.html"
"/bdscript/httpRemoveHeader.html" = "../guides/general/httpRequests.html"
"/bdscript/httpResult.html" = "../guides/general/httpRequests.html"
"/bdscript/httpResultComplex.html" = "../guides/general/httpRequests.html"
"/bdscript/httpStatus.html" = "../guides/general/httpRequests.html"
#json functions
"/bdscript/json.html" = "../guides/general/jsonFunctions.html#json"
"/bdscript/jsonArray.html" = "../guides/general/jsonFunctions.html#jsonarray"
"/bdscript/jsonArrayAppend.html" = "../guides/general/jsonFunctions.html#jsonarrayappend"
"/bdscript/jsonArrayCount.html" = "../guides/general/jsonFunctions.html#jsonarraycount"
"/bdscript/jsonArrayIndex.html" = "../guides/general/jsonFunctions.html#jsonarrayindex"
"/bdscript/jsonArrayPop.html" = "../guides/general/jsonFunctions.html#jsonarraypop"
"/bdscript/jsonArrayReverse.html" = "../guides/general/jsonFunctions.html#jsonarrayreverse"
"/bdscript/jsonArrayShift.html" = "../guides/general/jsonFunctions.html#jsonarrayshift"
"/bdscript/jsonArraySort.html" = "../guides/general/jsonFunctions.html#jsonarraysort"
"/bdscript/jsonArrayUnshift.html" = "../guides/general/jsonFunctions.html#jsonarrayunshift"
"/bdscript/jsonClear.html" = "../guides/general/jsonFunctions.html#jsonclear"
"/bdscript/jsonExists.html" = "../guides/general/jsonFunctions.html#jsonexists"
"/bdscript/jsonJoinArray.html" = "../guides/general/jsonFunctions.html#jsonjoinarray"
"/bdscript/jsonParse.html" = "../guides/general/jsonFunctions.html#jsonparse"
"/bdscript/jsonPretty.html" = "../guides/general/jsonFunctions.html#jsonpretty"
"/bdscript/jsonSet.html" = "../guides/general/jsonFunctions.html#jsonset"
"/bdscript/jsonSetString.html" = "../guides/general/jsonFunctions.html#jsonsetstring"
"/bdscript/jsonStringify.html" = "../guides/general/jsonFunctions.html#jsonstringify"
"/bdscript/jsonUnset.html" = "../guides/general/jsonFunctions.html#jsonunset"
#webhooks
"/bdscript/webhookAvatarURL.html" = "../guides/general/webhooks.html"
"/bdscript/webhookColor.html" = "../guides/general/webhooks.html"
"/bdscript/webhookContent.html" = "../guides/general/webhooks.html"
"/bdscript/webhookCreate.html" = "../guides/general/webhooks.html"
"/bdscript/webhookDelete.html" = "../guides/general/webhooks.html"
"/bdscript/webhookDescription.html" = "../guides/general/webhooks.html"
"/bdscript/webhookFooter.html" = "../guides/general/webhooks.html"
"/bdscript/webhookSend.html" = "../guides/general/webhooks.html"
"/bdscript/webhookTitle.html" = "../guides/general/webhooks.html"
"/bdscript/webhookUsername.html" = "../guides/general/webhooks.html"