File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -49,12 +49,12 @@ from the git repository places them in `./bin`.
49
49
50
50
## Manually Building BuckleScript
51
51
52
- See [ Developing BuckleScript] ( ./docs /Developing-bucklescript.md ) for detailed instructions on manually building BuckleScript.
52
+ See [ Developing BuckleScript] ( ./site/docsource /Developing-bucklescript.md ) for detailed instructions on manually building BuckleScript.
53
53
54
54
## Detailed Documentation
55
55
56
56
See http://bloomberg.github.io/bucklescript for detailed documentation on BuckleScript. If you'd
57
- like to contribute content [ see here] ( https://github.com/bloomberg/bucklescript/blob/master/docs )
57
+ like to contribute content [ see here] ( https://github.com/bloomberg/bucklescript/blob/master/site/docsource )
58
58
for the documentation source.
59
59
60
60
## How BuckleScript Works
Original file line number Diff line number Diff line change @@ -3304,7 +3304,6 @@ <h3 id="_difference_from_a_href_https_github_com_ocsigen_js_of_ocaml_js_of_ocaml
3304
3304
</ div >
3305
3305
< div id ="footer ">
3306
3306
< div id ="footer-text ">
3307
- Last updated 2016-08-23 15:35:02 EDT
3308
3307
</ div >
3309
3308
</ div >
3310
3309
</ body >
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
echo " Building" > build.compile
4
- asciidoctor -D ../../docs/ ./index.adoc 2>> build.compile
4
+ asciidoctor -a reproducible - D ../../docs/ ./index.adoc 2>> build.compile
5
5
echo " Finished" >> build.compile
6
6
reload
You can’t perform that action at this time.
0 commit comments