10000 removed arangod from document path · jsxtech/arangodb@aede7c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit aede7c5

Browse files
committed
removed arangod from document path
1 parent d8746aa commit aede7c5

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

scripts/generateExamples.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,12 @@ var PortFinder = require("@arangodb/cluster").PortFinder;
1818

1919
var documentationSourceDirs = [
2020
fs.join(fs.makeAbsolute(''), "Documentation/Examples/setup-arangosh.js"),
21+
fs.join(fs.makeAbsolute(''), "Documentation/Books/Users"),
2122
fs.join(fs.makeAbsolute(''), "js/actions"),
2223
fs.join(fs.makeAbsolute(''), "js/client"),
2324
fs.join(fs.makeAbsolute(''), "js/common"),
2425
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")];
3227

3328
var theScript = 'Documentation/Scripts/generateExamples.py';
3429

0 commit comments

Comments
 (0)
0