You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by mi...@apache.org on 2021/08/10 08:52:41 UTC

[incubator-eventmesh-site] 39/49: Remove unused links and change image order

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

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

commit 456986885ef1ea488e3b2c59f1e608ad04eb4b39
Author: Xiaoyang Liu <si...@gmail.com>
AuthorDate: Wed Jul 21 17:57:07 2021 +0800

    Remove unused links and change image order
    
    Signed-off-by: Xiaoyang Liu <si...@gmail.com>
---
 docusaurus.config.js                  |  56 +++++++++++++++++-----------------
 src/components/Hero.tsx               |   3 +-
 static/img/eventmesh-architecture.png | Bin 920415 -> 1726098 bytes
 static/img/eventmesh-cloud-native.png | Bin 1726098 -> 920415 bytes
 4 files changed, 30 insertions(+), 29 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 1082c85..a591108 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -27,26 +27,26 @@ module.exports = {
         src: 'img/logo.png',
       },
       items: [
-        {
-          type: 'doc',
-          docId: 'intro',
-          position: 'left',
-          label: 'Docs',
-        },
-        {
-          to: '/blog',
-          label: 'Blog',
-          position: 'left',
-        },
-        {
-          to: '/contribute',
-          label: 'Contribute',
-          position: 'left',
-        },
-        {
-          type: 'localeDropdown',
-          position: 'left',
-        },
+        // {
+        //   type: 'doc',
+        //   docId: 'intro',
+        //   position: 'left',
+        //   label: 'Docs',
+        // },
+        // {
+        //   to: '/blog',
+        //   label: 'Blog',
+        //   position: 'left',
+        // },
+        // {
+        //   to: '/contribute',
+        //   label: 'Contribute',
+        //   position: 'left',
+        // },
+        // {
+        //   type: 'localeDropdown',
+        //   position: 'left',
+        // },
       ],
     },
     footer: {
@@ -55,14 +55,14 @@ module.exports = {
         {
           title: 'EventMesh',
           items: [
-            {
-              label: 'Documentation',
-              to: '/docs',
-            },
-            {
-              label: 'Contribute',
-              to: '/contribute',
-            },
+            // {
+            //   label: 'Documentation',
+            //   to: '/docs',
+            // },
+            // {
+            //   label: 'Contribute',
+            //   to: '/contribute',
+            // },
             {
               label: 'Releases',
               href: 'https://github.com/apache/incubator-eventmesh/releases',
diff --git a/src/components/Hero.tsx b/src/components/Hero.tsx
index 981deb7..dd969f5 100644
--- a/src/components/Hero.tsx
+++ b/src/components/Hero.tsx
@@ -26,7 +26,8 @@ const Hero = (): JSX.Element => {
             <div className={styles.buttons}>
               <Link
                 className="button button--primary button--lg"
-                to="/docs/intro"
+                // to="/docs/intro"
+                href="https://github.com/apache/incubator-eventmesh/tree/develop/docs"
               >
                 Get Started
               </Link>
diff --git a/static/img/eventmesh-architecture.png b/static/img/eventmesh-architecture.png
index 898dbb4..a87a8d6 100644
Binary files a/static/img/eventmesh-architecture.png and b/static/img/eventmesh-architecture.png differ
diff --git a/static/img/eventmesh-cloud-native.png b/static/img/eventmesh-cloud-native.png
index a87a8d6..898dbb4 100644
Binary files a/static/img/eventmesh-cloud-native.png and b/static/img/eventmesh-cloud-native.png differ

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org