Skip to content

Commit 81ffa1f

Browse files
chore(docs): Add scripts/docs.sh script
1 parent fd93af2 commit 81ffa1f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/docs.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
SCRIPTDIR=`dirname $0`;
3+
BASEDIR="$SCRIPTDIR/..";
4+
$BASEDIR/node_modules/typedoc/bin/typedoc --experimentalDecorators --readme $BASEDIR/README.md --name "UI-Router" --theme $BASEDIR/typedoctheme --mode modules --module commonjs --target es5 --out $BASEDIR/_doc $BASEDIR/src $BASEDIR/typings/es6-shim/es6-shim.d.ts $BASEDIR/typings/angularjs/angular.d.ts

0 commit comments

Comments
 (0)