We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8271acd commit f2d5f95Copy full SHA for f2d5f95
Dockerfile
@@ -74,6 +74,10 @@ FROM archives-${ENABLE_ARCHIVES} AS archives
74
# these docs are only rebuilt if changes were made to the configuration.
75
FROM builderbase AS upstream-resources
76
COPY ./_scripts/fetch-upstream-resources.sh ./_scripts/
77
+# Add the _config.yml and toc.yaml here so that the fetch-upstream-resources
78
+# can extract the latest_engine_api_version value, and substitute the
79
+# "{site.latest_engine_api_version}" in the title for the latest API docs
80
+# TODO find a different mechanism for substituting the API version, to prevent invalidating the cache
81
COPY ./_config.yml .
82
COPY ./_data/toc.yaml ./_data/
83
RUN bash ./_scripts/fetch-upstream-resources.sh .
0 commit comments