forked from invertase/react-native-firebase
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypedoc.json
More file actions
71 lines (71 loc) · 1.89 KB
/
typedoc.json
File metadata and controls
71 lines (71 loc) · 1.89 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
{
"$schema": "https://typedoc.org/schema.json",
"name": "React Native Firebase",
"entryPointStrategy": "packages",
"entryPoints": [
"packages/app",
"packages/ai",
"packages/analytics",
"packages/app-check",
"packages/app-distribution",
"packages/auth",
"packages/crashlytics",
"packages/database",
"packages/firestore",
"packages/functions",
"packages/in-app-messaging",
"packages/installations",
"packages/messaging",
"packages/ml",
"packages/perf",
"packages/remote-config",
"packages/storage"
],
"out": "reference",
"githubPages": true,
"router": "structure",
"navigation": {
"includeFolders": true,
"includeCategories": true,
"includeGroups": true,
"excludeReferences": false
},
"categorizeByGroup": false,
"sortEntryPoints": false,
"excludeExternals": true,
"useFirstParagraphOfCommentAsSummary": true,
"searchInComments": true,
"hideGenerator": true,
"cleanOutputDir": true,
"titleLink": "https://github.com/invertase/react-native-firebase",
"navigationLinks": {
"GitHub": "https://github.com/invertase/react-native-firebase",
"npm": "https://www.npmjs.com/search?q=scope%3Areact-native-firebase"
},
"sidebarLinks": {
"Documentation": "https://rnfirebase.io"
},
"readme": "docs/reference-api-readme.md",
"packageOptions": {
"excludeExternals": true,
"excludePrivate": true,
"readme": "none",
"skipErrorChecking": true,
"gitRevision": "main",
"groupOrder": ["Functions", "*"]
},
"externalSymbolLinkMappings": {
"@firebase/app": {
"FirebaseApp": "https://firebase.google.com/docs/reference/js/app.firebaseapp"
}
},
"treatWarningsAsErrors": true,
"treatValidationWarningsAsErrors": true,
"validation": {
"notExported": false,
"invalidLink": true,
"invalidPath": true,
"rewrittenLink": true,
"notDocumented": false
}
}