We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2d5d9 commit f9cc295Copy full SHA for f9cc295
docs/Dockerfile
@@ -9,7 +9,7 @@ RUN git clone https://github.com/crystal-lang/crystal \
9
&& cd crystal \
10
&& git checkout ${crystal_sha1} \
11
\
12
- && make docs \
+ && make docs DOCS_OPTIONS='--json-config-url=/api/versions.json'\
13
&& git describe --tags --long --always 2>/dev/null > ./docs/revision.txt \
14
&& mv ./docs ./${output_docs_base_name} \
15
0 commit comments