File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -18,17 +18,12 @@ var PortFinder = require("@arangodb/cluster").PortFinder;
18
18
19
19
var documentationSourceDirs = [
20
20
fs . join ( fs . makeAbsolute ( '' ) , "Documentation/Examples/setup-arangosh.js" ) ,
21
+ fs . join ( fs . makeAbsolute ( '' ) , "Documentation/Books/Users" ) ,
21
22
fs . join ( fs . makeAbsolute ( '' ) , "js/actions" ) ,
22
23
fs . join ( fs . makeAbsolute ( '' ) , "js/client" ) ,
23
24
fs . join ( fs . makeAbsolute ( '' ) , "js/common" ) ,
24
25
fs . join ( fs . makeAbsolute ( '' ) , "js/server" ) ,
25
- fs . join ( fs . makeAbsolute ( '' ) , "js/apps/system/_api/gharial/APP" ) ,
26
- fs . join ( fs . makeAbsolute ( '' ) , "Documentation/Books/Users" ) ,
27
- fs . join ( fs . makeAbsolute ( '' ) , "arangod/RestHandler" ) ,
28
- fs . join ( fs . makeAbsolute ( '' ) , "arangod/V8Server" ) ] ;
29
-
30
-
31
-
26
+ fs . join ( fs . makeAbsolute ( '' ) , "js/apps/system/_api/gharial/APP" ) ] ;
32
27
33
28
var theScript = 'Documentation/Scripts/generateExamples.py' ;
34
29
You can’t perform that action at this time.
0 commit comments