You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/09/01 17:29:08 UTC

[GitHub] [apisix-website] liuxiran commented on a change in pull request #518: fix: remove show case in homepage

liuxiran commented on a change in pull request #518:
URL: https://github.com/apache/apisix-website/pull/518#discussion_r700421442



##########
File path: website/src/pages/index.js
##########
@@ -113,59 +113,6 @@ const LearnHow = () => (
   </div>
 );
 
-const Showcase = () => {
-  const { siteConfig } = useDocusaurusContext();
-  if (!(siteConfig.customFields.showcases || []).length) {
-    return null;
-  }
-  const showcases = siteConfig.customFields.showcases.map((user) => (

Review comment:
       yes, we will reuse it in our new show case page




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

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org