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.
2 parents e1704da + ef5d9f1 commit a057d1aCopy full SHA for a057d1a
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 DOCS_OPTIONS='--json-config-url=/api/versions.json'\
+ && make docs DOCS_OPTIONS='--json-config-url=/api/versions.json --canonical-base-url="https://crystal-lang.org/api/latest/"'\
13
&& git describe --tags --long --always 2>/dev/null > ./docs/revision.txt \
14
&& mv ./docs ./${output_docs_base_name} \
15
0 commit comments