-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
typedoc.json
39 lines (39 loc) · 972 Bytes
/
typedoc.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
{
"$schema": "https://typedoc.org/schema.json",
"name": "Artibot",
"out": "docs",
"excludeExternals": true,
"entryPoints": [
"src/index.ts"
],
"navigationLinks": {
"Guide": "https://artibot.artivain.com/guide",
"Discord": "https://discord.artivain.com",
"Plugins": "https://artibot.artivain.com/plugins"
},
"githubPages": true,
"hideGenerator": false,
"validation": {
"invalidLink": true,
"notDocumented": true,
"notExported": false
},
"requiredToBeDocumented": [
"Enum",
"EnumMember",
"Class",
"Interface",
"TypeAlias"
],
"plugin": [
"typedoc-plugin-mdn-links",
"typedoc-plugin-versions",
"typedoc-plugin-extras",
"typedoc-plugin-djs-links"
],
"cname": "docs.artibot.artivain.com",
"customDescription": "Official documentation for Artibot, a modular Discord bot framework written in TypeScript.",
"favicon": "https://assets.artivain.com/fav/bots/artibot.svg",
"footerTypedocVersion": true,
"footerLastModified": true
}