File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 4
4
.awcache
5
5
.cache
6
6
/config /project.json
7
- scripts /docgen /html
7
+ scripts /docgen-compat /html
8
8
9
9
# OS Specific Files
10
10
.DS_Store
Original file line number Diff line number Diff line change 72
72
path : /docs/reference/js/firebase.auth.AuthProvider
73
73
- title : " AuthSettings"
74
74
path : /docs/reference/js/firebase.auth.AuthSettings
75
+ - title : " Config"
76
+ path : /docs/reference/js/firebase.auth.Config
75
77
- title : " ConfirmationResult"
76
78
path : /docs/reference/js/firebase.auth.ConfirmationResult
77
79
- title : " EmailAuthProvider"
78
80
path : /docs/reference/js/firebase.auth.EmailAuthProvider
81
+ - title : " EmulatorConfig"
82
+ path : /docs/reference/js/firebase.auth.EmulatorConfig
79
83
- title : " Error"
80
84
path : /docs/reference/js/firebase.auth.Error
81
85
- title : " FacebookAuthProvider"
Original file line number Diff line number Diff line change 32
32
path : /docs/reference/node/firebase.auth.AuthProvider
33
33
- title : " AuthSettings"
34
34
path : /docs/reference/node/firebase.auth.AuthSettings
35
+ - title : " Config"
36
+ path : /docs/reference/node/firebase.auth.Config
35
37
- title : " ConfirmationResult"
36
38
path : /docs/reference/node/firebase.auth.ConfirmationResult
37
39
- title : " EmailAuthProvider"
38
40
path : /docs/reference/node/firebase.auth.EmailAuthProvider
41
+ - title : " EmulatorConfig"
42
+ path : /docs/reference/node/firebase.auth.EmulatorConfig
39
43
- title : " Error"
40
44
path : /docs/reference/node/firebase.auth.Error
41
45
- title : " FacebookAuthProvider"
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ function stripPath(path) {
62
62
function runTypedoc ( ) {
63
63
const typeSource = apiType === 'node' ? tempNodeSourcePath : sourceFile ;
64
64
const command = `${ repoPath } /node_modules/.bin/typedoc ${ typeSource } \
65
- --tsconfig ${ repoPath } /scripts/docgen /tsconfig.json \
65
+ --tsconfig ${ __dirname } /tsconfig.json \
66
66
--out ${ docPath } \
67
67
--readme ${ tempHomePath } \
68
68
--options ${ __dirname } /typedoc.js \
You can’t perform that action at this time.
0 commit comments