From 38e417d8b7dc8727c73055bfa3ccb4ee8d7bf0d0 Mon Sep 17 00:00:00 2001 From: Joe Evans Date: Wed, 22 Dec 2021 07:08:05 -0800 Subject: [PATCH] Fix static website build (#19906) (#20791) Co-authored-by: Wei Chu Co-authored-by: waytrue17 <52505574+waytrue17@users.noreply.github.com> Co-authored-by: Wei Chu --- docs/static_site/src/pages/blog.html | 17 +++++----- docs/static_site/src/pages/ecosystem.html | 38 ++++++++++++----------- docs/static_site/src/pages/features.html | 17 +++++----- 3 files changed, 38 insertions(+), 34 deletions(-) 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 cd50e82a4e37..4979a46b9133 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 @@ -91,6 +73,26 @@ link: https://djl.ai/ --- + + +

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 ----