File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ if [ -z "$1" ]
10
10
then
11
11
usage ;
12
12
elif [ " $1 " = " generate" ]; then
13
+ echo " <html><head><meta http-equiv='Refresh' content='0; url=./api/index.html'/><script type='javascript'>window.location = './api/index,html';</script></head></html>" > " $DIR /../../../frontend/express/public/docs/index.html"
13
14
" $DIR /../../../node_modules/.bin/jsdoc" " $DIR /../../../frontend/express/public/javascripts/countly" -R " $DIR /../../../frontend/express/public/javascripts/pre-login.js" -R " $DIR /../../../README.md" -c " $DIR /../../../jsdoc_conf.json" -d " $DIR /../../../frontend/express/public/docs/browser" ;
14
15
" $DIR /../../../node_modules/.bin/jsdoc" " $DIR /../../../api" -R " $DIR /../../../README.md" -c " $DIR /../../../jsdoc_conf.json" -d " $DIR /../../../frontend/express/public/docs/api" ;
15
16
" $DIR /../../../node_modules/.bin/jsdoc" " $DIR /../../../frontend/express/app.js" " $DIR /../../../frontend/express/config.sample.js" " $DIR /../../../frontend/express/version.info.js" " $DIR /../../../frontend/express/locale.conf.js" " $DIR /../../../frontend/express/libs/" -R " $DIR /../../../README.md" -c " $DIR /../../../jsdoc_conf.json" -d " $DIR /../../../frontend/express/public/docs/app" ;
Original file line number Diff line number Diff line change 33
33
"disqus" : " " ,
34
34
"menu" :{
35
35
"App Server" :{
36
- "href" :" /docs /app/index.html"
36
+ "href" :" .. /app/index.html"
37
37
},
38
38
"API Server" :{
39
- "href" :" /docs /api/index.html"
39
+ "href" :" .. /api/index.html"
40
40
},
41
41
"Browser side" :{
42
- "href" :" /docs /browser/index.html"
42
+ "href" :" .. /browser/index.html"
43
43
}
44
44
}
45
45
}
You can’t perform that action at this time.
0 commit comments