From da0f67c324adaf82dab7bc181df62a130d8b7401 Mon Sep 17 00:00:00 2001 From: Manthan Thakar Date: Sun, 1 Mar 2026 18:53:02 -0800 Subject: [PATCH] chore: remove unused docs-site directory The docs-site/ directory contained a single orphaned Astro/Starlight Hero component with no config, package.json, or references anywhere in the codebase. The actual docs live in docs/. Co-Authored-By: Claude Opus 4.6 --- docs-site/src/components/Hero.astro | 500 ---------------------------- 1 file changed, 500 deletions(-) delete mode 100644 docs-site/src/components/Hero.astro diff --git a/docs-site/src/components/Hero.astro b/docs-site/src/components/Hero.astro deleted file mode 100644 index af1b71a..0000000 --- a/docs-site/src/components/Hero.astro +++ /dev/null @@ -1,500 +0,0 @@ ---- -import type { Props } from '@astrojs/starlight/props'; -import Default from '@astrojs/starlight/components/Hero.astro'; - -const isHomePage = Astro.props.slug === '' || Astro.props.slug === 'index' || Astro.props.id === 'index.mdx'; ---- - -{isHomePage ? ( -
-
-
-
- 🚀 - AI-Powered SRE Assistant -
-

- Runbook -

-

- Investigate incidents, execute operational workflows, and manage cloud infrastructure using hypothesis-driven AI that thinks like your best SRE. -

- -
-
-
🔍
- Hypothesis-Driven Investigation -
-
-
- AWS, K8s, & More -
-
-
📚
- Knowledge Integration -
-
-
🔒
- Safety-First Approvals -
-
-
-
-
-
- - - -
- Terminal -
-
-
- $ - runbook investigate PD-12345 -
-
- Gathering incident context... -
-
- Searching knowledge base... -
-
- Forming hypotheses: -
-
- H1: Database connection exhaustion -
-
- H2: Recent deployment caused leak -
-
- Testing H1: Traffic spike... -
-
- Evidence: STRONG - Request rate 3x normal -
-
- ROOT CAUSE: Database connection exhaustion -
-
- Confidence: HIGH -
-
-
- - -
-) : ( - -)} - -