Skip to content

Commit f701741

Browse files
committed
Website changes
1 parent 5a1133c commit f701741

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

docs/site/src/components/WhatsInside.tsx

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ import {
44
Plug2,
55
ShieldCheck,
66
Container,
7-
Sparkles,
8-
Code2
7+
Sparkles
98
} from "lucide-react";
109
import { useInView } from "@/hooks/use-in-view";
1110

@@ -54,7 +53,7 @@ const insideItems: InsideItem[] = [
5453
"Qlty - Post-edit formatting and linting",
5554
"TDD Enforcer - Pre-edit test requirement",
5655
"Context Monitor - Usage warnings at 85%/95%",
57-
"Python Quality - uv, ruff, mypy, basedpyright",
56+
"LSP Servers - Python (Pyright) & TypeScript",
5857
],
5958
},
6059
{
@@ -77,16 +76,6 @@ const insideItems: InsideItem[] = [
7776
"Invoked automatically when relevant",
7877
],
7978
},
80-
{
81-
icon: Code2,
82-
title: "LSP Servers",
83-
items: [
84-
"Python (Pyright) - Type info, definitions, references",
85-
"TypeScript - Full language server support",
86-
"Go to definition, find references, hover info",
87-
"Call hierarchy and incoming/outgoing calls",
88-
],
89-
},
9079
];
9180

9281
const SectionHeader = ({ title, subtitle }: { title: string; subtitle?: string }) => (

0 commit comments

Comments
 (0)