-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathbuild-apidoc.sh
executable file
·35 lines (32 loc) · 989 Bytes
/
build-apidoc.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#!/bin/bash
../node_modules/apidoc/bin/apidoc \
-i /home/mathieu/Projets/2019/internetcollaboratif.info/t6/routes/ \
-f audits.js \
-f data.js \
-f datatypes.js \
-f ota.js \
-f mqtts.js \
-f rules.js \
-f dashboards.js \
-f snippets.js \
-f flows.js \
-f uis.js \
-f objects.js \
-f units.js \
-f users.js \
-f exploration.js \
-f notifications.js \
-f classifications.js \
-f models.js \
-f stories.js \
-f index.js \
-f jobs.js \
-f config.js \
-o /home/mathieu/Projets/2019/internetcollaboratif.info/doc/docs/ \
--template /home/mathieu/Projets/2019/internetcollaboratif.info/doc/apidoc-master/ \
--config /home/mathieu/Projets/2019/internetcollaboratif.info/t6/bin/apidoc.json \
-v \
# -d \
#--template /home/mathieu/Projets/2019/internetcollaboratif.info/doc/apidoc-master/ \
#--template /home/mathieu/Projets/2019/internetcollaboratif.info/doc/templatev4/ \
#--template /home/mathieu/Projets/2019/internetcollaboratif.info/doc/templatev5.1/template/ \