-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtypedoc.json
More file actions
58 lines (58 loc) · 1.65 KB
/
Copy pathtypedoc.json
File metadata and controls
58 lines (58 loc) · 1.65 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
{
"$schema": "https://typedoc.org/schema.json",
"customCss": "docs/public/typedoc-custom.css",
"customJs": "docs/public/typedoc-icons.js",
"entryPoints": [
"docs/public/api/sessions.ts",
"docs/public/api/detections.ts",
"docs/public/api/post-processing.ts",
"docs/public/api/rendering.ts",
"docs/public/api/styles.ts",
"docs/public/api/interactions.ts",
"docs/public/api/media-preparation.ts",
"docs/public/api/editing.ts"
],
"excludeInternal": true,
"excludePrivate": true,
"excludeProtected": true,
"githubPages": true,
"hideGenerator": true,
"includeVersion": false,
"lightHighlightTheme": "github-light",
"darkHighlightTheme": "github-dark",
"name": "supervision-js",
"navigation": {
"compactFolders": true,
"excludeReferences": true,
"includeCategories": false,
"includeFolders": false,
"includeGroups": false
},
"navigationLeaves": [
"Detections",
"Editing",
"Interactions",
"Media Preparation",
"Post Processing",
"Media Sessions",
"Rendering",
"Styles"
],
"out": "docs/site",
"plugin": ["typedoc-rhineai-theme"],
"projectDocuments": [
"docs/public/getting-started.md",
"docs/public/concepts.md",
"docs/public/annotation-renderers.md",
"docs/public/post-processors.md",
"docs/public/recipes.md"
],
"readme": "docs/public/index.md",
"searchInComments": true,
"searchInDocuments": true,
"sourceLinkExternal": true,
"sourceLinkTemplate": "https://github.com/roboflow/supervision-js/blob/{gitRevision}/{path}#L{line}",
"sort": ["documents-first", "source-order"],
"sortEntryPoints": false,
"tsconfig": "tsconfig.docs.json"
}