-
Notifications
You must be signed in to change notification settings - Fork 0
/
typedoc.json
60 lines (49 loc) · 1.52 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"$schema": "https://typedoc.org/schema.json",
"plugin": ["@mxssfd/typedoc-theme", "typedoc-plugin-missing-exports", "typedoc-plugin-extras"],
"entryPoints": ["./types/exports.*"],
"cname": "anthima-alaab.github.io",
"name": "أنظمة ألعاب: JavaScript",
"out": "./docs",
"readme": "./README.md",
"tsconfig": "./tsconfig.doc.json",
"emit": "docs",
"entryPointStrategy": "expand",
"commentStyle": "jsdoc",
"lang": "ar",
"theme": "my-theme",
"darkHighlightTheme": "dark-plus",
"lightHighlightTheme": "light-plus",
"navigation": true,
"validation": true,
"includeVersion": true,
"cleanOutputDir": true,
"skipErrorChecking": true,
"jsDocCompatibility": true,
"categorizeByGroup": true,
"githubPages": true,
"gitRemote": "origin",
"gitRevision": "main",
"navigationLinks": {
"Game Anthima": "https://github.com/Anthima-Alaab",
"Developer": "https://links.thealpha.pro"
},
"visibilityFilters": {
"private": false,
"protected": false,
"inherited": false,
"external": false
},
"sort": ["kind", "enum-member-source-order", "instance-first", "alphabetical"],
"exclude": ["**/node_modules/**/*"],
"excludePrivate": true,
"excludeProtected": true,
"excludeReferences": false,
"excludeNotDocumented": false,
"customTitle": "الصفحة الرئيسية",
"footerLastModified": true,
"footerTypedocVersion": true,
"version": true,
"pretty": true,
"highlightLanguages": ["bash", "console", "javascript", "json", "jsonc", "json5", "typescript"]
}