This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm-site.git


The following commit(s) were added to refs/heads/master by this push:
     new ba01f12  Update community page to comply with asf req
ba01f12 is described below

commit ba01f12448d7cbc9f3b6903d8e6bc7fda6ab3315
Author: tqchen <[email protected]>
AuthorDate: Thu Oct 8 20:54:11 2020 -0400

    Update community page to comply with asf req
---
 _data/menus.yml |  2 +-
 community.html  | 10 ----------
 community.md    | 26 ++++++++++++++++++++++++++
 index.md        | 29 ++++-------------------------
 4 files changed, 31 insertions(+), 36 deletions(-)

diff --git a/_data/menus.yml b/_data/menus.yml
index 724eafc..2b981d6 100644
--- a/_data/menus.yml
+++ b/_data/menus.yml
@@ -1,5 +1,5 @@
 - name: Community
-  link: /#community
+  link: /community
 - name: Download
   link: /download
 - name: VTA
diff --git a/community.html b/community.html
deleted file mode 100644
index e4b58bf..0000000
--- a/community.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html lang="en-US">
-  <meta charset="utf-8">
-  <title>Redirecting&hellip;</title>
-  <link rel="canonical" href="/#community" >
-  <script>location="/#community"</script>
-  <meta http-equiv="refresh" content="0; url=/#community">
-  <meta name="robots" content="noindex">
-  <h1>Redirecting&hellip;</h1>
-  <a href="/#community">Click here if you are not redirected.</a>
-</html>
diff --git a/community.md b/community.md
new file mode 100644
index 0000000..e03d129
--- /dev/null
+++ b/community.md
@@ -0,0 +1,26 @@
+---
+layout: community
+title: "Community"
+---
+
+{::options parse_block_html="true" /}
+
+<section class="communitySec">
+<div class="container">
+### Join the TVM Community
+Here are a few ways you can stay involved:
+{% include community.html %}
+</div>
+</section>
+
+
+<section class="organizationsSec">
+<div class="container">
+
+### Organizations using and contributing to TVM
+
+Apache TVM is actively being used and contributed to by developers from many 
organizations.
+This is a community maintained list of organizations using and contributing to 
tvm in alphabetical order.
+{% include contrib_orgs.html %}
+</div>
+</section>
diff --git a/index.md b/index.md
index 12b6079..d72714f 100644
--- a/index.md
+++ b/index.md
@@ -59,29 +59,6 @@ Compilation of deep learning models in Keras, MXNet, 
PyTorch, Tensorflow, CoreML
 
 </section>
 
-<section class="organizationsSec">
-<div class="container">
-
-### Organizations using and contributing to TVM
-Apache TVM is actively being used and contributed to by developers from many 
organizations.
-This is a community maintained list of organizations using and contributing to 
tvm in alphabetical order.
-{% include contrib_orgs.html %}
-</div>
-</section>
-
-
-<a name="community"></a>
-
-<section class="communitySec">
-<div class="container">
-### Join the TVM Community
-Here are a few ways you can stay involved:
-{% include community.html %}
-</div>
-</section>
-
-
-
 
 <section class="docSec">
 <div class="container">
@@ -90,13 +67,15 @@ Here are a few ways you can stay involved:
 ### Docs
 [Written with care <br/> & love for you.](https://tvm.apache.org/docs/)
 
+
 * {:.doc-link-block}
-### Github
-[Github repo <br/> for development](https://github.com/apache/incubator-tvm)
+### Community
+[Join the TVM <br/> community](/community)
 
 * {:.doc-link-block}
 ### Blog
 [Read more about TVM <br/> and our thinking](/blog)
 
+
 </div>
 </section>

Reply via email to