diff --git a/ci/docker/runtime_functions.sh b/ci/docker/runtime_functions.sh index 7bffd41b0c69..34245bbd7d6c 100755 --- a/ci/docker/runtime_functions.sh +++ b/ci/docker/runtime_functions.sh @@ -1191,14 +1191,10 @@ build_docs() { # copy the full site for this version to versions folder mkdir -p html/versions/master - for f in 404.html api assets community feed.xml get_started index.html; do + for f in 404.html api assets blog community ecosystem features feed.xml get_started index.html; do cp -r html/$f html/versions/master/ done - for f in blog ecosystem features; do - cp -r html/pages/$f html/versions/master/ - done - # clean up temp files find html -type f -name '.DS_Store' -delete diff --git a/docs/static_site/src/pages/blog.html b/docs/static_site/src/pages/blog.html index 90a4c1f7d201..37e43a3fbf69 100644 --- a/docs/static_site/src/pages/blog.html +++ b/docs/static_site/src/pages/blog.html @@ -1,3 +1,12 @@ +--- +layout: page +title: Blog +subtitle: Latest news on MXNet and its ecosystem +permalink: /blog/ +action: See All Blog Posts +action_url: https://medium.com/apache-mxnet +--- + ---- -layout: page -title: Blog -subtitle: Latest news on MXNet and its ecosystem -permalink: /blog/ -action: See All Blog Posts -action_url: https://medium.com/apache-mxnet ----
diff --git a/docs/static_site/src/pages/ecosystem.html b/docs/static_site/src/pages/ecosystem.html index 47449cb747b1..7784267f7e38 100644 --- a/docs/static_site/src/pages/ecosystem.html +++ b/docs/static_site/src/pages/ecosystem.html @@ -1,21 +1,3 @@ - --- layout: page title: Ecosystem @@ -84,6 +66,26 @@ link: https://github.com/awslabs/multi-model-server --- + + +

D2L.ai

diff --git a/docs/static_site/src/pages/features.html b/docs/static_site/src/pages/features.html index 428cfacfe413..758beff21997 100644 --- a/docs/static_site/src/pages/features.html +++ b/docs/static_site/src/pages/features.html @@ -1,3 +1,12 @@ +--- +layout: page +title: Features +subtitle: Whether you are looking for a flexible library to quickly develop cutting-edge deep learning research or a robust framework to push production workload, MXNet caters to all needs. +permalink: /features/ +action: Get Started +action_url: /get_started +--- + ---- -layout: page -title: Features -subtitle: Whether you are looking for a flexible library to quickly develop cutting-edge deep learning research or a robust framework to push production workload, MXNet caters to all needs. -permalink: /features/ -action: Get Started -action_url: /get_started ----