Skip to content

Commit 93356c8

Browse files
bartlomiejuclaude
andauthored
chore: remove showcase page (#3703)
## Summary - Remove the Showcase page route, data, component, and all 175 showcase images - Remove "Showcase" from the navigation bar - Keep the fresh-badge SVGs (still linked from external READMEs) Also closed 12 open showcase PRs: #2691, #2861, #2846, #2720, #2282, #2667, #2585, #1842, #2784, #1697, #2260, #2841. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b11d1d9 commit 93356c8

181 files changed

Lines changed: 0 additions & 745 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

www/components/Header.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import NavigationBar from "./NavigationBar.tsx";
33
export default function Header(props: { title: string; active: string }) {
44
const isHome = props.active == "/";
55
const isDocs = props.active == "/docs";
6-
const isShowcase = props.active == "/showcase";
7-
86
return (
97
<header
108
class={[
@@ -13,7 +11,6 @@ export default function Header(props: { title: string; active: string }) {
1311
isDocs
1412
? "h-20 max-w-screen-2xl w-full sticky top-0 bg-background-primary z-50 backdrop-blur-xs"
1513
: "",
16-
isShowcase ? "max-w-screen-xl w-full" : "",
1714
].join(" ")}
1815
f-client-nav={false}
1916
>

www/components/NavigationBar.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ export default function NavigationBar(
99
name: "Docs",
1010
href: "/docs",
1111
},
12-
{
13-
name: "Showcase",
14-
href: "/showcase",
15-
},
1612
{
1713
name: "Blog",
1814
href: "https://deno.com/blog?tag=fresh",

www/components/Projects.tsx

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)