connorgoggins commented on a change in pull request #17948: [Website 2.0]
General Version Dropdown
URL: https://github.com/apache/incubator-mxnet/pull/17948#discussion_r402572325
##########
File path: docs/static_site/Makefile
##########
@@ -20,7 +20,7 @@ all: html
html:
mkdir -p build
cd src && bundle install && JEKYLL_ENV=production bundle exec jekyll
build --config _config_prod.yml -d ../build/html && cd ..
-
+ wget https://mxnet-static-artifacts.s3.amazonaws.com/versions.zip &&
unzip versions.zip -d build/html && rm -rf build/html/__MACOSX && rm
versions.zip
Review comment:
Agreed @szha. The priority right now should be getting the working version
dropdown in this PR into the production site as soon as possible.
@marcoabreu, I have created a [confluence
page](https://cwiki.apache.org/confluence/display/MXNET/Instructions+for+Adding+Future+Releases)
so that all contributors can understand and reproduce the steps to add
additional releases to the website. In the future, we will move towards
creating dynamic pipelines to automatically generate and integrate new releases
of MXNet into the website, but for now I believe the static artifact solution +
master integration in this PR serves its purpose.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services