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

Explore the Documentation

- -
-
-) : ( - -)} - -