Chromium Code Reviews| Index: utils/apidoc/mdn/full_run.sh |
| diff --git a/utils/apidoc/mdn/full_run.sh b/utils/apidoc/mdn/full_run.sh |
| new file mode 100755 |
| index 0000000000000000000000000000000000000000..4f4d6b14b04546f4237aaacc4fe1737e711b3677 |
| --- /dev/null |
| +++ b/utils/apidoc/mdn/full_run.sh |
| @@ -0,0 +1,8 @@ |
| +# This script goes from the input data in data/ all the way to the output data |
| +# in database.filtered.json |
| +# See output/database.html for a human readable view of the extracted data. |
| + |
| +rm -rf output |
| +node search.js |
| +node crawl.js |
| +./extract.sh |