From 0c9bbbabbe5eec3e7a0199c57ace6cacc46769ba Mon Sep 17 00:00:00 2001 From: Rodrigo Midea Date: Mon, 15 Dec 2025 11:09:58 -0300 Subject: [PATCH] Remove `PlutoLang/Pluto` hardocoded example due to missing AGENTS.md When following the link https://github.com/PlutoLang/Pluto/blob/-/AGENTS.md it shows a 404 error. The file is missing on their project. --- components/ExampleListSection.tsx | 5 ----- pages/index.tsx | 1 - 2 files changed, 6 deletions(-) diff --git a/components/ExampleListSection.tsx b/components/ExampleListSection.tsx index c299eea..e70066d 100644 --- a/components/ExampleListSection.tsx +++ b/components/ExampleListSection.tsx @@ -37,11 +37,6 @@ const REPOS: RepoCardProps[] = [ "Java SDK for Temporal, workflow orchestration defined in code.", language: "Java", }, - { - name: "PlutoLang/Pluto", - description: "A superset of Lua 5.4 with a focus on general-purpose programming.", - language: "C++", - }, ]; interface ExampleListSectionProps { diff --git a/pages/index.tsx b/pages/index.tsx index 1027b37..831323a 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -51,7 +51,6 @@ export const getStaticProps: GetStaticProps = async () => { "openai/codex", "apache/airflow", "temporalio/sdk-java", - "PlutoLang/Pluto", ]; // If we fetched within the last 12 hours, reuse the cached data.